Files
VibeCoding/webrtc_controller_ios/web_rtc_controller_ios.xcodeproj/project.pbxproj

487 lines
22 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
FB0000000000000000000001 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000001 /* AppDelegate.swift */; };
FB0000000000000000000002 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000002 /* SceneDelegate.swift */; };
FB0000000000000000000003 /* SignalMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000003 /* SignalMessage.swift */; };
FB0000000000000000000004 /* SignalingClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000004 /* SignalingClient.swift */; };
FB0000000000000000000005 /* ControlMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000005 /* ControlMessage.swift */; };
FB0000000000000000000006 /* WebRTCClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000006 /* WebRTCClient.swift */; };
FB0000000000000000000007 /* SelfCodecDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000007 /* SelfCodecDecoder.swift */; };
FB0000000000000000000008 /* RemoteTouchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000008 /* RemoteTouchView.swift */; };
FB0000000000000000000009 /* RemoteVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000009 /* RemoteVideoView.swift */; };
FB000000000000000000000A /* SelfCodecDisplayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA000000000000000000000A /* SelfCodecDisplayView.swift */; };
FB000000000000000000000B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA000000000000000000000B /* ContentView.swift */; };
FB000000000000000000000C /* AuthSheetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA000000000000000000000C /* AuthSheetView.swift */; };
FB000000000000000000000D /* ControllerViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA000000000000000000000D /* ControllerViewModel.swift */; };
FB000000000000000000000E /* DeviceUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA000000000000000000000E /* DeviceUtils.swift */; };
FB0000000000000000000015 /* ApiClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000015 /* ApiClient.swift */; };
FB0000000000000000000016 /* TokenStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000016 /* TokenStore.swift */; };
FB000000000000000000000F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA000000000000000000000F /* Assets.xcassets */; };
FB0000000000000000000010 /* WebRTC in Frameworks */ = {isa = PBXBuildFile; productRef = FE0000000000000000000002 /* WebRTC */; };
FB0000000000000000000012 /* VideoRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000012 /* VideoRecorder.swift */; };
FB0000000000000000000013 /* SetupPanelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000013 /* SetupPanelView.swift */; };
FB0000000000000000000014 /* ControlPanelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0000000000000000000014 /* ControlPanelView.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
FA0000000000000000000001 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
FA0000000000000000000002 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
FA0000000000000000000003 /* SignalMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignalMessage.swift; sourceTree = "<group>"; };
FA0000000000000000000004 /* SignalingClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignalingClient.swift; sourceTree = "<group>"; };
FA0000000000000000000005 /* ControlMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlMessage.swift; sourceTree = "<group>"; };
FA0000000000000000000006 /* WebRTCClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebRTCClient.swift; sourceTree = "<group>"; };
FA0000000000000000000007 /* SelfCodecDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelfCodecDecoder.swift; sourceTree = "<group>"; };
FA0000000000000000000008 /* RemoteTouchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteTouchView.swift; sourceTree = "<group>"; };
FA0000000000000000000009 /* RemoteVideoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteVideoView.swift; sourceTree = "<group>"; };
FA000000000000000000000A /* SelfCodecDisplayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelfCodecDisplayView.swift; sourceTree = "<group>"; };
FA000000000000000000000B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
FA000000000000000000000C /* AuthSheetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthSheetView.swift; sourceTree = "<group>"; };
FA000000000000000000000D /* ControllerViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControllerViewModel.swift; sourceTree = "<group>"; };
FA000000000000000000000E /* DeviceUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceUtils.swift; sourceTree = "<group>"; };
FA0000000000000000000015 /* ApiClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApiClient.swift; sourceTree = "<group>"; };
FA0000000000000000000016 /* TokenStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenStore.swift; sourceTree = "<group>"; };
FA000000000000000000000F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
FA0000000000000000000010 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FA0000000000000000000011 /* web_rtc_controller_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = web_rtc_controller_ios.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA0000000000000000000012 /* VideoRecorder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoRecorder.swift; sourceTree = "<group>"; };
FA0000000000000000000013 /* SetupPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetupPanelView.swift; sourceTree = "<group>"; };
FA0000000000000000000014 /* ControlPanelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlPanelView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FD0000000000000000000004 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FB0000000000000000000010 /* WebRTC in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FC0000000000000000000001 = {
isa = PBXGroup;
children = (
FC0000000000000000000003 /* web_rtc_controller_ios */,
FC0000000000000000000002 /* Products */,
);
sourceTree = "<group>";
};
FC0000000000000000000002 /* Products */ = {
isa = PBXGroup;
children = (
FA0000000000000000000011 /* web_rtc_controller_ios.app */,
);
name = Products;
sourceTree = "<group>";
};
FC0000000000000000000003 /* web_rtc_controller_ios */ = {
isa = PBXGroup;
children = (
FC0000000000000000000004 /* App */,
FC0000000000000000000005 /* Signaling */,
FC0000000000000000000006 /* Control */,
FC0000000000000000000007 /* WebRTC */,
FC0000000000000000000008 /* Views */,
FC0000000000000000000009 /* ViewModel */,
FC000000000000000000000A /* Utils */,
FA000000000000000000000F /* Assets.xcassets */,
FA0000000000000000000010 /* Info.plist */,
);
path = web_rtc_controller_ios;
sourceTree = "<group>";
};
FC0000000000000000000004 /* App */ = {
isa = PBXGroup;
children = (
FA0000000000000000000001 /* AppDelegate.swift */,
FA0000000000000000000002 /* SceneDelegate.swift */,
);
path = App;
sourceTree = "<group>";
};
FC0000000000000000000005 /* Signaling */ = {
isa = PBXGroup;
children = (
FA0000000000000000000003 /* SignalMessage.swift */,
FA0000000000000000000004 /* SignalingClient.swift */,
);
path = Signaling;
sourceTree = "<group>";
};
FC0000000000000000000006 /* Control */ = {
isa = PBXGroup;
children = (
FA0000000000000000000005 /* ControlMessage.swift */,
);
path = Control;
sourceTree = "<group>";
};
FC0000000000000000000007 /* WebRTC */ = {
isa = PBXGroup;
children = (
FA0000000000000000000006 /* WebRTCClient.swift */,
FA0000000000000000000007 /* SelfCodecDecoder.swift */,
FA0000000000000000000012 /* VideoRecorder.swift */,
);
path = WebRTC;
sourceTree = "<group>";
};
FC0000000000000000000008 /* Views */ = {
isa = PBXGroup;
children = (
FA000000000000000000000B /* ContentView.swift */,
FA000000000000000000000C /* AuthSheetView.swift */,
FA0000000000000000000013 /* SetupPanelView.swift */,
FA0000000000000000000014 /* ControlPanelView.swift */,
FA0000000000000000000008 /* RemoteTouchView.swift */,
FA0000000000000000000009 /* RemoteVideoView.swift */,
FA000000000000000000000A /* SelfCodecDisplayView.swift */,
);
path = Views;
sourceTree = "<group>";
};
FC0000000000000000000009 /* ViewModel */ = {
isa = PBXGroup;
children = (
FA000000000000000000000D /* ControllerViewModel.swift */,
);
path = ViewModel;
sourceTree = "<group>";
};
FC000000000000000000000A /* Utils */ = {
isa = PBXGroup;
children = (
FA000000000000000000000E /* DeviceUtils.swift */,
FA0000000000000000000015 /* ApiClient.swift */,
FA0000000000000000000016 /* TokenStore.swift */,
);
path = Utils;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
FD0000000000000000000002 /* web_rtc_controller_ios */ = {
isa = PBXNativeTarget;
buildConfigurationList = FD0000000000000000000007 /* Build configuration list for PBXNativeTarget "web_rtc_controller_ios" */;
buildPhases = (
FD0000000000000000000003 /* Sources */,
FD0000000000000000000004 /* Frameworks */,
FD0000000000000000000005 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = web_rtc_controller_ios;
packageProductDependencies = (
FE0000000000000000000002 /* WebRTC */,
);
productName = web_rtc_controller_ios;
productReference = FA0000000000000000000011 /* web_rtc_controller_ios.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FD0000000000000000000001 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1500;
LastUpgradeCheck = 2630;
TargetAttributes = {
FD0000000000000000000002 = {
CreatedOnToolsVersion = 15.0;
};
};
};
buildConfigurationList = FD0000000000000000000006 /* Build configuration list for PBXProject "web_rtc_controller_ios" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = "zh-Hans";
hasScannedForEncodings = 0;
knownRegions = (
"zh-Hans",
en,
Base,
);
mainGroup = FC0000000000000000000001;
packageReferences = (
FE0000000000000000000001 /* XCRemoteSwiftPackageReference "WebRTC" */,
);
productRefGroup = FC0000000000000000000002 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FD0000000000000000000002 /* web_rtc_controller_ios */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
FD0000000000000000000005 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FB000000000000000000000F /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FD0000000000000000000003 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FB0000000000000000000001 /* AppDelegate.swift in Sources */,
FB0000000000000000000002 /* SceneDelegate.swift in Sources */,
FB0000000000000000000003 /* SignalMessage.swift in Sources */,
FB0000000000000000000004 /* SignalingClient.swift in Sources */,
FB0000000000000000000005 /* ControlMessage.swift in Sources */,
FB0000000000000000000006 /* WebRTCClient.swift in Sources */,
FB0000000000000000000007 /* SelfCodecDecoder.swift in Sources */,
FB0000000000000000000012 /* VideoRecorder.swift in Sources */,
FB0000000000000000000013 /* SetupPanelView.swift in Sources */,
FB0000000000000000000014 /* ControlPanelView.swift in Sources */,
FB0000000000000000000008 /* RemoteTouchView.swift in Sources */,
FB0000000000000000000009 /* RemoteVideoView.swift in Sources */,
FB000000000000000000000A /* SelfCodecDisplayView.swift in Sources */,
FB000000000000000000000B /* ContentView.swift in Sources */,
FB000000000000000000000C /* AuthSheetView.swift in Sources */,
FB000000000000000000000D /* ControllerViewModel.swift in Sources */,
FB000000000000000000000E /* DeviceUtils.swift in Sources */,
FB0000000000000000000015 /* ApiClient.swift in Sources */,
FB0000000000000000000016 /* TokenStore.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
FD0000000000000000000008 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
FD0000000000000000000009 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
FD000000000000000000000A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = web_rtc_controller_ios/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.ttstd.web-rtc-controller-ios";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
FD000000000000000000000B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = web_rtc_controller_ios/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.ttstd.web-rtc-controller-ios";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FD0000000000000000000006 /* Build configuration list for PBXProject "web_rtc_controller_ios" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FD0000000000000000000008 /* Debug */,
FD0000000000000000000009 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FD0000000000000000000007 /* Build configuration list for PBXNativeTarget "web_rtc_controller_ios" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FD000000000000000000000A /* Debug */,
FD000000000000000000000B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
FE0000000000000000000001 /* XCRemoteSwiftPackageReference "WebRTC" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/stasel/WebRTC.git";
requirement = {
kind = versionRange;
maximumVersion = 200.0.0;
minimumVersion = 120.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
FE0000000000000000000002 /* WebRTC */ = {
isa = XCSwiftPackageProductDependency;
package = FE0000000000000000000001 /* XCRemoteSwiftPackageReference "WebRTC" */;
productName = WebRTC;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = FD0000000000000000000001 /* Project object */;
}