summaryrefslogtreecommitdiff
path: root/branding/templates/osx/template-info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'branding/templates/osx/template-info.plist')
-rw-r--r--branding/templates/osx/template-info.plist34
1 files changed, 0 insertions, 34 deletions
diff --git a/branding/templates/osx/template-info.plist b/branding/templates/osx/template-info.plist
deleted file mode 100644
index e67ddcc..0000000
--- a/branding/templates/osx/template-info.plist
+++ /dev/null
@@ -1,34 +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>$entrypoint</string>
- <key>CFBundleGetInfoString</key>
- <string>$info_string</string>
- <key>CFBundleIconFile</key>
- <string>app.icns</string>
- <key>CFBundleIdentifier</key>
- <string>$bundle_identifier</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$bundle_name</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$info_string</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>$version</string>
- <key>NSAppleScriptEnabled</key>
- <string>YES</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
-</dict>
-</plist>