This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-07-09 19:39:06 +02:00
|
|
|
<?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>CFBundleDevelopmentRegion</key>
|
|
|
|
|
<string>en</string>
|
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
|
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
|
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
|
<string>6.0</string>
|
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
|
<string>FMWK</string>
|
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-08-12 11:20:21 +02:00
|
|
|
<string>6.2.4</string>
|
2019-07-09 19:39:06 +02:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
|
<string>????</string>
|
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
<string>${CURRENT_PROJECT_VERSION}</string>
|
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
|
<string></string>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|