Files
lime/buildfiles/mac/Info.plist
underscorediscovery 7ce604c914 Adding initial commit
2013-06-23 00:24:09 -02:30

29 lines
887 B
Plaintext

<?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>::APP_FILE::</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>::APP_PACKAGE::</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>::APP_TITLE::</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>::APP_VERSION::</string>
<key>CFBundleSignature</key>
<string>haxe</string>
<key>CFBundleVersion</key>
<string>::APP_BUILD_NUMBER::</string>
<key>NSAppleScriptEnabled</key>
<string>NO</string>
</dict>
</plist>