iOS TestFlight Setup

This commit is contained in:
Jannis Rieger 2020-09-17 13:01:08 +02:00 committed by Kai Jan Kriegel
parent bca37251d1
commit d1c37edde9

View File

@ -25,14 +25,18 @@
<key>CFBundleDisplayName</key>
<string>Borepin</string>
<key>CFBundleIdentifier</key>
<string>com.companyname.borepin</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>org.fab-access.borepin</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
<string>Borepin</string>
<key>XSAppIconAssets</key>
<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>
</plist>