diff --git a/frontend/ios/Runner/Info.plist b/frontend/ios/Runner/Info.plist
index 3ac1912..36e4fd5 100644
--- a/frontend/ios/Runner/Info.plist
+++ b/frontend/ios/Runner/Info.plist
@@ -7,7 +7,7 @@
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
- Fast Network Navigation
+ anyway
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
@@ -45,5 +45,9 @@
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ $(PRODUCT_NAME) optionally uses your location to plan trips directly from your current location.
+ NSLocationWhenInUseUsageDescription
+ $(PRODUCT_NAME) optionally uses your location to plan trips directly from your current location.
diff --git a/frontend/ios/fastlane/local.env.sample b/frontend/ios/fastlane/.env.sample
similarity index 85%
rename from frontend/ios/fastlane/local.env.sample
rename to frontend/ios/fastlane/.env.sample
index 4c7e9ba..82595b4 100644
--- a/frontend/ios/fastlane/local.env.sample
+++ b/frontend/ios/fastlane/.env.sample
@@ -1,10 +1,13 @@
# SAMPLE env file that replicates the env in the CI/CD pipeline
# DO NOT EDIT THIS FILE
# 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="sample"
IOS_ASC_ISSUER_ID="sample"
SIGNING_KEY_FILE_PATH="sample"
SIGNING_KEY_PASSWORD="sample"
-BUILD_NAME="sample"
-BUILD_NUMBER="sample"
\ No newline at end of file
+
+GOOGLE_MAPS_API_KEY="sample"