aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'osx/Info.plist')
-rw-r--r--osx/Info.plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/osx/Info.plist b/osx/Info.plist
index a5a98697..68fdbe1f 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -7,9 +7,9 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
- <string>fish_term_icon</string>
+ <string>fish_term_icon</string>
<key>CFBundleIdentifier</key>
- <string>com.ridiculousfish.fish-shell</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -24,8 +24,8 @@
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
- <key>LSUIElement</key>
- <true/>
+ <key>LSUIElement</key>
+ <true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012, ridiculous_fish
All rights reserved.</string>