mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-23 05:08:49 -05:00
11 lines
474 B
Plaintext
11 lines
474 B
Plaintext
json_key_file("path/to/your/service/acount/key.json")
|
|
package_name("org.inaturalist.android")
|
|
|
|
# Apple
|
|
app_identifier("org.inaturalist.iphone") # The bundle identifier of your app
|
|
apple_id("your-username@inaturalist.org") # Your Apple email address
|
|
itc_team_id("12345") # App Store Connect Team ID
|
|
team_id("YOURTEAMID") # Developer Portal Team ID
|
|
# ProviderShortname, retrieved w/ `xcrun altool --list-providers -u "YOUR_APPLE_ID"`
|
|
itc_provider( "YOUR_PROVIDER_SHORTNAME" )
|