Skip to content

Commit

Permalink
workaround after apple changes price api.
Browse files Browse the repository at this point in the history
  • Loading branch information
mario meltzow committed Apr 2, 2023
1 parent 6141d5c commit cd5b906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Uncomment the line if you want fastlane to automatically update itself
# update_fastlane
require 'spaceship'
Spaceship::ConnectAPI::App.const_set('ESSENTIAL_INCLUDES', 'appStoreVersions')
// THE OTHER CONTENT

ios_path = "./ios/App/"
project = ios_path + "App.xcodeproj"
workspace = ios_path + "App.xcworkspace"
Expand Down

0 comments on commit cd5b906

Please sign in to comment.