fastlane fixes
Some checks failed
Some checks failed
This commit is contained in:
parent
7acfb84122
commit
a4a70d56c6
@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Fast Network Navigation</string>
|
<string>anyway</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@ -45,5 +45,9 @@
|
|||||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||||
|
<string>$(PRODUCT_NAME) optionally uses your location to plan trips directly from your current location.</string>
|
||||||
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
|
<string>$(PRODUCT_NAME) optionally uses your location to plan trips directly from your current location.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
# SAMPLE env file that replicates the env in the CI/CD pipeline
|
# SAMPLE env file that replicates the env in the CI/CD pipeline
|
||||||
# DO NOT EDIT THIS FILE
|
# DO NOT EDIT THIS FILE
|
||||||
# Copy this file to local.env and edit the values to match your local environment
|
# Copy this file to local.env and edit the values to match your local environment
|
||||||
|
BUILD_NAME="sample"
|
||||||
|
BUILD_NUMBER="sample"
|
||||||
|
|
||||||
IOS_ASC_KEY_ID="sample"
|
IOS_ASC_KEY_ID="sample"
|
||||||
IOS_ASC_KEY="sample"
|
IOS_ASC_KEY="sample"
|
||||||
IOS_ASC_ISSUER_ID="sample"
|
IOS_ASC_ISSUER_ID="sample"
|
||||||
SIGNING_KEY_FILE_PATH="sample"
|
SIGNING_KEY_FILE_PATH="sample"
|
||||||
SIGNING_KEY_PASSWORD="sample"
|
SIGNING_KEY_PASSWORD="sample"
|
||||||
BUILD_NAME="sample"
|
|
||||||
BUILD_NUMBER="sample"
|
GOOGLE_MAPS_API_KEY="sample"
|
Loading…
x
Reference in New Issue
Block a user