Files
iNaturalistReactNative/fastlane/example-Appfile
2022-11-01 18:11:17 -07:00

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" )