[56171] branches/gsoc09-gui/MPGUI
juanger at macports.org
juanger at macports.org
Mon Aug 24 20:54:06 PDT 2009
Revision: 56171
http://trac.macports.org/changeset/56171
Author: juanger at macports.org
Date: 2009-08-24 20:54:03 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
Changing name to Pallet. Adding LSMinimumSystemVersion.
Modified Paths:
--------------
branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib
branches/gsoc09-gui/MPGUI/Info.plist
Added Paths:
-----------
branches/gsoc09-gui/MPGUI/Application.icns
branches/gsoc09-gui/MPGUI/Pallet_Prefix.pch
Removed Paths:
-------------
branches/gsoc09-gui/MPGUI/MPGUI.xcodeproj/
branches/gsoc09-gui/MPGUI/MPGUI_Prefix.pch
Added: branches/gsoc09-gui/MPGUI/Application.icns
===================================================================
(Binary files differ)
Property changes on: branches/gsoc09-gui/MPGUI/Application.icns
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib
===================================================================
--- branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib 2009-08-25 03:32:17 UTC (rev 56170)
+++ branches/gsoc09-gui/MPGUI/English.lproj/MainMenu.xib 2009-08-25 03:54:03 UTC (rev 56171)
@@ -766,7 +766,7 @@
<int key="NSWindowBacking">2</int>
<string key="NSWindowRect">{{335, 301}, {773, 449}}</string>
<int key="NSWTFlags">1946157056</int>
- <string key="NSWindowTitle">MPGUI</string>
+ <string key="NSWindowTitle">Pallet</string>
<string key="NSWindowClass">NSWindow</string>
<object class="NSToolbar" key="NSViewClass" id="978062640">
<object class="NSMutableString" key="NSToolbarIdentifier">
@@ -2059,7 +2059,7 @@
<reference ref="385089462"/>
</object>
</object>
- <object class="NSMutableDictionary" id="277413920">
+ <object class="NSMutableDictionary" id="193271997">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSMutableArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
@@ -2185,7 +2185,7 @@
<bool key="EncodedWithXMLCoder">YES</bool>
<reference ref="375100135"/>
<reference ref="1016684085"/>
- <reference ref="277413920"/>
+ <reference ref="193271997"/>
</object>
<object class="NSMutableArray">
<bool key="EncodedWithXMLCoder">YES</bool>
@@ -6061,7 +6061,7 @@
</object>
</object>
<int key="IBDocument.localizationMode">0</int>
- <string key="IBDocument.LastKnownRelativeProjectPath">../MPGUI.xcodeproj</string>
+ <string key="IBDocument.LastKnownRelativeProjectPath">../Pallet.xcodeproj</string>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
</data>
</archive>
Modified: branches/gsoc09-gui/MPGUI/Info.plist
===================================================================
--- branches/gsoc09-gui/MPGUI/Info.plist 2009-08-25 03:32:17 UTC (rev 56170)
+++ branches/gsoc09-gui/MPGUI/Info.plist 2009-08-25 03:54:03 UTC (rev 56171)
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
- <string></string>
+ <string>Application.icns</string>
<key>CFBundleIdentifier</key>
<string>org.macports.${PRODUCT_NAME:identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -24,5 +24,7 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.5.0</string>
</dict>
</plist>
Deleted: branches/gsoc09-gui/MPGUI/MPGUI_Prefix.pch
===================================================================
--- branches/gsoc09-gui/MPGUI/MPGUI_Prefix.pch 2009-08-25 03:32:17 UTC (rev 56170)
+++ branches/gsoc09-gui/MPGUI/MPGUI_Prefix.pch 2009-08-25 03:54:03 UTC (rev 56171)
@@ -1,7 +0,0 @@
-//
-// Prefix header for all source files of the 'MPGUI' target in the 'MPGUI' project
-//
-
-#ifdef __OBJC__
- #import <Cocoa/Cocoa.h>
-#endif
Added: branches/gsoc09-gui/MPGUI/Pallet_Prefix.pch
===================================================================
--- branches/gsoc09-gui/MPGUI/Pallet_Prefix.pch (rev 0)
+++ branches/gsoc09-gui/MPGUI/Pallet_Prefix.pch 2009-08-25 03:54:03 UTC (rev 56171)
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'MPGUI' target in the 'MPGUI' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/d8becf0f/attachment.html>
More information about the macports-changes
mailing list