feat: Add fastlane for iOS
This commit is contained in:
parent
2e3765ad1e
commit
e3c9e595ed
11 changed files with 317 additions and 14 deletions
8
ios/fastlane/Appfile
Normal file
8
ios/fastlane/Appfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
app_identifier("im.fluffychat.app") # The bundle identifier of your app
|
||||
apple_id("christian.pauly@wtal.de") # Your Apple email address
|
||||
|
||||
itc_team_id("122628977") # App Store Connect Team ID
|
||||
team_id("4NXF6Z997G") # Developer Portal Team ID
|
||||
|
||||
# For more information about the Appfile, see:
|
||||
# https://docs.fastlane.tools/advanced/#appfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue