We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f3a76 commit d9f1abbCopy full SHA for d9f1abb
2 files changed
scripts/build-announce/types.ts
@@ -83,3 +83,4 @@ export interface EnvValidationResult {
83
buildName: string;
84
extractedValues: Record<string, string | undefined>;
85
}
86
+
scripts/build.sh
@@ -546,7 +546,7 @@ generateIosBinary() {
546
echo "Binary build type: Simulator"
547
xcodebuild -workspace MetaMask.xcworkspace -scheme $scheme -configuration $configuration -sdk iphonesimulator -derivedDataPath build
548
fi
549
-
550
if [ "$IS_DEVICE_BUILD" = "true" ] || [ -z "$IS_SIM_BUILD" ]; then
551
echo "Binary build type: Device"
552
0 commit comments