Fix icons

This commit is contained in:
Paul Chote
2010-04-17 14:25:29 +12:00
parent cd7b4de529
commit 935551e44a
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>OpenRa.icns</string>
<string>OpenRA.icns</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>

View File

@@ -7,6 +7,6 @@
<key>CFBundleExecutable</key>
<string>OpenRA</string>
<key>CFBundleIconFile</key>
<string>OpenRa.icns</string>
<string>OpenRA.icns</string>
</dict>
</plist>