|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 28D5CAE0E83A76C0FFBC9536 /* Pods_SimpleWebRTC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9BFABE961561EF9B2240A098 /* Pods_SimpleWebRTC.framework */; }; |
| 11 | + 378B38D82365C2A8002C5E8B /* CameraFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 378B38D72365C2A8002C5E8B /* CameraFilter.swift */; }; |
11 | 12 | AF15C0B221E422D9005B4ED6 /* UIViewExtention.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF15C0B121E422D9005B4ED6 /* UIViewExtention.swift */; }; |
12 | 13 | AF15C0B521E4F1F7005B4ED6 /* SignalingMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF15C0B421E4F1F7005B4ED6 /* SignalingMessage.swift */; }; |
13 | 14 | AF15C0B721E54EB1005B4ED6 /* SignalingCandidate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF15C0B621E54EB1005B4ED6 /* SignalingCandidate.swift */; }; |
|
69 | 70 | 05D95DE48BD4CC42D39620AF /* Pods-SimpleWebRTCTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleWebRTCTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SimpleWebRTCTests/Pods-SimpleWebRTCTests.debug.xcconfig"; sourceTree = "<group>"; }; |
70 | 71 | 2D2A5F0229AE703BFD44F9F1 /* Pods-SimpleWebRTCUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleWebRTCUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SimpleWebRTCUITests/Pods-SimpleWebRTCUITests.release.xcconfig"; sourceTree = "<group>"; }; |
71 | 72 | 31148F7848EBC2EEA7F21F0F /* Pods_SimpleWebRTCTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SimpleWebRTCTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 73 | + 378B38D72365C2A8002C5E8B /* CameraFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraFilter.swift; sourceTree = "<group>"; }; |
72 | 74 | 53C8300D672FBC2658413CC6 /* Pods-SimpleWebRTC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleWebRTC.release.xcconfig"; path = "Pods/Target Support Files/Pods-SimpleWebRTC/Pods-SimpleWebRTC.release.xcconfig"; sourceTree = "<group>"; }; |
73 | 75 | 8D9A48F6D592CC1505389F06 /* Pods-SimpleWebRTCTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SimpleWebRTCTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SimpleWebRTCTests/Pods-SimpleWebRTCTests.release.xcconfig"; sourceTree = "<group>"; }; |
74 | 76 | 9BFABE961561EF9B2240A098 /* Pods_SimpleWebRTC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SimpleWebRTC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
145 | 147 | name = Pods; |
146 | 148 | sourceTree = "<group>"; |
147 | 149 | }; |
| 150 | + 378B38D62365C281002C5E8B /* CameraFilter */ = { |
| 151 | + isa = PBXGroup; |
| 152 | + children = ( |
| 153 | + 378B38D72365C2A8002C5E8B /* CameraFilter.swift */, |
| 154 | + ); |
| 155 | + path = CameraFilter; |
| 156 | + sourceTree = "<group>"; |
| 157 | + }; |
148 | 158 | AF15C0AE21E41A58005B4ED6 /* Extentions */ = { |
149 | 159 | isa = PBXGroup; |
150 | 160 | children = ( |
|
190 | 200 | AF711AA321DFAD6C005CA4FA /* SimpleWebRTC */ = { |
191 | 201 | isa = PBXGroup; |
192 | 202 | children = ( |
| 203 | + 378B38D62365C281002C5E8B /* CameraFilter */, |
193 | 204 | AF90A8E1220D00500083687C /* CameraSession */, |
194 | 205 | AFF1031921E569990011C1FC /* Assets */, |
195 | 206 | AF15C0B321E4F1B9005B4ED6 /* Data */, |
|
511 | 522 | isa = PBXSourcesBuildPhase; |
512 | 523 | buildActionMask = 2147483647; |
513 | 524 | files = ( |
| 525 | + 378B38D82365C2A8002C5E8B /* CameraFilter.swift in Sources */, |
514 | 526 | AF15C0B721E54EB1005B4ED6 /* SignalingCandidate.swift in Sources */, |
515 | 527 | AF711AA721DFAD6C005CA4FA /* ViewController.swift in Sources */, |
516 | 528 | AF90A8E0220CF07A0083687C /* RTCCustomFrameCapture.swift in Sources */, |
|
695 | 707 | baseConfigurationReference = F150849F443D0DC1BDD78D03 /* Pods-SimpleWebRTC.debug.xcconfig */; |
696 | 708 | buildSettings = { |
697 | 709 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 710 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
698 | 711 | CODE_SIGN_STYLE = Automatic; |
699 | 712 | DEVELOPMENT_TEAM = QAHL4SN6S5; |
700 | 713 | ENABLE_BITCODE = NO; |
|
710 | 723 | ); |
711 | 724 | PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTC; |
712 | 725 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 726 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
713 | 727 | SWIFT_VERSION = 5.0; |
714 | 728 | TARGETED_DEVICE_FAMILY = "1,2"; |
715 | 729 | }; |
|
720 | 734 | baseConfigurationReference = 53C8300D672FBC2658413CC6 /* Pods-SimpleWebRTC.release.xcconfig */; |
721 | 735 | buildSettings = { |
722 | 736 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 737 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
723 | 738 | CODE_SIGN_STYLE = Automatic; |
724 | 739 | DEVELOPMENT_TEAM = QAHL4SN6S5; |
725 | 740 | ENABLE_BITCODE = NO; |
|
735 | 750 | ); |
736 | 751 | PRODUCT_BUNDLE_IDENTIFIER = test.SimpleWebRTC; |
737 | 752 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 753 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
738 | 754 | SWIFT_VERSION = 5.0; |
739 | 755 | TARGETED_DEVICE_FAMILY = "1,2"; |
740 | 756 | }; |
|
0 commit comments