Changeset 4744
- Timestamp:
- 05/10/07 20:46:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/PreferencePane/French.lproj/Wired.nib/info.nib
r4372 r4744 12 12 </array> 13 13 <key>IBSystem Version</key> 14 <string>8 J135</string>14 <string>8P2137</string> 15 15 </dict> 16 16 </plist> WiredServer/trunk/WiredServer.xcodeproj/project.pbxproj
r4497 r4744 123 123 remoteGlobalIDString = 8DC2EF5B0486A6940098B216; 124 124 remoteInfo = "Wired Additions"; 125 };126 A5BE6D260864B62000DA5C89 /* PBXContainerItemProxy */ = {127 isa = PBXContainerItemProxy;128 containerPortal = A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */;129 proxyType = 2;130 remoteGlobalIDString = A5E4B39E07A9797200BD6812;131 remoteInfo = "ZAAutoreleasePool Test";132 };133 A5BE6D280864B62000DA5C89 /* PBXContainerItemProxy */ = {134 isa = PBXContainerItemProxy;135 containerPortal = A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */;136 proxyType = 2;137 remoteGlobalIDString = A553B5E007AAF56E005EE3E5;138 remoteInfo = "ZANotificationCenter Test";139 };140 A5BE6D2A0864B62000DA5C89 /* PBXContainerItemProxy */ = {141 isa = PBXContainerItemProxy;142 containerPortal = A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */;143 proxyType = 2;144 remoteGlobalIDString = A5E4B55207A98AEE00BD6812;145 remoteInfo = "ZAObject Test";146 125 }; 147 126 A5FEE2EF0B7877D300199A37 /* PBXContainerItemProxy */ = { … … 220 199 A56445B10A26282100ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Japanese; path = PreferencePane/Japanese.lproj/Localizable.strings; sourceTree = "<group>"; }; 221 200 A56445B40A26282600ADF4F5 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = PreferencePane/Japanese.lproj/Wired.nib; sourceTree = "<group>"; }; 201 A58841E10BF39E7F00AA20E8 /* WiredAdditions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = WiredAdditions; sourceTree = "<group>"; }; 222 202 A5992BEF0729917600E67617 /* WCConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WCConfig.h; sourceTree = "<group>"; }; 223 203 A5992BF00729917600E67617 /* WCConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WCConfig.m; sourceTree = "<group>"; }; … … 456 436 children = ( 457 437 A5BE6D250864B62000DA5C89 /* WiredAdditions.framework */, 458 A5BE6D270864B62000DA5C89 /* WIAutoreleasePool Test.app */,459 A5BE6D290864B62000DA5C89 /* WINotificationCenter Test.app */,460 A5BE6D2B0864B62000DA5C89 /* WIObject Test.app */,461 438 ); 462 439 name = Products; … … 467 444 children = ( 468 445 A5BE6D1C0864B62000DA5C89 /* WiredAdditions.xcodeproj */, 446 A58841E10BF39E7F00AA20E8 /* WiredAdditions */, 469 447 A519E5E609782F18002A9A5C /* wired */, 470 448 ); … … 512 490 isa = PBXProject; 513 491 buildConfigurationList = A5BE6CFF0864B5A000DA5C89 /* Build configuration list for PBXProject "WiredServer" */; 514 compatibilityVersion = "Xcode 2.4";515 492 hasScannedForEncodings = 1; 516 493 knownRegions = ( … … 530 507 ); 531 508 projectRoot = ""; 532 shouldCheckCompatibility = 1;533 509 targets = ( 534 510 8D202CE80486D31800D8A456 /* Wired Preference Pane */, … … 548 524 path = WiredAdditions.framework; 549 525 remoteRef = A5BE6D240864B62000DA5C89 /* PBXContainerItemProxy */; 550 sourceTree = BUILT_PRODUCTS_DIR;551 };552 A5BE6D270864B62000DA5C89 /* WIAutoreleasePool Test.app */ = {553 isa = PBXReferenceProxy;554 fileType = wrapper.application;555 path = "WIAutoreleasePool Test.app";556 remoteRef = A5BE6D260864B62000DA5C89 /* PBXContainerItemProxy */;557 sourceTree = BUILT_PRODUCTS_DIR;558 };559 A5BE6D290864B62000DA5C89 /* WINotificationCenter Test.app */ = {560 isa = PBXReferenceProxy;561 fileType = wrapper.application;562 path = "WINotificationCenter Test.app";563 remoteRef = A5BE6D280864B62000DA5C89 /* PBXContainerItemProxy */;564 sourceTree = BUILT_PRODUCTS_DIR;565 };566 A5BE6D2B0864B62000DA5C89 /* WIObject Test.app */ = {567 isa = PBXReferenceProxy;568 fileType = wrapper.application;569 path = "WIObject Test.app";570 remoteRef = A5BE6D2A0864B62000DA5C89 /* PBXContainerItemProxy */;571 526 sourceTree = BUILT_PRODUCTS_DIR; 572 527 };
