All checks were successful
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/100
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
# fastlane is used in this repo ONLY as a Google Play Developer API client
|
|
# (see fastlane/Fastfile). It never builds and never signs.
|
|
|
|
# Reconstructed in CI from the PLAY_SERVICE_ACCOUNT_JSON secret; gitignored.
|
|
json_key_file(ENV["SUPPLY_JSON_KEY"] || "play-service-account.json")
|
|
|
|
package_name("de.jeanlucmakiola.calendula")
|