Files
Project_Velocity/iOS/velocity-ipad/fastlane/Appfile
Sayan Datta 6c93e31741
All checks were successful
Production Readiness / backend-contracts (pull_request) Successful in 3m19s
Production Readiness / webos-typecheck (pull_request) Successful in 2m38s
Production Readiness / ipad-parse (pull_request) Successful in 1m44s
feat: Ipad app production readiness, Colony orchestration, Social posting
2026-05-03 18:28:04 +05:30

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