Skip to content

Commit 066e3e2

Browse files
committed
Adds SPACESHIP_ONLY_ALLOW_INTERACTIVE_2FA
Fixes #92
1 parent 644c931 commit 066e3e2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

dist/index.mjs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ async function installXcode(xcodeVersion, appleID, appleIDPassword) {
3232
XCODE_INSTALL_USER: appleID,
3333
XCODE_INSTALL_PASSWORD: appleIDPassword,
3434
SPACESHIP_SKIP_2FA_UPGRADE: 1,
35+
SPACESHIP_ONLY_ALLOW_INTERACTIVE_2FA: 1,
3536
}
3637
});
3738
await exec.exec('xcversion', ['install', xcodeVersion], {
@@ -41,6 +42,7 @@ async function installXcode(xcodeVersion, appleID, appleIDPassword) {
4142
XCODE_INSTALL_USER: appleID,
4243
XCODE_INSTALL_PASSWORD: appleIDPassword,
4344
SPACESHIP_SKIP_2FA_UPGRADE: 1,
45+
SPACESHIP_ONLY_ALLOW_INTERACTIVE_2FA: 1,
4446
}
4547
});
4648

0 commit comments

Comments
 (0)