Changeset 106 for NEWT0/trunk/contrib

Show
Ignore:
Timestamp:
05/18/07 19:14:03 (20 months ago)
Author:
gnue
Message:

The file reference in the NEWT0CurrencyConverter Xcode project to build/Release is corrected.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/contrib/NewtObjC/example/NEWT0CurrencyConverter/NEWT0CurrencyConverter.xcodeproj/project.pbxproj

    r31 r106  
    1717/* End PBXBuildFile section */ 
    1818 
    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  
    4319/* Begin PBXCopyFilesBuildPhase section */ 
    4420        DA6E8B3A07E57931007F101D /* CopyFiles */ = { 
     
    6440        8D1107320486CEB800E47090 /* NEWT0CurrencyConverter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NEWT0CurrencyConverter.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    6541        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>"; }; 
    6844        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>"; }; 
    7046/* End PBXFileReference section */ 
    7147 
     
    11288            isa = PBXGroup; 
    11389            children = ( 
    114                 DA6E8B3307E5790C007F101D /* NEWT/0 Runtime */, 
     90                DA6E8B3307E5790C007F101D /* Release */, 
    11591                DA6E8B2807E578BF007F101D /* NEWT0CurrencyConverter.newt */, 
    11692                DA6E8B5407E57C4A007F101D /* NEWT0AppRuntime.sh */, 
     
    129105            sourceTree = "<group>"; 
    130106        }; 
    131         DA6E8B3307E5790C007F101D /* NEWT/0 Runtime */ = { 
     107        DA6E8B3307E5790C007F101D /* Release */ = { 
    132108            isa = PBXGroup; 
    133109            children = ( 
    134110                DA6E8B2C07E578C4007F101D /* build */, 
    135111            ); 
    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>"; 
    139115        }; 
    140116/* End PBXGroup section */ 
     
    153129            buildRules = ( 
    154130            ); 
    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             }; 
    165131            dependencies = ( 
    166132            ); 
     
    177143            isa = PBXProject; 
    178144            buildConfigurationList = DAD393B30863DDEE00A77FBE /* Build configuration list for PBXProject "NEWT0CurrencyConverter" */; 
    179             buildSettings = { 
    180             }; 
    181             buildStyles = ( 
    182                 4A9504CCFFE6A4B311CA0CBA /* Development */, 
    183                 4A9504CDFFE6A4B311CA0CBA /* Deployment */, 
    184             ); 
    185145            hasScannedForEncodings = 1; 
    186146            mainGroup = 29B97314FDCFA39411CA2CEA /* NEWT0CurrencyConverter */;