Changeset 4135

Show
Ignore:
Timestamp:
05/24/06 01:01:14 (2 years ago)
Author:
morris
Message:

Xcode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WiredClient.xcodeproj/project.pbxproj

    r4121 r4135  
    1414                                77F05B7F0751E75A004F4E0E /* Run Script (Localize) */, 
    1515                        ); 
    16                         buildSettings = { 
    17                                 OTHER_CFLAGS = ""; 
    18                                 OTHER_LDFLAGS = ""; 
    19                                 OTHER_REZFLAGS = ""; 
    20                                 PRODUCT_NAME = Distribution; 
    21                                 SECTORDER_FLAGS = ""; 
    22                                 WARNING_CFLAGS = ( 
    23                                         "-Wmost", 
    24                                         "-Wno-four-char-constants", 
    25                                         "-Wno-unknown-pragmas", 
    26                                 ); 
    27                         }; 
    2816                        dependencies = ( 
    2917                        ); 
     
    3725                                A5D97309078F0D1700CD982E /* Run Script (Zip) */, 
    3826                        ); 
    39                         buildSettings = { 
    40                                 OTHER_CFLAGS = ""; 
    41                                 OTHER_LDFLAGS = ""; 
    42                                 OTHER_REZFLAGS = ""; 
    43                                 PRODUCT_NAME = Packaging; 
    44                                 SECTORDER_FLAGS = ""; 
    45                                 WARNING_CFLAGS = ( 
    46                                         "-Wmost", 
    47                                         "-Wno-four-char-constants", 
    48                                         "-Wno-unknown-pragmas", 
    49                                 ); 
    50                         }; 
    5127                        dependencies = ( 
    5228                                A5C4786A07AAE13200F87F7A /* PBXTargetDependency */, 
     
    6137                                A5E8BB48087490330010F2A4 /* Run Script (Wired Additions) */, 
    6238                        ); 
    63                         buildSettings = { 
    64                                 OPTIMIZATION_CFLAGS = ""; 
    65                                 OTHER_CFLAGS = ""; 
    66                                 OTHER_LDFLAGS = ""; 
    67                                 OTHER_REZFLAGS = ""; 
    68                                 PRODUCT_NAME = "Wired Additions"; 
    69                                 SECTORDER_FLAGS = ""; 
    70                                 WARNING_CFLAGS = ( 
    71                                         "-Wmost", 
    72                                         "-Wno-four-char-constants", 
    73                                         "-Wno-unknown-pragmas", 
    74                                 ); 
    75                         }; 
    7639                        dependencies = ( 
    7740                        ); 
     
    257220                A5FF1B140616783900BE536C /* Trackers.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A5FF1B130616783900BE536C /* Trackers.tiff */; }; 
    258221/* End PBXBuildFile section */ 
    259  
    260 /* Begin PBXBuildStyle section */ 
    261                 4A9504CCFFE6A4B311CA0CBA /* Development */ = { 
    262                         isa = PBXBuildStyle; 
    263                         buildSettings = { 
    264                                 COPY_PHASE_STRIP = NO; 
    265                                 GCC_ENABLE_FIX_AND_CONTINUE = NO; 
    266                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 
    267                                 GCC_OPTIMIZATION_LEVEL = 0; 
    268                                 OTHER_CFLAGS = "-DDEVELOPMENT"; 
    269                                 ZERO_LINK = YES; 
    270                         }; 
    271                         name = Development; 
    272                 }; 
    273                 4A9504CDFFE6A4B311CA0CBA /* Deployment */ = { 
    274                         isa = PBXBuildStyle; 
    275                         buildSettings = { 
    276                                 COPY_PHASE_STRIP = YES; 
    277                                 GCC_ENABLE_FIX_AND_CONTINUE = NO; 
    278                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 
    279                                 GCC_WARN_UNINITIALIZED_AUTOS = YES; 
    280                                 OTHER_CFLAGS = "-DDEPLOYMENT"; 
    281                                 ZERO_LINK = NO; 
    282                         }; 
    283                         name = Deployment; 
    284                 }; 
    285                 A53682BD0741625C00530E73 /* Testing */ = { 
    286                         isa = PBXBuildStyle; 
    287                         buildSettings = { 
    288                                 COPY_PHASE_STRIP = NO; 
    289                                 GCC_ENABLE_FIX_AND_CONTINUE = NO; 
    290                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 
    291                                 GCC_OPTIMIZATION_LEVEL = 0; 
    292                                 OTHER_CFLAGS = "-DTESTING"; 
    293                                 ZERO_LINK = NO; 
    294                         }; 
    295                         name = Testing; 
    296                 }; 
    297 /* End PBXBuildStyle section */ 
    298222 
    299223/* Begin PBXContainerItemProxy section */ 
     
    645569                                A5E8BABE08748D4A0010F2A4 /* Scripts */, 
    646570                                29B97317FDCFA39411CA2CEA /* Resources */, 
    647                                 779951B30A122D1F00600320 /* Smilyes */, 
     571                                779951B30A122D1F00600320 /* Smileys */, 
    648572                                A52B1C4806C408A80033D317 /* Images */, 
    649573                                29B97323FDCFA39411CA2CEA /* Frameworks */, 
     
    705629                        sourceTree = "<group>"; 
    706630                }; 
    707                 779951B30A122D1F00600320 /* Smilyes */ = { 
     631                779951B30A122D1F00600320 /* Smileys */ = { 
    708632                        isa = PBXGroup; 
    709633                        children = ( 
     
    726650                                779951720A122BBB00600320 /* Yuck.tiff */, 
    727651                        ); 
    728                         name = Smilyes; 
     652                        name = Smileys; 
    729653                        sourceTree = "<group>"; 
    730654                }; 
     
    11811105                        buildRules = ( 
    11821106                        ); 
    1183                         buildSettings = { 
    1184                                 FRAMEWORK_SEARCH_PATHS = WiredAdditions/build; 
    1185                                 GCC_PRECOMPILE_PREFIX_HEADER = YES; 
    1186                                 GCC_PREFIX_HEADER = prefix.pch; 
    1187                                 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 
    1188                                 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 
    1189                                 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 
    1190                                 GCC_WARN_MISSING_PARENTHESES = YES; 
    1191                                 GCC_WARN_SIGN_COMPARE = YES; 
    1192                                 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 
    1193                                 GCC_WARN_UNKNOWN_PRAGMAS = YES; 
    1194                                 GCC_WARN_UNUSED_FUNCTION = YES; 
    1195                                 GCC_WARN_UNUSED_LABEL = YES; 
    1196                                 GCC_WARN_UNUSED_VALUE = YES; 
    1197                                 GCC_WARN_UNUSED_VARIABLE = YES; 
    1198                                 INFOPLIST_FILE = Info.plist; 
    1199                                 MACOSX_DEPLOYMENT_TARGET = 10.2; 
    1200                                 OTHER_LDFLAGS = ( 
    1201                                         "-lcrypto", 
    1202                                         "-lssl", 
    1203                                         "-bind_at_load", 
    1204                                 ); 
    1205                                 PRODUCT_NAME = "Wired Client"; 
    1206                         }; 
    12071107                        dependencies = ( 
    12081108                                A5E8BB6A087490C80010F2A4 /* PBXTargetDependency */, 
     
    12201120                        isa = PBXProject; 
    12211121                        buildConfigurationList = A5E8BAB808748D3B0010F2A4 /* Build configuration list for PBXProject "WiredClient" */; 
    1222                         buildSettings = { 
    1223                                 MACOSX_DEPLOYMENT_TARGET = 10.2; 
    1224                                 SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk; 
    1225                         }; 
    1226                         buildStyles = ( 
    1227                                 4A9504CCFFE6A4B311CA0CBA /* Development */, 
    1228                                 A53682BD0741625C00530E73 /* Testing */, 
    1229                                 4A9504CDFFE6A4B311CA0CBA /* Deployment */, 
    1230                         ); 
    12311122                        hasScannedForEncodings = 1; 
    12321123                        mainGroup = 29B97314FDCFA39411CA2CEA /* WiredClient */;