Changeset 257
- Timestamp:
- May 25, 2006, 12:52:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Transmission.xcodeproj/project.pbxproj
r247 r257 35 35 4D1838D409DEC0430047D688 /* peerutils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838B509DEC0430047D688 /* peerutils.h */; }; 36 36 4D1838D509DEC0430047D688 /* peerparse.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838B609DEC0430047D688 /* peerparse.h */; }; 37 4D1838D609DEC0430047D688 /* bencode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838B709DEC0430047D688 /* bencode.h */; };38 37 4D1838D709DEC0430047D688 /* bencode.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D1838B809DEC0430047D688 /* bencode.c */; }; 39 38 4D1838D809DEC0430047D688 /* completion.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838B909DEC0430047D688 /* completion.h */; }; … … 78 77 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; 79 78 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; 79 A200B9200A22798F007BBB1E /* InfoWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A200B83A0A2263BA007BBB1E /* InfoWindowController.m */; }; 80 A200B9B60A22893D007BBB1E /* InfoWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = A200B9620A227FD0007BBB1E /* InfoWindow.nib */; }; 80 81 A21610FC0A050B1700E8E4C1 /* MenuButton.m in Sources */ = {isa = PBXBuildFile; fileRef = A21610FB0A050B1700E8E4C1 /* MenuButton.m */; }; 81 82 A26D450B0A0503AC00A10BB3 /* peermessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838A309DEC0430047D688 /* peermessages.h */; }; 83 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */ = {isa = PBXBuildFile; fileRef = A27A53560A06A76400E1F16F /* StatusSep.png */; }; 84 A27A53660A06AEDB00E1F16F /* StatusBorder.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A27A53650A06AEDB00E1F16F /* StatusBorder.tiff */; }; 82 85 A2A84AD00A04FCD000C898D4 /* ActionButton.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2A84ACF0A04FCD000C898D4 /* ActionButton.tiff */; }; 86 A2BD40070A09BBEA008CCE96 /* bencode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D1838B709DEC0430047D688 /* bencode.h */; }; 83 87 A2C655650A04FEDC00E9FD82 /* BottomBorder.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2C655640A04FEDC00E9FD82 /* BottomBorder.tiff */; }; 84 88 /* End PBXBuildFile section */ 85 86 /* Begin PBXBuildStyle section */87 4A9504CCFFE6A4B311CA0CBA /* Debug */ = {88 isa = PBXBuildStyle;89 buildSettings = {90 };91 name = Debug;92 };93 /* End PBXBuildStyle section */94 89 95 90 /* Begin PBXContainerItemProxy section */ … … 194 189 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = "<group>"; }; 195 190 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; 191 A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = "<group>"; }; 192 A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = "<group>"; }; 193 A200B9630A227FD0007BBB1E /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = macosx/English.lproj/InfoWindow.nib; sourceTree = "<group>"; }; 196 194 A21610FA0A050B1700E8E4C1 /* MenuButton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = MenuButton.h; path = macosx/MenuButton.h; sourceTree = "<group>"; }; 197 195 A21610FB0A050B1700E8E4C1 /* MenuButton.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = MenuButton.m; path = macosx/MenuButton.m; sourceTree = "<group>"; }; 196 A27A53420A06A62500E1F16F /* StatusSep.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StatusSep.png; path = macosx/Images/StatusSep.png; sourceTree = "<group>"; }; 197 A27A53560A06A76400E1F16F /* StatusSep.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StatusSep.png; path = macosx/Images/StatusSep.png; sourceTree = "<group>"; }; 198 A27A53640A06AED200E1F16F /* StatusBorder.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = StatusBorder.tiff; path = macosx/Images/StatusBorder.tiff; sourceTree = "<group>"; }; 199 A27A53650A06AEDB00E1F16F /* StatusBorder.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = StatusBorder.tiff; path = macosx/Images/StatusBorder.tiff; sourceTree = "<group>"; }; 198 200 A2A84ACF0A04FCD000C898D4 /* ActionButton.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = ActionButton.tiff; path = macosx/Images/ActionButton.tiff; sourceTree = "<group>"; }; 199 A2A84AD10A04FCDC00C898D4 /* ActionButton.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = ActionButton.tiff; path = macosx/Images/ActionButton.tiff; sourceTree = "<group>"; };200 201 A2A84AD20A04FCDC00C898D4 /* BottomBorder.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BottomBorder.tiff; path = macosx/Images/BottomBorder.tiff; sourceTree = "<group>"; }; 201 202 A2C655640A04FEDC00E9FD82 /* BottomBorder.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BottomBorder.tiff; path = macosx/Images/BottomBorder.tiff; sourceTree = "<group>"; }; … … 236 237 isa = PBXGroup; 237 238 children = ( 239 A200B8390A2263BA007BBB1E /* InfoWindowController.h */, 240 A200B83A0A2263BA007BBB1E /* InfoWindowController.m */, 238 241 4DF0C5A90899190500DD8943 /* Controller.m */, 239 242 4DF0C5AA0899190500DD8943 /* Controller.h */, … … 283 286 isa = PBXGroup; 284 287 children = ( 285 A2A84AD10A04FCDC00C898D4 /* ActionButton.tiff */, 288 A27A53640A06AED200E1F16F /* StatusBorder.tiff */, 289 A27A53420A06A62500E1F16F /* StatusSep.png */, 286 290 A2A84AD20A04FCDC00C898D4 /* BottomBorder.tiff */, 287 291 4D2784360905709500687951 /* Transmission.icns */, … … 307 311 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, 308 312 29B97318FDCFA39411CA2CEA /* MainMenu.nib */, 313 A200B9620A227FD0007BBB1E /* InfoWindow.nib */, 314 A2C655640A04FEDC00E9FD82 /* BottomBorder.tiff */, 309 315 A2A84ACF0A04FCD000C898D4 /* ActionButton.tiff */, 310 A2C655640A04FEDC00E9FD82 /* BottomBorder.tiff */, 316 A2A84ACF0A04FCD000C898D4 /* ActionButton.tiff */, 317 A27A53560A06A76400E1F16F /* StatusSep.png */, 318 A27A53650A06AEDB00E1F16F /* StatusBorder.tiff */, 311 319 ); 312 320 name = Resources; … … 414 422 4D1838D409DEC0430047D688 /* peerutils.h in Headers */, 415 423 4D1838D509DEC0430047D688 /* peerparse.h in Headers */, 416 4D1838D609DEC0430047D688 /* bencode.h in Headers */,417 424 4D1838D809DEC0430047D688 /* completion.h in Headers */, 418 425 4D1838DA09DEC0430047D688 /* clients.h in Headers */, … … 420 427 4D1838FC09DEC4380047D688 /* transmission.h in Headers */, 421 428 A26D450B0A0503AC00A10BB3 /* peermessages.h in Headers */, 429 A2BD40070A09BBEA008CCE96 /* bencode.h in Headers */, 422 430 ); 423 431 runOnlyForDeploymentPostprocessing = 0; … … 436 444 buildRules = ( 437 445 ); 438 buildSettings = {439 PRODUCT_NAME = transmission;440 };441 446 dependencies = ( 442 447 ); … … 455 460 buildRules = ( 456 461 ); 457 buildSettings = {458 GCC_ENABLE_FIX_AND_CONTINUE = YES;459 GCC_MODEL_TUNING = G5;460 INSTALL_PATH = "$(HOME)/bin";461 PREBINDING = NO;462 PRODUCT_NAME = transmissioncli;463 ZERO_LINK = YES;464 };465 462 dependencies = ( 466 463 4D9A2BF509E16D30002D0FF9 /* PBXTargetDependency */, … … 481 478 buildRules = ( 482 479 ); 483 buildSettings = {484 INFOPLIST_FILE = Info.plist;485 PRODUCT_NAME = Transmission;486 WRAPPER_EXTENSION = app;487 };488 480 dependencies = ( 489 481 4D1838E609DEC1170047D688 /* PBXTargetDependency */, … … 501 493 isa = PBXProject; 502 494 buildConfigurationList = 4DF0C59A089918A300DD8943 /* Build configuration list for PBXProject "Transmission" */; 503 buildSettings = {504 };505 buildStyles = (506 4A9504CCFFE6A4B311CA0CBA /* Debug */,507 );508 495 hasScannedForEncodings = 1; 509 496 mainGroup = 29B97314FDCFA39411CA2CEA /* Transmission */; … … 523 510 files = ( 524 511 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */, 512 A200B9B60A22893D007BBB1E /* InfoWindow.nib in Resources */, 525 513 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, 526 514 4DF7500C08A103AD007B0D70 /* Open.png in Resources */, … … 545 533 A2A84AD00A04FCD000C898D4 /* ActionButton.tiff in Resources */, 546 534 A2C655650A04FEDC00E9FD82 /* BottomBorder.tiff in Resources */, 535 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */, 536 A27A53660A06AEDB00E1F16F /* StatusBorder.tiff in Resources */, 547 537 ); 548 538 runOnlyForDeploymentPostprocessing = 0; … … 594 584 4DCCBB3E09C3D71100D3CABF /* TorrentCell.m in Sources */, 595 585 A21610FC0A050B1700E8E4C1 /* MenuButton.m in Sources */, 586 A200B9200A22798F007BBB1E /* InfoWindowController.m in Sources */, 596 587 ); 597 588 runOnlyForDeploymentPostprocessing = 0; … … 627 618 ); 628 619 name = MainMenu.nib; 620 sourceTree = "<group>"; 621 }; 622 A200B9620A227FD0007BBB1E /* InfoWindow.nib */ = { 623 isa = PBXVariantGroup; 624 children = ( 625 A200B9630A227FD0007BBB1E /* English */, 626 ); 627 name = InfoWindow.nib; 629 628 sourceTree = "<group>"; 630 629 }; … … 641 640 "-DVERSION_MAJOR=0", 642 641 "-DVERSION_MINOR=5", 643 " -DVERSION_STRING=\"0.6-svn\"",642 "$(OTHER_CFLAGS_QUOTED_1)", 644 643 "-DSYS_DARWIN", 645 644 "-DHAVE_OPENSSL", 646 645 "-D__TRANSMISSION__", 647 646 ); 647 OTHER_CFLAGS_QUOTED_1 = "-DVERSION_STRING=\\\"0.6-svn\\\""; 648 648 PRODUCT_NAME = transmission; 649 649 }; … … 661 661 "-DVERSION_MAJOR=0", 662 662 "-DVERSION_MINOR=5", 663 " -DVERSION_STRING=\"0.6-svn\"",663 "$(OTHER_CFLAGS_QUOTED_1)", 664 664 "-DSYS_DARWIN", 665 665 "-DHAVE_OPENSSL", 666 666 "-D__TRANSMISSION__", 667 667 ); 668 OTHER_CFLAGS_QUOTED_1 = "-DVERSION_STRING=\\\"0.6-svn\\\""; 668 669 PRODUCT_NAME = transmissioncli; 669 670 };
Note: See TracChangeset
for help on using the changeset viewer.