iOS TestFlight Setup

This commit is contained in:
Jannis Rieger 2020-09-17 13:01:08 +02:00
parent 0c4a772150
commit 88fd6f80f9

View File

@ -25,14 +25,18 @@
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Borepin</string> <string>Borepin</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.companyname.borepin</string> <string>org.fab-access.borepin</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen</string> <string>LaunchScreen</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Borepin</string> <string>Borepin</string>
<key>XSAppIconAssets</key> <key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcon.appiconset</string> <string>Assets.xcassets/AppIcon.appiconset</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleVersion</key>
<string>0.2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict> </dict>
</plist> </plist>