summaryrefslogtreecommitdiff
path: root/distrib/MacOS/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/MacOS/Info.plist')
-rw-r--r--distrib/MacOS/Info.plist28
1 files changed, 0 insertions, 28 deletions
diff --git a/distrib/MacOS/Info.plist b/distrib/MacOS/Info.plist
deleted file mode 100644
index 4693799a3a..0000000000
--- a/distrib/MacOS/Info.plist
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>GHC</string>
- <key>CFBundleGetInfoString</key>
- <string>The Glorious Glasgow Haskell Compilation System</string>
- <key>CFBundleIconFile</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string>org.haskell.ghc.${FRAMEWORK_VERSION}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>${SHORT_VERSION_STRING}</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>CSResourcesFileMapped</key>
- <true/>
-</dict>
-</plist>