Skip to content

Commit

Permalink
Override APP_STORE_CONNECT_API_KEY_PATH in Fastfile for 4.37 code freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed May 31, 2021
1 parent 99bc6d6 commit 460ddcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ before_all do
# It is skipped if this isn't running on CI
# See https://circleci.com/docs/2.0/ios-codesigning/
setup_circle_ci

# Hack to safely complete the 4.37 code freeze – Will require extra cleanup
# afterwards
ENV['APP_STORE_CONNECT_API_KEY_PATH'] = File.join(Dir.home, '.configure', 'simplenote-ios', 'secrets', 'app_store_connect_fastlane_api_key.json')
# End hack
end

error do |lane, exception, options|
Expand Down

0 comments on commit 460ddcc

Please sign in to comment.