2012-09-19 11:29:55 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-03-21 10:45:31 +00:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
2012-09-19 11:29:55 -04:00
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>English</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
2024-03-21 10:45:31 +00:00
|
|
|
<key>CFBundleGetInfoString</key>
|
|
|
|
|
<string>${MACOSX_BUNDLE_INFO_STRING}</string>
|
|
|
|
|
<key>CFBundleIconName</key>
|
|
|
|
|
<string>AppIcon</string>
|
2012-09-19 11:29:55 -04:00
|
|
|
<key>CFBundleIdentifier</key>
|
2024-03-21 10:45:31 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2012-09-19 11:29:55 -04:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
2024-03-21 10:45:31 +00:00
|
|
|
<key>CFBundleLongVersionString</key>
|
|
|
|
|
<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
|
2012-09-19 11:29:55 -04:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>APPL</string>
|
2024-03-21 10:45:31 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
|
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
|
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
|
<string>????</string>
|
2012-09-19 11:29:55 -04:00
|
|
|
<key>CFBundleVersion</key>
|
2024-03-21 10:45:31 +00:00
|
|
|
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
|
|
|
|
|
<key>CSResourcesFileMapped</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
|
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
|
|
|
|
<key>SDL_FILESYSTEM_BASE_DIR_TYPE</key>
|
2023-10-22 00:47:14 +01:00
|
|
|
<string>$(SDL_FILE_DIR)</string>
|
2012-09-19 11:29:55 -04:00
|
|
|
</dict>
|
2024-03-21 10:45:31 +00:00
|
|
|
</plist>
|