Skip to content

Commit 982a6dd

Browse files
committed
chore: improve project settings
1 parent 898fc8c commit 982a6dd

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

alt-tab-macos.xcodeproj/project.pbxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,8 @@
18181818
D04BA59EB5ED6F005E8F4407 /* Project object */ = {
18191819
isa = PBXProject;
18201820
attributes = {
1821-
LastUpgradeCheck = 1130;
1821+
BuildIndependentTargetsInParallel = YES;
1822+
LastUpgradeCheck = 1620;
18221823
ORGANIZATIONNAME = lwouis;
18231824
};
18241825
buildConfigurationList = D04BA83C9495F252D87CDF0F /* Build configuration list for PBXProject "alt-tab-macos" */;

alt-tab-macos.xcodeproj/xcshareddata/xcschemes/Debug.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 = "1130"
3+
LastUpgradeVersion = "1620"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

alt-tab-macos.xcodeproj/xcshareddata/xcschemes/Test.xcscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3+
LastUpgradeVersion = "1620"
34
version = "1.7">
45
<BuildAction
56
parallelizeBuildables = "YES"

config/base.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ PLIST_FILE_OUTPUT_FORMAT = binary
1515
COCOAPODS_PARALLEL_CODE_SIGN = YES // codesign pods faster
1616
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
1717
SWIFT_OBJC_BRIDGING_HEADER = alt-tab-macos-Bridging-Header.h
18+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES
19+
DEAD_CODE_STRIPPING = YES

config/release.xcconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
CODE_SIGN_IDENTITY = Developer ID Application: Louis Pontoise (QXD7GW8FHY)
77
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO // for notarization
88
OTHER_CODE_SIGN_FLAGS = --timestamp --deep --options runtime // for notarization
9-
SWIFT_COMPILATION_MODE = wholemodule
9+
SWIFT_COMPILATION_MODE = wholemodule
10+
SWIFT_OPTIMIZATION_LEVEL = -O

config/test-base.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ ENABLE_BITCODE = NO
99
GCC_GENERATE_TEST_COVERAGE_FILES = NO
1010
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO
1111
TEST_ATTACHMENT_LOGGING = NO
12+
DEAD_CODE_STRIPPING = YES

0 commit comments

Comments
 (0)