Changeset 5110
- Timestamp:
- 12/11/07 16:41:58 (7 months ago)
- Files:
-
- WiredClient/trunk/English.lproj/MainMenu.nib/classes.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/MainMenu.nib/info.nib (modified) (2 diffs)
- WiredClient/trunk/English.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- WiredClient/trunk/WiredClient.xcconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/MainMenu.nib/classes.nib
r4121 r5110 37 37 SUPERCLASS = NSWindow; 38 38 }, 39 {CLASS = WCApplication; LANGUAGE = ObjC; SUPERCLASS = W IApplication; },39 {CLASS = WCApplication; LANGUAGE = ObjC; SUPERCLASS = WNApplication; }, 40 40 { 41 41 ACTIONS = { … … 109 109 LANGUAGE = ObjC; 110 110 SUPERCLASS = NSWindowController; 111 } 111 }, 112 {CLASS = WNApplication; LANGUAGE = ObjC; SUPERCLASS = WIApplication; } 112 113 ); 113 114 IBVersion = 1; WiredClient/trunk/English.lproj/MainMenu.nib/info.nib
r4146 r5110 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 344 140 412 357 0 0 1280 1002</string>6 <string>757 69 412 357 0 0 1920 1178 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>29</key> 10 <string> 158 773 614 44 0 0 1280 1002</string>10 <string>310 915 614 44 0 0 1920 1178 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 23 23 </array> 24 24 <key>IBSystem Version</key> 25 <string>8 I127</string>25 <string>8R218</string> 26 26 </dict> 27 27 </plist> WiredClient/trunk/WiredClient.xcconfig
r4432 r5110 27 27 MACOSX_DEPLOYMENT_TARGET_ppc = 10.4 28 28 MACOSX_DEPLOYMENT_TARGET_ppc64 = 10.5 29 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk30 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.5.sdk31 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk32 SDKROOT_ppc64 = /Developer/SDKs/MacOSX10.5.sdk29 SDKROOT_i386 = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 30 SDKROOT_x86_64 = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk 31 SDKROOT_ppc = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 32 SDKROOT_ppc64 = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk 33 33 WARNING_CFLAGS =
