Skip to content

Commit

Permalink
disable automatic code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
stelselim committed May 24, 2024
1 parent 6871b2f commit b3e1154
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ platform :ios do
build_number: build_num + 1,
)

UI.message("Disabling automatic signing on Xcode")
disable_automatic_code_signing

UI.message("Replacing Google Maps API key from environment variables")
Dir.chdir("../DeveloperApp/Config") do
googleMapsApiKey = ENV["GOOGLE_MAPS_API_KEY"] || "GOOGLE_MAPS_API_KEY"
Expand Down

0 comments on commit b3e1154

Please sign in to comment.