Changeset 729
- Timestamp:
- 05/07/10 14:17:26 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/LocateThem.xcodeproj/project.pbxproj
r721 r729 50 50 38B8B9290FF11173001E59B0 /* SettingsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 38B8B9270FF11173001E59B0 /* SettingsView.xib */; }; 51 51 38BA1DFE109C90880049D362 /* TelMapAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 38BA1DFD109C90880049D362 /* TelMapAnnotation.m */; }; 52 38 BA1E2A109C91490049D362 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38BA1E29109C91490049D362/* MapKit.framework */; };52 38D0E803119449F90089928F /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38D0E802119449F90089928F /* MapKit.framework */; }; 53 53 38D1582F0F84C3F400A97E88 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 38D1582E0F84C3F400A97E88 /* logo.png */; }; 54 54 38D160E90F85662400A97E88 /* resolv.conf in Resources */ = {isa = PBXBuildFile; fileRef = 38D160E80F85662400A97E88 /* resolv.conf */; }; … … 142 142 38BA1DFC109C90880049D362 /* TelMapAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TelMapAnnotation.h; sourceTree = "<group>"; }; 143 143 38BA1DFD109C90880049D362 /* TelMapAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TelMapAnnotation.m; sourceTree = "<group>"; }; 144 38BA1E29109C91490049D362 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/System/Library/Frameworks/MapKit.framework; sourceTree = DEVELOPER_DIR; };145 144 38C3325C109E954500E85FFE /* idna.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = idna.h; sourceTree = "<group>"; }; 145 38D0E802119449F90089928F /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; }; 146 146 38D1582E0F84C3F400A97E88 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; }; 147 147 38D160E80F85662400A97E88 /* resolv.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = resolv.conf; sourceTree = "<group>"; }; … … 197 197 3826516A0F7CFFAC0065B5B9 /* QuartzCore.framework in Frameworks */, 198 198 3892642910233A060023DE3B /* ldns.framework in Frameworks */, 199 38BA1E2A109C91490049D362 /* MapKit.framework in Frameworks */,200 199 38451057109F4630004302FF /* libidn.a in Frameworks */, 200 38D0E803119449F90089928F /* MapKit.framework in Frameworks */, 201 201 ); 202 202 runOnlyForDeploymentPostprocessing = 0; … … 290 290 children = ( 291 291 3892642810233A060023DE3B /* ldns.framework */, 292 38BA1E29109C91490049D362 /* MapKit.framework */,293 292 382651690F7CFFAC0065B5B9 /* QuartzCore.framework */, 294 293 BB2775A30E55EB230007ECB3 /* libobjc.dylib */, … … 300 299 BB2776330E55EC9E0007ECB3 /* SystemConfiguration.framework */, 301 300 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, 301 38D0E802119449F90089928F /* MapKit.framework */, 302 302 ); 303 303 name = Frameworks; … … 581 581 buildSettings = { 582 582 ALWAYS_SEARCH_USER_PATHS = NO; 583 CODE_SIGN_IDENTITY = "iPhone Developer"; 583 584 COPY_PHASE_STRIP = NO; 584 585 FRAMEWORK_SEARCH_PATHS = ( … … 596 597 ); 597 598 PRODUCT_NAME = Superbook; 599 PROVISIONING_PROFILE = ""; 598 600 }; 599 601 name = Debug; … … 625 627 CODE_SIGN_IDENTITY = "iPhone Distribution: Henri Asseily"; 626 628 GCC_C_LANGUAGE_STANDARD = c99; 629 GCC_VERSION = com.apple.compilers.llvmgcc42; 627 630 GCC_WARN_ABOUT_RETURN_TYPE = YES; 628 631 GCC_WARN_UNUSED_VARIABLE = YES; 632 IPHONEOS_DEPLOYMENT_TARGET = 3.1; 629 633 OTHER_LDFLAGS = "-liconv"; 630 634 PREBINDING = NO; 631 635 PROVISIONING_PROFILE = "BBE4CD7C-3CBD-47E2-8691-8779B872D969"; 632 SDKROOT = iphoneos 3.0;636 SDKROOT = iphoneos4.0; 633 637 }; 634 638 name = "Release Apple ad-hoc"; … … 659 663 CODE_SIGN_IDENTITY = "iPhone Distribution"; 660 664 GCC_C_LANGUAGE_STANDARD = c99; 665 GCC_VERSION = com.apple.compilers.llvmgcc42; 661 666 GCC_WARN_ABOUT_RETURN_TYPE = YES; 662 667 GCC_WARN_UNUSED_VARIABLE = YES; 668 IPHONEOS_DEPLOYMENT_TARGET = 3.1; 663 669 OTHER_LDFLAGS = "-liconv"; 664 670 PREBINDING = NO; 665 671 PROVISIONING_PROFILE = ""; 666 SDKROOT = iphoneos 3.0;672 SDKROOT = iphoneos4.0; 667 673 }; 668 674 name = Distribution; … … 693 699 CODE_SIGN_IDENTITY = "iPhone Developer: Henri Asseily"; 694 700 GCC_C_LANGUAGE_STANDARD = c99; 701 GCC_VERSION = com.apple.compilers.llvmgcc42; 695 702 GCC_WARN_ABOUT_RETURN_TYPE = YES; 696 703 GCC_WARN_UNUSED_VARIABLE = YES; 704 IPHONEOS_DEPLOYMENT_TARGET = 3.1; 697 705 ONLY_ACTIVE_ARCH = YES; 698 706 OTHER_LDFLAGS = "-liconv"; 699 707 PREBINDING = NO; 700 708 PROVISIONING_PROFILE = "03F769C8-6A46-4229-9D24-C0B2E38DDE7C"; 701 SDKROOT = iphoneos 3.0;709 SDKROOT = iphoneos4.0; 702 710 }; 703 711 name = Debug; … … 708 716 CODE_SIGN_IDENTITY = "iPhone Developer"; 709 717 GCC_C_LANGUAGE_STANDARD = c99; 718 GCC_VERSION = com.apple.compilers.llvmgcc42; 710 719 GCC_WARN_ABOUT_RETURN_TYPE = YES; 711 720 GCC_WARN_UNUSED_VARIABLE = YES; 721 IPHONEOS_DEPLOYMENT_TARGET = 3.1; 712 722 OTHER_LDFLAGS = "-liconv"; 713 723 PREBINDING = NO; 714 724 PROVISIONING_PROFILE = ""; 715 SDKROOT = iphoneos 3.0;725 SDKROOT = iphoneos4.0; 716 726 }; 717 727 name = Release;








