# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
# For a list of all available actions, check out
# https://docs.fastlane.tools/actions
# For a list of all available plugins, check out
# https://docs.fastlane.tools/plugins/available-plugins
# Uncomment the line if you want fastlane to automatically update itself
desc "Get App Store Connect API key"
app_store_connect_api_key(
issuer_id: "abc54778-7886-4294-8e5c-ef9f7bb0827d",
key_filepath: "./AuthKey_4BG2YL89CJ.p8",
desc "Push a new release build to the App Store"
increment_build_number(xcodeproj: "Runner.xcodeproj")
build_app(workspace: "Runner.xcworkspace", scheme: "Runner")
upload_to_app_store(api_key: api_key)
desc "Upload a pre-built IPA to the App Store"
ipa: "../build/ios/ipa/only-bible-app.ipa",
precheck_include_in_app_purchases: false,