mastodon-ios/CoreDataStack/Info.plist

23 lines
730 B
Plaintext
Raw Normal View History

2021-01-27 07:50:13 +01: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>$(DEVELOPMENT_LANGUAGE)</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
2021-09-22 13:10:00 +02:00
<string>1.2.0</string>
2021-01-27 07:50:13 +01:00
<key>CFBundleVersion</key>
2021-12-03 13:29:25 +01:00
<string>88</string>
2021-01-27 07:50:13 +01:00
</dict>
</plist>