Changeset 3889
- Timestamp:
- Nov 23, 2011 3:35:53 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj
r3299 r3889 32 32 3A34799A1154ECA300D51880 /* libgsmcodec-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A3479991154ECA300D51880 /* libgsmcodec-arm-apple-darwin9.a */; }; 33 33 3A34799C1154ECB100D51880 /* libresample-arm-apple-darwin9.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A34799B1154ECB100D51880 /* libresample-arm-apple-darwin9.a */; }; 34 3ABE0507147CA00B00A57A62 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3ABE0506147CA00B00A57A62 /* CFNetwork.framework */; }; 34 35 3AC6435E1162192900B7A751 /* tock8.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3AC6435D1162192900B7A751 /* tock8.wav */; }; 35 36 3ADA4AB911572300008D95FE /* input.8.wav in Resources */ = {isa = PBXBuildFile; fileRef = 3ADA4AB811572300008D95FE /* input.8.wav */; }; … … 74 75 3A3479991154ECA300D51880 /* libgsmcodec-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libgsmcodec-arm-apple-darwin9.a"; path = "../../../third_party/lib/libgsmcodec-arm-apple-darwin9.a"; sourceTree = SOURCE_ROOT; }; 75 76 3A34799B1154ECB100D51880 /* libresample-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libresample-arm-apple-darwin9.a"; path = "../../../third_party/lib/libresample-arm-apple-darwin9.a"; sourceTree = SOURCE_ROOT; }; 77 3ABE0506147CA00B00A57A62 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; }; 76 78 3AC6435D1162192900B7A751 /* tock8.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = tock8.wav; path = ../../../tests/pjsua/wavs/tock8.wav; sourceTree = SOURCE_ROOT; }; 77 3ADA4AB811572300008D95FE /* input.8.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = input.8.wav; path = ../../../../../tests/pjsua/wavs/input.8.wav; sourceTree = BUILT_PRODUCTS_DIR; };79 3ADA4AB811572300008D95FE /* input.8.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = input.8.wav; path = "../../../../../../../../teluu/pjproject-new-iphone/tests/pjsua/wavs/input.8.wav"; sourceTree = BUILT_PRODUCTS_DIR; }; 78 80 3AE90E95115F7A4E00FAEAA5 /* libg7221codec-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libg7221codec-arm-apple-darwin9.a"; path = "../../../third_party/lib/libg7221codec-arm-apple-darwin9.a"; sourceTree = SOURCE_ROOT; }; 79 81 3AE90E96115F7A4F00FAEAA5 /* libilbccodec-arm-apple-darwin9.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libilbccodec-arm-apple-darwin9.a"; path = "../../../third_party/lib/libilbccodec-arm-apple-darwin9.a"; sourceTree = SOURCE_ROOT; }; … … 112 114 3AE90E9F115F7A4F00FAEAA5 /* libspeex-arm-apple-darwin9.a in Frameworks */, 113 115 3AE90EA0115F7A4F00FAEAA5 /* libsrtp-arm-apple-darwin9.a in Frameworks */, 116 3ABE0507147CA00B00A57A62 /* CFNetwork.framework in Frameworks */, 114 117 ); 115 118 runOnlyForDeploymentPostprocessing = 0; … … 178 181 isa = PBXGroup; 179 182 children = ( 183 3ABE0506147CA00B00A57A62 /* CFNetwork.framework */, 180 184 3A3479861154EC4E00D51880 /* AudioToolbox.framework */, 181 185 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, … … 251 255 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ipjsystest" */; 252 256 compatibilityVersion = "Xcode 3.1"; 257 developmentRegion = English; 253 258 hasScannedForEncodings = 1; 254 259 knownRegions = ( … … 308 313 GCC_PRECOMPILE_PREFIX_HEADER = YES; 309 314 GCC_PREFIX_HEADER = ipjsystest_Prefix.pch; 315 GCC_PREPROCESSOR_DEFINITIONS = "PJ_AUTOCONF=1"; 310 316 INFOPLIST_FILE = "ipjsystest-Info.plist"; 311 317 LIBRARY_SEARCH_PATHS = ( … … 319 325 ); 320 326 PRODUCT_NAME = ipjsystest; 327 SDKROOT = iphoneos; 321 328 }; 322 329 name = Debug; … … 329 336 GCC_PRECOMPILE_PREFIX_HEADER = YES; 330 337 GCC_PREFIX_HEADER = ipjsystest_Prefix.pch; 338 GCC_PREPROCESSOR_DEFINITIONS = "PJ_AUTOCONF=1"; 331 339 INFOPLIST_FILE = "ipjsystest-Info.plist"; 332 340 LIBRARY_SEARCH_PATHS = ( … … 340 348 ); 341 349 PRODUCT_NAME = ipjsystest; 350 SDKROOT = iphoneos; 342 351 }; 343 352 name = Release;
Note: See TracChangeset
for help on using the changeset viewer.