Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleDisplayName</key>
- <string>@PACKAGE@</string>
- <key>CFBundleExecutable</key>
- <string>@PACKAGE@</string>
- <key>CFBundleGetInfoString</key>
- <string>@VERSION@, Copyright 2002-2020 The DOSBox Team</string>
- <key>CFBundleIconFile</key>
- <string>dosbox.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.dosbox</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>@PACKAGE@</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>@VERSION@</string>
- <key>CFBundleVersion</key>
- <string>@VERSION@</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2002-2020 The DOSBox Team</string>
- <key>NSHighResolutionCapable</key>
- <true/>
- <key>LSMinimumSystemVersionByArchitecture</key>
- <dict>
- <key>i386</key>
- <string>10.6.0</string>
- <key>x86_64</key>
- <string>10.11.0</string>
- </dict>
- </dict>
- </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement