forked from sagnik/Project_Velocity
#38 Ipad app production readiness, Colony orchestration, Social posting Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local> Reviewed-on: sagnik/Project_Velocity#44
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
app_identifier("com.desineuron.velocity.ipad")
|
|
apple_id(ENV.fetch("FASTLANE_APPLE_ID", ""))
|
|
team_id(ENV.fetch("FASTLANE_TEAM_ID", "L29922NHD9"))
|
|
itc_team_id(ENV["FASTLANE_ITC_TEAM_ID"]) if ENV["FASTLANE_ITC_TEAM_ID"]
|
|
|
|
for_platform :ios do
|
|
app_identifier("com.desineuron.velocity.ipad")
|
|
end
|