@@ -125,6 +125,7 @@ targets:
125
125
base :
126
126
ASSETCATALOG_COMPILER_APPICON_NAME : AppIcon # Sets the app icon to "AppIcon".
127
127
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME : AccentColor
128
+ # `CODE_SIGN_*` options are overriden during a release build
128
129
CODE_SIGN_IDENTITY : " Apple Development"
129
130
CODE_SIGN_STYLE : Automatic
130
131
COMBINE_HIDPI_IMAGES : YES
@@ -135,7 +136,7 @@ targets:
135
136
INFOPLIST_KEY_NSHumanReadableCopyright : " "
136
137
SWIFT_EMIT_LOC_STRINGS : YES
137
138
PRODUCT_BUNDLE_IDENTIFIER : " com.coder.Coder-Desktop"
138
- # Populated from environment variable during `xcodegen`
139
+ # Empty outside of release builds
139
140
PROVISIONING_PROFILE_SPECIFIER : ${APP_PROVISIONING_PROFILE_ID}
140
141
141
142
# (ThomasK33): Install the application into the /Applications folder
@@ -218,8 +219,10 @@ targets:
218
219
PRODUCT_NAME : " $(PRODUCT_BUNDLE_IDENTIFIER)"
219
220
SWIFT_EMIT_LOC_STRINGS : YES
220
221
SWIFT_OBJC_BRIDGING_HEADER : " VPN/com_coder_Coder_Desktop_VPN-Bridging-Header.h"
222
+ # `CODE_SIGN_*` are overriden during a release build
221
223
CODE_SIGN_IDENTITY : " Apple Development"
222
224
CODE_SIGN_STYLE : Automatic
225
+ # Empty outside of release builds
223
226
PROVISIONING_PROFILE_SPECIFIER : ${EXT_PROVISIONING_PROFILE_ID}
224
227
dependencies :
225
228
- target : VPNLib
0 commit comments