Skip to content

Commit dbfb78e

Browse files
committed
retry
1 parent a9bb2cf commit dbfb78e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ $(XCPROJECT): $(PROJECT)/project.yml
2828
cd $(PROJECT); \
2929
SWIFT_VERSION=$(SWIFT_VERSION) \
3030
PTP_SUFFIX=$(PTP_SUFFIX) \
31-
GLOBAL_CODE_SIGN_STYLE=$(GLOBAL_CODE_SIGN_STYLE) \
3231
APP_PROVISIONING_PROFILE_ID=$(APP_PROVISIONING_PROFILE_ID) \
3332
EXT_PROVISIONING_PROFILE_ID=$(EXT_PROVISIONING_PROFILE_ID) \
3433
xcodegen

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ xcodebuild \
3232
-project "Coder Desktop/Coder Desktop.xcodeproj" \
3333
-scheme "Coder Desktop" \
3434
-configuration "Release" \
35+
-skipPackagePluginValidation \
3536
CODE_SIGN_STYLE=Manual \
3637
CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" | xcpretty

0 commit comments

Comments
 (0)