Use match signing team for deployment
Some checks failed
TestFlight / testflight (push) Failing after 19s
Some checks failed
TestFlight / testflight (push) Failing after 19s
This commit is contained in:
@@ -6,7 +6,7 @@ default_platform(:ios)
|
||||
APP_IDENTIFIER = "net.buzzert.attractor"
|
||||
SCHEME = "Attractor"
|
||||
TARGET_NAME = "App"
|
||||
TEAM_ID = ENV["FASTLANE_TEAM_ID"].to_s.strip.empty? ? "3SJALV9BQ7" : ENV["FASTLANE_TEAM_ID"]
|
||||
TEAM_ID = ENV["FASTLANE_TEAM_ID"].to_s.strip.empty? ? "DQQH5H6GBD" : ENV["FASTLANE_TEAM_ID"]
|
||||
PROFILE_NAME = ENV["ATTRACTOR_PROVISIONING_PROFILE_SPECIFIER"].to_s.strip.empty? ? "Attractor AppStore CI" : ENV["ATTRACTOR_PROVISIONING_PROFILE_SPECIFIER"]
|
||||
CI_KEYCHAIN_NAME = "attractor_ci_keychain"
|
||||
CI_KEYCHAIN_PASSWORD = "attractor-ci-keychain-password"
|
||||
|
||||
Reference in New Issue
Block a user