Changeset 4138
- Timestamp:
- 05/25/06 17:35:31 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r3946 r4138 14 14 A50335AC0864C98900CE6911 /* Run Script (wired) */, 15 15 ); 16 buildSettings = {17 OPTIMIZATION_CFLAGS = "";18 OTHER_CFLAGS = "";19 OTHER_LDFLAGS = "";20 OTHER_REZFLAGS = "";21 PRODUCT_NAME = "Wired Server";22 SECTORDER_FLAGS = "";23 WARNING_CFLAGS = (24 "-Wmost",25 "-Wno-four-char-constants",26 "-Wno-unknown-pragmas",27 );28 };29 16 dependencies = ( 30 17 A519E5E30978287D002A9A5C /* PBXTargetDependency */, … … 39 26 A5BE6D2C0864B63000DA5C89 /* Run Script (Wired Additions) */, 40 27 ); 41 buildSettings = {42 OPTIMIZATION_CFLAGS = "";43 OTHER_CFLAGS = "";44 OTHER_LDFLAGS = "";45 OTHER_REZFLAGS = "";46 PRODUCT_NAME = "Wired Additions";47 SECTORDER_FLAGS = "";48 WARNING_CFLAGS = (49 "-Wmost",50 "-Wno-four-char-constants",51 "-Wno-unknown-pragmas",52 );53 };54 28 dependencies = ( 55 29 ); … … 63 37 A5D97272078E375B00CD982E /* Run Script (Localize) */, 64 38 ); 65 buildSettings = {66 OTHER_CFLAGS = "";67 OTHER_LDFLAGS = "";68 OTHER_REZFLAGS = "";69 PRODUCT_NAME = Localization;70 SECTORDER_FLAGS = "";71 WARNING_CFLAGS = (72 "-Wmost",73 "-Wno-four-char-constants",74 "-Wno-unknown-pragmas",75 );76 };77 39 dependencies = ( 78 40 ); … … 86 48 A5D97283078E387200CD982E /* Run Script (Zip) */, 87 49 ); 88 buildSettings = {89 OTHER_CFLAGS = "";90 OTHER_LDFLAGS = "";91 OTHER_REZFLAGS = "";92 PRODUCT_NAME = Packaging;93 SECTORDER_FLAGS = "";94 WARNING_CFLAGS = (95 "-Wmost",96 "-Wno-four-char-constants",97 "-Wno-unknown-pragmas",98 );99 };100 50 dependencies = ( 101 51 A5841A1307AA40E400C31480 /* PBXTargetDependency */, … … 120 70 8D202CF40486D31800D8A456 /* PreferencePanes.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F506C035013D953901CA16C8 /* PreferencePanes.framework */; }; 121 71 A540687805CDC46100068FBB /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A540687705CDC46100068FBB /* Security.framework */; }; 72 A5643FCA0A26062800ADF4F5 /* WiredAdditions.framework in Copy Files (Frameworks) */ = {isa = PBXBuildFile; fileRef = A5643F230A26061400ADF4F5 /* WiredAdditions.framework */; }; 122 73 A5992BF20729917600E67617 /* WCConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = A5992BF00729917600E67617 /* WCConfig.m */; }; 123 74 A5992ED1072A795D00E67617 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A5992ECF072A795D00E67617 /* Localizable.strings */; }; … … 130 81 A5A3494207298A1600A16E9A /* OK.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A5A3493C07298A1600A16E9A /* OK.tiff */; }; 131 82 A5A3494A07298A2700A16E9A /* Wired.nib in Resources */ = {isa = PBXBuildFile; fileRef = A5A3494607298A2700A16E9A /* Wired.nib */; }; 132 A5BE6D8B0864B6C800DA5C89 /* WiredAdditions.framework in Copy Files (Frameworks) */ = {isa = PBXBuildFile; fileRef = A5BE6D250864B62000DA5C89 /* WiredAdditions.framework */; };133 83 A5E4A9640794799900FA127F /* WCDashboardController.m in Sources */ = {isa = PBXBuildFile; fileRef = A5E4A9610794792600FA127F /* WCDashboardController.m */; }; 134 84 /* End PBXBuildFile section */ 135 136 /* Begin PBXBuildStyle section */137 06F27B30FFEEEFEF11CA0E56 /* Development */ = {138 isa = PBXBuildStyle;139 buildSettings = {140 COPY_PHASE_STRIP = NO;141 GCC_ENABLE_FIX_AND_CONTINUE = NO;142 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;143 GCC_OPTIMIZATION_LEVEL = 0;144 OTHER_CFLAGS = "-DDEVELOPMENT";145 ZERO_LINK = YES;146 };147 name = Development;148 };149 06F27B31FFEEEFEF11CA0E56 /* Deployment */ = {150 isa = PBXBuildStyle;151 buildSettings = {152 COPY_PHASE_STRIP = YES;153 GCC_ENABLE_FIX_AND_CONTINUE = NO;154 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;155 GCC_WARN_UNINITIALIZED_AUTOS = YES;156 OTHER_CFLAGS = "-DDEPLOYMENT";157 ZERO_LINK = NO;158 };159 name = Deployment;160 };161 A5D96988078DD6CC00CD982E /* Testing */ = {162 isa = PBXBuildStyle;163 buildSettings = {164 COPY_PHASE_STRIP = NO;165 GCC_ENABLE_FIX_AND_CONTINUE = NO;166 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;167 GCC_OPTIMIZATION_LEVEL = 0;168 OTHER_CFLAGS = "-DTESTING";169 ZERO_LINK = NO;170 };171 name = Testing;172 };173 /* End PBXBuildStyle section */174 85 175 86 /* Begin PBXContainerItemProxy section */ … … 249 160 dstSubfolderSpec = 10; 250 161 files = ( 251 A5 BE6D8B0864B6C800DA5C89/* WiredAdditions.framework in Copy Files (Frameworks) */,162 A5643FCA0A26062800ADF4F5 /* WiredAdditions.framework in Copy Files (Frameworks) */, 252 163 ); 253 164 name = "Copy Files (Frameworks)"; … … 288 199 A519E5E609782F18002A9A5C /* wired */ = {isa = PBXFileReference; lastKnownFileType = folder; path = wired; sourceTree = "<group>"; }; 289 200 A540687705CDC46100068FBB /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; }; 201 A5643F230A26061400ADF4F5 /* WiredAdditions.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WiredAdditions.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 290 202 A5992BEF0729917600E67617 /* WCConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCConfig.h; sourceTree = "<group>"; }; 291 203 A5992BF00729917600E67617 /* WCConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WCConfig.m; sourceTree = "<group>"; }; … … 377 289 children = ( 378 290 A5A348450729839E00A16E9A /* Wired.prefPane */, 291 A5643F230A26061400ADF4F5 /* WiredAdditions.framework */, 379 292 ); 380 293 name = Products; … … 562 475 buildRules = ( 563 476 ); 564 buildSettings = {565 FRAMEWORK_SEARCH_PATHS = WiredAdditions/build;566 GCC_PRECOMPILE_PREFIX_HEADER = YES;567 GCC_PREFIX_HEADER = PreferencePane/prefix.pch;568 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;569 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;570 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;571 GCC_WARN_MISSING_PARENTHESES = YES;572 GCC_WARN_SIGN_COMPARE = YES;573 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;574 GCC_WARN_UNKNOWN_PRAGMAS = YES;575 GCC_WARN_UNUSED_FUNCTION = YES;576 GCC_WARN_UNUSED_LABEL = YES;577 GCC_WARN_UNUSED_VALUE = YES;578 GCC_WARN_UNUSED_VARIABLE = YES;579 INFOPLIST_FILE = PreferencePane/Info.plist;580 MACOSX_DEPLOYMENT_TARGET = 10.2;581 OTHER_LDFLAGS = (582 "-lcrypto",583 "-bind_at_load",584 );585 PRODUCT_NAME = Wired;586 WRAPPER_EXTENSION = prefPane;587 };588 477 dependencies = ( 589 478 A50335580864C22200CE6911 /* PBXTargetDependency */, … … 601 490 isa = PBXProject; 602 491 buildConfigurationList = A5BE6CFF0864B5A000DA5C89 /* Build configuration list for PBXProject "WiredServer" */; 603 buildSettings = {604 MACOSX_DEPLOYMENT_TARGET = 10.2;605 SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;606 };607 buildStyles = (608 06F27B30FFEEEFEF11CA0E56 /* Development */,609 A5D96988078DD6CC00CD982E /* Testing */,610 06F27B31FFEEEFEF11CA0E56 /* Deployment */,611 );612 492 hasScannedForEncodings = 1; 613 493 mainGroup = 089C166AFE841209C02AAC07 /* Wired Preferences */;
