We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bb2cf commit dbfb78eCopy full SHA for dbfb78e
Makefile
@@ -28,7 +28,6 @@ $(XCPROJECT): $(PROJECT)/project.yml
28
cd $(PROJECT); \
29
SWIFT_VERSION=$(SWIFT_VERSION) \
30
PTP_SUFFIX=$(PTP_SUFFIX) \
31
- GLOBAL_CODE_SIGN_STYLE=$(GLOBAL_CODE_SIGN_STYLE) \
32
APP_PROVISIONING_PROFILE_ID=$(APP_PROVISIONING_PROFILE_ID) \
33
EXT_PROVISIONING_PROFILE_ID=$(EXT_PROVISIONING_PROFILE_ID) \
34
xcodegen
scripts/build.sh
@@ -32,5 +32,6 @@ xcodebuild \
-project "Coder Desktop/Coder Desktop.xcodeproj" \
-scheme "Coder Desktop" \
-configuration "Release" \
35
+ -skipPackagePluginValidation \
36
CODE_SIGN_STYLE=Manual \
37
CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" | xcpretty
0 commit comments