Changeset 5609
- Timestamp:
- Jun 22, 2017 10:46:44 AM (7 years ago)
- Location:
- pjproject/trunk/pjsip-apps/src/pjsua/ios
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua.xcodeproj/project.pbxproj
r5453 r5609 38 38 3AF0582516F050780046B835 /* ipjsuaViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3AF0582316F050780046B835 /* ipjsuaViewController_iPhone.xib */; }; 39 39 3AF0582816F050780046B835 /* ipjsuaViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3AF0582616F050780046B835 /* ipjsuaViewController_iPad.xib */; }; 40 3AF253001EFBD15E00213893 /* libyuv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF252FF1EFBD15E00213893 /* libyuv.a */; }; 41 3AF253021EFBD36E00213893 /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AF253011EFBD36E00213893 /* VideoToolbox.framework */; }; 40 42 E5E991E61B67A45500017E67 /* libg7221codec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E991D41B67A45500017E67 /* libg7221codec.a */; }; 41 43 E5E991E71B67A45500017E67 /* libgsmcodec.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5E991D51B67A45500017E67 /* libgsmcodec.a */; }; … … 94 96 3AF0582416F050780046B835 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ipjsuaViewController_iPhone.xib; sourceTree = "<group>"; }; 95 97 3AF0582716F050780046B835 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ipjsuaViewController_iPad.xib; sourceTree = "<group>"; }; 98 3AF252FF1EFBD15E00213893 /* libyuv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libyuv.a; sourceTree = "<group>"; }; 99 3AF253011EFBD36E00213893 /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; }; 96 100 E5E991D41B67A45500017E67 /* libg7221codec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libg7221codec.a; sourceTree = "<group>"; }; 97 101 E5E991D51B67A45500017E67 /* libgsmcodec.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgsmcodec.a; sourceTree = "<group>"; }; … … 119 123 buildActionMask = 2147483647; 120 124 files = ( 125 3AF253021EFBD36E00213893 /* VideoToolbox.framework in Frameworks */, 121 126 3AB0EC581DA76B39008A0F62 /* libc++.tbd in Frameworks */, 122 127 E5E991EC1B67A45500017E67 /* libpjmedia-codec.a in Frameworks */, … … 127 132 E5E991F41B67A45500017E67 /* libpjsua2.a in Frameworks */, 128 133 3AA31FF618F3FB4C00112C3D /* AudioToolbox.framework in Frameworks */, 134 3AF253001EFBD15E00213893 /* libyuv.a in Frameworks */, 129 135 3AA31FF718F3FB4C00112C3D /* AVFoundation.framework in Frameworks */, 130 136 3AA31FFE18F3FB4C00112C3D /* OpenGLES.framework in Frameworks */, … … 191 197 isa = PBXGroup; 192 198 children = ( 199 3AF253011EFBD36E00213893 /* VideoToolbox.framework */, 193 200 3AB0EC571DA76B39008A0F62 /* libc++.tbd */, 194 201 3AA31FE918F3FB4C00112C3D /* AudioToolbox.framework */, … … 261 268 E5E991E41B67A45500017E67 /* libspeex.a */, 262 269 E5E991E51B67A45500017E67 /* libsrtp.a */, 270 3AF252FF1EFBD15E00213893 /* libyuv.a */, 263 271 ); 264 272 name = Libraries; -
pjproject/trunk/pjsip-apps/src/pjsua/ios/ipjsua/ipjsua-Info.plist
r5453 r5609 3 3 <plist version="1.0"> 4 4 <dict> 5 <key>NSCameraUsageDescription</key> 6 <string>Camera permission required</string> 7 <key>NSMicrophoneUsageDescription</key> 8 <string>Mic permission required</string> 5 9 <key>CFBundleDevelopmentRegion</key> 6 10 <string>en</string>
Note: See TracChangeset
for help on using the changeset viewer.