mirror of
https://github.com/chenasraf/pantry-flutter.git
synced 2026-05-18 01:28:58 +00:00
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
# Android
|
|
json_key_file(ENV["GOOGLE_PLAY_KEY_FILE"])
|
|
package_name("dev.casraf.pantry")
|
|
|
|
# iOS
|
|
app_identifier("dev.casraf.pantry")
|
|
apple_id(ENV["APPLE_ID"])
|
|
itc_team_id(ENV["ITC_TEAM_ID"])
|
|
team_id(ENV["APPLE_TEAM_ID"])
|