# Google Play identity + credentials for `fastlane supply`. # # The service-account JSON is injected from CI as the SUPPLY_JSON_KEY_DATA # secret (raw file contents) and is NEVER committed. Locally you can instead # export SUPPLY_JSON_KEY_DATA, or drop a gitignored play-service-account.json # and point json_key_file at it. package_name("org.comunes.tane") json_key_data_raw(ENV["SUPPLY_JSON_KEY_DATA"]) if ENV["SUPPLY_JSON_KEY_DATA"]