Fastlane/iTunes warning fixes #4841
2 changed files with 2 additions and 5 deletions
|
@ -111,10 +111,8 @@
|
|||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Unused by an application</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>Unused by an application</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>Determining your location is necessary for navigation and for saving your recently travelled track.</string>
|
||||
<key>UIAppFonts</key>
|
||||
<array>
|
||||
<string>FredokaOne-Regular.ttf</string>
|
||||
|
|
|
@ -4,7 +4,6 @@ default_platform(:ios)
|
|||
platform :ios do
|
||||
private_lane :prepare do
|
||||
if is_ci
|
||||
xcversion(version: "~> 14.0.1")
|
||||
setup_ci # creates MATCH_KEYCHAIN_NAME on CI
|
||||
ensure_env_vars(
|
||||
env_vars: ['APPSTORE_CERTIFICATE_PASSWORD']
|
||||
|
|
Reference in a new issue