aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-04 10:09:31 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-05 21:50:33 -0800
commitd46859b9e8e6ab89637a6403f0d275e9d01af8ae (patch)
tree2a7b9fd5663c8dbe1b279ee3ae81085d6a8f241f /osx
parent51a955c75c11995b7d7816b777b67eea08e6105a (diff)
Add an icon to fish.app
Diffstat (limited to 'osx')
-rw-r--r--osx/Info.plist6
-rw-r--r--osx/fish_term_icon.icnsbin0 -> 258264 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/osx/Info.plist b/osx/Info.plist
index f52356b6..a5a98697 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
- <string>fish.icns</string>
+ <string>fish_term_icon</string>
<key>CFBundleIdentifier</key>
<string>com.ridiculousfish.fish-shell</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -24,10 +24,10 @@
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
+ <key>LSUIElement</key>
+ <true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012, ridiculous_fish
All rights reserved.</string>
- <key>LSUIElement</key>
- <true/>
</dict>
</plist>
diff --git a/osx/fish_term_icon.icns b/osx/fish_term_icon.icns
new file mode 100644
index 00000000..45eb6ad1
--- /dev/null
+++ b/osx/fish_term_icon.icns
Binary files differ