Skip to content

Commit 636553d

Browse files
committed
chore(macOS): Added default values to build settings in template file.
Signed-off-by: Iva Horn <[email protected]>
1 parent df38f4e commit 636553d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell_integration/MacOSX/NextcloudIntegration/NextcloudDev/Build.xcconfig.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
// The common name of the signing certificate to use for code signing.
66
// It must be present in your keychain and a development certificate.
77
//
8-
CODE_SIGN_IDENTITY=Apple Development
8+
CODE_SIGN_IDENTITY=$(CODE_SIGN_IDENTITY:default=Apple Development)
99

1010
//
1111
// Xcode should automatically manage signing assets.
1212
//
13-
CODE_SIGN_STYLE = Automatic
13+
CODE_SIGN_STYLE = $(CODE_SIGN_STYLE:default=Automatic)
1414

1515
//
1616
// The development team identifier registered with Apple.
1717
//
18-
DEVELOPMENT_TEAM=NKUJUXUJ3B
18+
DEVELOPMENT_TEAM=$(DEVELOPMENT_TEAM:default=NKUJUXUJ3B)

0 commit comments

Comments
 (0)