You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>CFBundleExecutable</key>
- <string>@MACOSX_FRAMEWORK_NAME@</string>
- <key>CFBundleIdentifier</key>
- <string>@MACOSX_FRAMEWORK_IDENTIFIER@</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleName</key>
- <string>@MACOSX_FRAMEWORK_NAME@</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleSupportedPlatforms</key>
- <array>
- <string>MacOSX</string>
- </array>
- <key>CFBundleVersion</key>
- <string>@MACOSX_FRAMEWORK_BUNDLE_VERSION@</string>
- <key>CFBundleShortVersionString</key>
- <string>@MACOSX_FRAMEWORK_SHORT_VERSION_STRING@</string>
- <key>CSResourcesFileMapped</key>
- <true/>
- <key>LSMinimumSystemVersion</key>
- <string>@CARLA_OSX_DEPLOYMENT_TARGET@</string>
- <key>NSHumanReadableCopyright</key>
- <string>(C) 2011-2023 Filipe Coelho.
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.</string>
- </dict>
- </plist>
|