- Timestamp:
- Sep 15, 2017 5:32:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua.xcodeproj/project.pbxproj
r5609 r5649 40 40 3AF253001EFBD15E00213893 /* libyuv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF252FF1EFBD15E00213893 /* libyuv.a */; }; 41 41 3AF253021EFBD36E00213893 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF253011EFBD36E00213893 /* VideoToolbox.framework */; }; 42 7485A6AF1F09AAE500122F1A /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 7485A6AE1F09AAE500122F1A /* Reachability.m */; }; 43 7485A6B11F09B2D500122F1A /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7485A6B01F09B2D500122F1A /* SystemConfiguration.framework */; }; 42 44 E5E991E61B67A45500017E67 /* libg7221codec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E991D41B67A45500017E67 /* libg7221codec.a */; }; 43 45 E5E991E71B67A45500017E67 /* libgsmcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E991D51B67A45500017E67 /* libgsmcodec.a */; }; … … 98 100 3AF252FF1EFBD15E00213893 /* libyuv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libyuv.a; sourceTree = "<group>"; }; 99 101 3AF253011EFBD36E00213893 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; }; 102 741C73BA1F0E64AF00887FB6 /* libopenh264.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libopenh264.a; path = "../../../../../../../../../../openh264-1.6.0/lib_armv7/lib/libopenh264.a"; sourceTree = "<group>"; }; 103 7485A6AD1F09AAE500122F1A /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; }; 104 7485A6AE1F09AAE500122F1A /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; }; 105 7485A6B01F09B2D500122F1A /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; }; 100 106 E5E991D41B67A45500017E67 /* libg7221codec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libg7221codec.a; sourceTree = "<group>"; }; 101 107 E5E991D51B67A45500017E67 /* libgsmcodec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgsmcodec.a; sourceTree = "<group>"; }; … … 123 129 buildActionMask = 2147483647; 124 130 files = ( 131 7485A6B11F09B2D500122F1A /* SystemConfiguration.framework in Frameworks */, 125 132 3AF253021EFBD36E00213893 /* VideoToolbox.framework in Frameworks */, 126 133 3AB0EC581DA76B39008A0F62 /* libc++.tbd in Frameworks */, … … 197 204 isa = PBXGroup; 198 205 children = ( 206 741C73BA1F0E64AF00887FB6 /* libopenh264.a */, 207 7485A6B01F09B2D500122F1A /* SystemConfiguration.framework */, 199 208 3AF253011EFBD36E00213893 /* VideoToolbox.framework */, 200 209 3AB0EC571DA76B39008A0F62 /* libc++.tbd */, … … 224 233 3AF0582016F050780046B835 /* ipjsuaViewController.h */, 225 234 3AF0582116F050780046B835 /* ipjsuaViewController.m */, 235 7485A6AD1F09AAE500122F1A /* Reachability.h */, 236 7485A6AE1F09AAE500122F1A /* Reachability.m */, 226 237 3AF0582316F050780046B835 /* ipjsuaViewController_iPhone.xib */, 227 238 3AF0582616F050780046B835 /* ipjsuaViewController_iPad.xib */, … … 354 365 3ADCCD2F172E40120007BE8E /* pjsua_app_config.c in Sources */, 355 366 3ADCCD30172E40120007BE8E /* pjsua_app_legacy.c in Sources */, 367 7485A6AF1F09AAE500122F1A /* Reachability.m in Sources */, 356 368 3ADCCD31172E40120007BE8E /* pjsua_app.c in Sources */, 357 369 );
Note: See TracChangeset
for help on using the changeset viewer.