diff options
Diffstat (limited to 'tools/dist/osx_template.app')
-rwxr-xr-x | tools/dist/osx_template.app/Contents/Info.plist | 39 | ||||
-rw-r--r-- | tools/dist/osx_template.app/Contents/PkgInfo | 1 | ||||
-rw-r--r-- | tools/dist/osx_template.app/Contents/Resources/icon.icns | bin | 120942 -> 0 bytes |
3 files changed, 0 insertions, 40 deletions
diff --git a/tools/dist/osx_template.app/Contents/Info.plist b/tools/dist/osx_template.app/Contents/Info.plist deleted file mode 100755 index eee787bdaf..0000000000 --- a/tools/dist/osx_template.app/Contents/Info.plist +++ /dev/null @@ -1,39 +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>$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.9.0</string> - <key>LSMinimumSystemVersionByArchitecture</key> - <dict> - <key>x86_64</key> - <string>10.9.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 deleted file mode 100644 index 6f749b0f37..0000000000 --- a/tools/dist/osx_template.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? diff --git a/tools/dist/osx_template.app/Contents/Resources/icon.icns b/tools/dist/osx_template.app/Contents/Resources/icon.icns Binary files differdeleted file mode 100644 index 375f61437d..0000000000 --- a/tools/dist/osx_template.app/Contents/Resources/icon.icns +++ /dev/null |