123456789101112131415161718192021222324 |
- <?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>CFBundleInfoDictionaryVersion</key>
- <false/>
- <key>CFBundleDisplayName</key>
- <string>CMakeTestbed</string>
- <key>CFBundleExecutable</key>
- <string>CMakeTestbed.GameLauncher</string>
- <key>CFBundleIdentifier</key>
- <string>com.amazon.CMakeTestbed</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.5</string>
- <key>CFBundleSignature</key>
- <string>LMBR</string>
- <key>CFBundleVersion</key>
- <string>1.5</string>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.puzzle-games</string>
- </dict>
- </plist>
|