Changeset 106 for NEWT0/trunk/contrib/NewtObjC/example/NEWT0CurrencyConverter/NEWT0CurrencyConverter.xcodeproj/project.pbxproj
- Timestamp:
- 05/18/07 19:14:03 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/contrib/NewtObjC/example/NEWT0CurrencyConverter/NEWT0CurrencyConverter.xcodeproj/project.pbxproj
r31 r106 17 17 /* End PBXBuildFile section */ 18 18 19 /* Begin PBXBuildStyle section */20 4A9504CCFFE6A4B311CA0CBA /* Development */ = {21 isa = PBXBuildStyle;22 buildSettings = {23 COPY_PHASE_STRIP = NO;24 GCC_DYNAMIC_NO_PIC = NO;25 GCC_ENABLE_FIX_AND_CONTINUE = YES;26 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;27 GCC_OPTIMIZATION_LEVEL = 0;28 ZERO_LINK = YES;29 };30 name = Development;31 };32 4A9504CDFFE6A4B311CA0CBA /* Deployment */ = {33 isa = PBXBuildStyle;34 buildSettings = {35 COPY_PHASE_STRIP = YES;36 GCC_ENABLE_FIX_AND_CONTINUE = NO;37 ZERO_LINK = NO;38 };39 name = Deployment;40 };41 /* End PBXBuildStyle section */42 43 19 /* Begin PBXCopyFilesBuildPhase section */ 44 20 DA6E8B3A07E57931007F101D /* CopyFiles */ = { … … 64 40 8D1107320486CEB800E47090 /* NEWT0CurrencyConverter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NEWT0CurrencyConverter.app; sourceTree = BUILT_PRODUCTS_DIR; }; 65 41 DA6E8B2807E578BF007F101D /* NEWT0CurrencyConverter.newt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = NEWT0CurrencyConverter.newt; sourceTree = "<group>"; }; 66 DA6E8B3407E5791F007F101D /* newt */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path =newt; sourceTree = "<group>"; };67 DA6E8B3507E5791F007F101D /* NewtObjC.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o. bundle"; path =NewtObjC.dylib; sourceTree = "<group>"; };42 DA6E8B3407E5791F007F101D /* newt */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = newt; path = ../../../../../gnue/svn/NEWT0/build/Release/newt; sourceTree = "<group>"; }; 43 DA6E8B3507E5791F007F101D /* NewtObjC.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = NewtObjC.dylib; path = ../../../../../gnue/svn/NEWT0/build/Release/NewtObjC.dylib; sourceTree = "<group>"; }; 68 44 DA6E8B5407E57C4A007F101D /* NEWT0AppRuntime.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = NEWT0AppRuntime.sh; sourceTree = "<group>"; }; 69 DA73137907ED7F8100CF5354 /* objc-runtime-x.dylib */ = {isa = PBXFileReference; explicitFileType = file; path = "objc-runtime-x.dylib"; sourceTree = "<group>"; };45 DA73137907ED7F8100CF5354 /* objc-runtime-x.dylib */ = {isa = PBXFileReference; explicitFileType = file; name = "objc-runtime-x.dylib"; path = "../../../../../gnue/svn/NEWT0/build/Release/objc-runtime-x.dylib"; sourceTree = "<group>"; }; 70 46 /* End PBXFileReference section */ 71 47 … … 112 88 isa = PBXGroup; 113 89 children = ( 114 DA6E8B3307E5790C007F101D /* NEWT/0 Runtime */,90 DA6E8B3307E5790C007F101D /* Release */, 115 91 DA6E8B2807E578BF007F101D /* NEWT0CurrencyConverter.newt */, 116 92 DA6E8B5407E57C4A007F101D /* NEWT0AppRuntime.sh */, … … 129 105 sourceTree = "<group>"; 130 106 }; 131 DA6E8B3307E5790C007F101D /* NEWT/0 Runtime */ = {107 DA6E8B3307E5790C007F101D /* Release */ = { 132 108 isa = PBXGroup; 133 109 children = ( 134 110 DA6E8B2C07E578C4007F101D /* build */, 135 111 ); 136 name = "NEWT/0 Runtime";137 path = /Users/paul/Projets/Unix/NEWT0/build;138 sourceTree = "< absolute>";112 name = Release; 113 path = ../../../../build/Release; 114 sourceTree = "<group>"; 139 115 }; 140 116 /* End PBXGroup section */ … … 153 129 buildRules = ( 154 130 ); 155 buildSettings = {156 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;157 GCC_PRECOMPILE_PREFIX_HEADER = YES;158 GCC_PREFIX_HEADER = NEWT0CurrencyConverter_Prefix.pch;159 INFOPLIST_FILE = Info.plist;160 INSTALL_PATH = "$(HOME)/Applications";161 LIBRARY_SEARCH_PATHS = /Users/paul/Projets/Unix/NEWT0/build;162 PRODUCT_NAME = NEWT0CurrencyConverter;163 WRAPPER_EXTENSION = app;164 };165 131 dependencies = ( 166 132 ); … … 177 143 isa = PBXProject; 178 144 buildConfigurationList = DAD393B30863DDEE00A77FBE /* Build configuration list for PBXProject "NEWT0CurrencyConverter" */; 179 buildSettings = {180 };181 buildStyles = (182 4A9504CCFFE6A4B311CA0CBA /* Development */,183 4A9504CDFFE6A4B311CA0CBA /* Deployment */,184 );185 145 hasScannedForEncodings = 1; 186 146 mainGroup = 29B97314FDCFA39411CA2CEA /* NEWT0CurrencyConverter */;
