Skip to content

Commit 8837566

Browse files
Accept Xcode 12.2 changes and settings recommendations
- Updated upgrade versions in project and scheme files - Added warning for quoted includes in framework headers - Added CODE_SIGN_IDENTITY of - to sign locally (Note that is the SDK default when no team is set as well. But Xcode seems to *really* want this to be set at the target level.)
1 parent f33f37f commit 8837566

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

BuildSettingExtractor.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
53719E8719BF4C6D005D3DE0 /* Project object */ = {
300300
isa = PBXProject;
301301
attributes = {
302-
LastUpgradeCheck = 1160;
302+
LastUpgradeCheck = 1220;
303303
ORGANIZATIONNAME = "Tapas Software";
304304
TargetAttributes = {
305305
53719EAF19BF4C6D005D3DE0 = {
@@ -452,6 +452,7 @@
452452
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
453453
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
454454
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
455+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
455456
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
456457
CLANG_WARN_STRICT_PROTOTYPES = YES;
457458
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -505,6 +506,7 @@
505506
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
506507
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
507508
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
509+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
508510
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
509511
CLANG_WARN_STRICT_PROTOTYPES = YES;
510512
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -533,6 +535,7 @@
533535
buildSettings = {
534536
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
535537
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
538+
CODE_SIGN_IDENTITY = "-";
536539
COMBINE_HIDPI_IMAGES = YES;
537540
CURRENT_PROJECT_VERSION = 17;
538541
ENABLE_HARDENED_RUNTIME = YES;
@@ -549,6 +552,7 @@
549552
buildSettings = {
550553
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
551554
CODE_SIGN_ENTITLEMENTS = BuildSettingExtractor/BuildSettingExtractor.entitlements;
555+
CODE_SIGN_IDENTITY = "-";
552556
COMBINE_HIDPI_IMAGES = YES;
553557
CURRENT_PROJECT_VERSION = 17;
554558
ENABLE_HARDENED_RUNTIME = YES;

BuildSettingExtractor.xcodeproj/xcshareddata/xcschemes/BuildSettingExtractor.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1160"
3+
LastUpgradeVersion = "1220"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)