Skip to content

Commit 8e378d1

Browse files
Remove CODE_SIGN_IDENTITY setting
- Without explicit setting Xcode seems to: - Pick up development cert for team in private config file automatically - Choose 'Sign Locally' if no team is chosen
1 parent b5fef83 commit 8e378d1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Config/BSE-CodeSigning.xcconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,3 @@
3131
// Setting this to Manual, otherwise Xcode seems to prefer slipping back into Automatic mode
3232

3333
CODE_SIGN_STYLE = Manual;
34-
35-
36-
// Code Signing Identity
37-
//
38-
// The name, also known as the *common name*, of a valid code-signing certificate in a
39-
// keychain within your keychain path. A missing or invalid certificate will cause a
40-
// build error.
41-
42-
// The DEVELOPMENT_TEAM setting supercedes this setting.
43-
// Xcode project validation recommended setting the value to '-'.
44-
45-
CODE_SIGN_IDENTITY = -

0 commit comments

Comments
 (0)