Skip to content

Commit 62ed294

Browse files
committed
retry
1 parent e978f2a commit 62ed294

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Coder Desktop/project.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ targets:
125125
base:
126126
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon # Sets the app icon to "AppIcon".
127127
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
128+
# `CODE_SIGN_*` options are overriden during a release build
128129
CODE_SIGN_IDENTITY: "Apple Development"
129130
CODE_SIGN_STYLE: Automatic
130131
COMBINE_HIDPI_IMAGES: YES
@@ -135,7 +136,7 @@ targets:
135136
INFOPLIST_KEY_NSHumanReadableCopyright: ""
136137
SWIFT_EMIT_LOC_STRINGS: YES
137138
PRODUCT_BUNDLE_IDENTIFIER: "com.coder.Coder-Desktop"
138-
# Populated from environment variable during `xcodegen`
139+
# Empty outside of release builds
139140
PROVISIONING_PROFILE_SPECIFIER: ${APP_PROVISIONING_PROFILE_ID}
140141

141142
# (ThomasK33): Install the application into the /Applications folder
@@ -218,8 +219,10 @@ targets:
218219
PRODUCT_NAME: "$(PRODUCT_BUNDLE_IDENTIFIER)"
219220
SWIFT_EMIT_LOC_STRINGS: YES
220221
SWIFT_OBJC_BRIDGING_HEADER: "VPN/com_coder_Coder_Desktop_VPN-Bridging-Header.h"
222+
# `CODE_SIGN_*` are overriden during a release build
221223
CODE_SIGN_IDENTITY: "Apple Development"
222224
CODE_SIGN_STYLE: Automatic
225+
# Empty outside of release builds
223226
PROVISIONING_PROFILE_SPECIFIER: ${EXT_PROVISIONING_PROFILE_ID}
224227
dependencies:
225228
- target: VPNLib

0 commit comments

Comments
 (0)