Ticket #19887: patch-sshfs.xcodeproj_project.pbxproj.diff
File patch-sshfs.xcodeproj_project.pbxproj.diff, 5.6 KB (added by jmroot (Joshua Root), 15 years ago) |
---|
-
sshfs.xcodeproj/project.pbxproj
old new 8 8 9 9 /* Begin PBXBuildFile section */ 10 10 54B5A1AC0CD2BC7B00158571 /* GoogleShared_SystemVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 54B5A1AB0CD2BC7B00158571 /* GoogleShared_SystemVersion.m */; }; 11 54B5A1C50CD2BF3B00158571 /* sshfs-static-10.5 in Resources */ = {isa = PBXBuildFile; fileRef = 54B5A1C40CD2BF3B00158571 /* sshfs-static-10.5 */; };12 8205AF7A0B653F3700A99579 /* sshfs-static in Resources */ = {isa = PBXBuildFile; fileRef = 8205AF790B653F3700A99579 /* sshfs-static */; };13 11 823578210B44701F00FE77BB /* ssh.icns in Resources */ = {isa = PBXBuildFile; fileRef = 823578200B44701F00FE77BB /* ssh.icns */; }; 14 12 8235784C0B44782400FE77BB /* askpass.c in Sources */ = {isa = PBXBuildFile; fileRef = 8235784B0B44782400FE77BB /* askpass.c */; }; 15 13 823578540B44786400FE77BB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 823578530B44786400FE77BB /* CoreFoundation.framework */; }; … … 45 43 32CA4F630368D1EE00C91783 /* sshfs.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sshfs.pch; sourceTree = "<group>"; }; 46 44 54B5A1AA0CD2BC7B00158571 /* GoogleShared_SystemVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoogleShared_SystemVersion.h; sourceTree = "<group>"; }; 47 45 54B5A1AB0CD2BC7B00158571 /* GoogleShared_SystemVersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoogleShared_SystemVersion.m; sourceTree = "<group>"; }; 48 54B5A1C40CD2BF3B00158571 /* sshfs-static-10.5 */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = "sshfs-static-10.5"; path = "Resources/sshfs-static-10.5"; sourceTree = "<group>"; };49 8205AF790B653F3700A99579 /* sshfs-static */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = "sshfs-static"; path = "Resources/sshfs-static"; sourceTree = "<group>"; };50 46 823578200B44701F00FE77BB /* ssh.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = ssh.icns; path = Resources/ssh.icns; sourceTree = "<group>"; }; 51 47 823578420B4477D800FE77BB /* askpass */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = askpass; sourceTree = BUILT_PRODUCTS_DIR; }; 52 48 8235784B0B44782400FE77BB /* askpass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = askpass.c; sourceTree = "<group>"; }; … … 115 111 29B97317FDCFA39411CA2CEA /* Resources */ = { 116 112 isa = PBXGroup; 117 113 children = ( 118 54B5A1C40CD2BF3B00158571 /* sshfs-static-10.5 */,119 114 D4A6C9A709479AD300354625 /* Info.plist */, 120 115 D4A6C9B709479B9200354625 /* InfoPlist.strings */, 121 116 8249C9140B547465007CFB64 /* Localizable.strings */, 122 117 D4A6C9DF09479C8900354625 /* MainMenu.nib */, 123 118 823578200B44701F00FE77BB /* ssh.icns */, 124 8205AF790B653F3700A99579 /* sshfs-static */,125 119 82743E560BD7CE2D006FB711 /* sshnodelay.so */, 126 120 8235791D0B4481C700FE77BB /* askpass */, 127 121 ); … … 197 191 823578500B44782F00FE77BB /* PBXTargetDependency */, 198 192 ); 199 193 name = sshfs; 200 productInstallPath = "$(HOME)/Applications";201 194 productName = sshfs; 202 195 productReference = 8D1107320486CEB800E47090 /* sshfs.app */; 203 196 productType = "com.apple.product-type.application"; … … 230 223 823578210B44701F00FE77BB /* ssh.icns in Resources */, 231 224 8235791E0B4481C700FE77BB /* askpass in Resources */, 232 225 8249C9150B547465007CFB64 /* Localizable.strings in Resources */, 233 8205AF7A0B653F3700A99579 /* sshfs-static in Resources */,234 226 82743E570BD7CE2D006FB711 /* sshnodelay.so in Resources */, 235 54B5A1C50CD2BF3B00158571 /* sshfs-static-10.5 in Resources */,236 227 ); 237 228 runOnlyForDeploymentPostprocessing = 0; 238 229 }; … … 307 298 GCC_OPTIMIZATION_LEVEL = 0; 308 299 GCC_PRECOMPILE_PREFIX_HEADER = YES; 309 300 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h"; 310 INSTALL_PATH = "$(HOME)/bin";311 301 OTHER_LDFLAGS = ( 312 302 "-framework", 313 303 Carbon, … … 327 317 GCC_MODEL_TUNING = G5; 328 318 GCC_PRECOMPILE_PREFIX_HEADER = YES; 329 319 GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Headers/Carbon.h"; 330 INSTALL_PATH = "$(HOME)/bin";331 320 OTHER_LDFLAGS = ( 332 321 "-framework", 333 322 Carbon, … … 359 348 C01FCF4F08A954540054247B /* Debug */ = { 360 349 isa = XCBuildConfiguration; 361 350 buildSettings = { 362 ARCHS = (363 ppc,364 i386,365 );366 351 DEAD_CODE_STRIPPING = NO; 367 352 DEPLOYMENT_POSTPROCESSING = NO; 368 353 GCC_C_LANGUAGE_STANDARD = c99; 369 354 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 370 355 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 371 356 GCC_OPTIMIZATION_LEVEL = 0; 372 MACOSX_DEPLOYMENT_TARGET = 10.3;373 357 PREBINDING = NO; 374 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;375 358 STRIP_STYLE = all; 376 359 WARNING_CFLAGS = ( 377 360 "-Wall", … … 384 367 C01FCF5008A954540054247B /* Release */ = { 385 368 isa = XCBuildConfiguration; 386 369 buildSettings = { 387 ARCHS = (388 ppc,389 i386,390 );391 370 DEAD_CODE_STRIPPING = YES; 392 371 DEPLOYMENT_POSTPROCESSING = YES; 393 372 GCC_C_LANGUAGE_STANDARD = c99; 394 373 GCC_ENABLE_OBJC_EXCEPTIONS = YES; 395 374 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 396 375 GCC_OPTIMIZATION_LEVEL = s; 397 MACOSX_DEPLOYMENT_TARGET = 10.3;398 376 PREBINDING = NO; 399 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;400 377 STRIP_STYLE = all; 401 378 WARNING_CFLAGS = ( 402 379 "-Wall", 403 "-Werror",404 380 ); 405 381 ZERO_LINK = NO; 406 382 };