Files
gitea-docker/desktop/test-osx/Info.plist
Bryce Covert f56779259b app store.
2016-05-25 10:21:27 -07:00

33 lines
999 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
<string>Tick's Tales</string>
<key>CFBundleExecutable</key>
<string>Tick's Tales</string>
<key>CFBundleIdentifier</key>
<string>com.tickstales.upallknight</string>
<key>CFBundleName</key>
<string>Tick's Tales</string>
<key>CFBundleIconFile</key>
<string>icons.icns</string>
<key>CFBundleVersion</key>
<string>0.1.633</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>IFMajorVersion</key>
<integer>0</integer>
<key>IFMinorVersion</key>
<integer>1</integer>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
</dict>
</plist>