aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-09-24 12:48:33 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-09-24 12:48:33 -0700
commitbcc937e4e0bd028ce21a60b6ae6ad62f93cd19f5 (patch)
tree56db0618546e9958f5813677ce9a56f2d0a11908 /osx
parent915d92019c5e2105b0a34bfe3fb47c118ef4b63b (diff)
Upgrade Xcode build to Xcode 7
Diffstat (limited to 'osx')
-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>