Skip to content

Commit b5fef83

Browse files
Accept Xcode build validation suggestions
- Update last upgrade check in project file - Add recommended CODE_SIGN_IDENTITY setting of '-' to code sign config file
1 parent 3919623 commit b5fef83

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
53719E8719BF4C6D005D3DE0 /* Project object */ = {
262262
isa = PBXProject;
263263
attributes = {
264-
LastUpgradeCheck = 1000;
264+
LastUpgradeCheck = 1110;
265265
ORGANIZATIONNAME = "Tapas Software";
266266
TargetAttributes = {
267267
53719EAF19BF4C6D005D3DE0 = {

Config/BSE-CodeSigning.xcconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@
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)