summaryrefslogtreecommitdiff
path: root/tools/dist/osx_template.app
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dist/osx_template.app')
-rwxr-xr-xtools/dist/osx_template.app/Contents/Info.plist39
-rw-r--r--tools/dist/osx_template.app/Contents/PkgInfo1
-rw-r--r--tools/dist/osx_template.app/Contents/Resources/icon.icnsbin0 -> 120942 bytes
3 files changed, 40 insertions, 0 deletions
diff --git a/tools/dist/osx_template.app/Contents/Info.plist b/tools/dist/osx_template.app/Contents/Info.plist
new file mode 100755
index 0000000000..5146c875bc
--- /dev/null
+++ b/tools/dist/osx_template.app/Contents/Info.plist
@@ -0,0 +1,39 @@
+<?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>$binary</string>
+ <key>CFBundleName</key>
+ <string>$name</string>
+ <key>CFBundleGetInfoString</key>
+ <string>$info</string>
+ <key>CFBundleIconFile</key>
+ <string>icon.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>$identifier</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>$short_version</string>
+ <key>CFBundleSignature</key>
+ <string>$signature</string>
+ <key>CFBundleVersion</key>
+ <string>$version</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>$copyright</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.6.0</string>
+ <key>LSMinimumSystemVersionByArchitecture</key>
+ <dict>
+ <key>x86_64</key>
+ <string>10.6.0</string>
+ </dict>
+ <key>NSHighResolutionCapable</key>
+ $highres
+</dict>
+</plist> \ No newline at end of file
diff --git a/tools/dist/osx_template.app/Contents/PkgInfo b/tools/dist/osx_template.app/Contents/PkgInfo
new file mode 100644
index 0000000000..6f749b0f37
--- /dev/null
+++ b/tools/dist/osx_template.app/Contents/PkgInfo
@@ -0,0 +1 @@
+APPL????
diff --git a/tools/dist/osx_template.app/Contents/Resources/icon.icns b/tools/dist/osx_template.app/Contents/Resources/icon.icns
new file mode 100644
index 0000000000..375f61437d
--- /dev/null
+++ b/tools/dist/osx_template.app/Contents/Resources/icon.icns
Binary files differ