Files
App/ios/fastlane/Matchfile
Violet Caulfield 7c8008818a fix nil
2025-02-03 07:59:52 -06:00

15 lines
613 B
Plaintext

git_url("https://github.com/anultravioletaurora/jellify-signing.git")
storage_mode("git")
type("development") # The default type, can be: appstore, adhoc, enterprise or development
app_identifier("com.cosmonautical.jellify") # The bundle identifier of your app
username("violet@cosmonautical.cloud") # Your Apple Developer Portal username
# For all available options run `fastlane match --help`
# Remove the # in the beginning of the line to enable the other options
# The docs are available on https://docs.fastlane.tools/actions/match
git_basic_authorization(Base64.strict_encode64(ENV["MATCH_REPO_PAT"]))