Skip to content

Commit

Permalink
Update build settings for Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed May 30, 2024
1 parent c015c24 commit 6116b84
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Configs/Debug.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE
ONLY_ACTIVE_ARCH = YES
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG $(inherited)
SWIFT_OPTIMIZATION_LEVEL = -Onone

1 change: 1 addition & 0 deletions Configs/Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ CLANG_WARN_SUSPICIOUS_MOVE = YES
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
CLANG_WARN_UNREACHABLE_CODE = YES
COPY_PHASE_STRIP = NO
DEAD_CODE_STRIPPING = YES
ENABLE_PREVIEWS = YES
ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_USER_SCRIPT_SANDBOXING = YES
Expand Down
2 changes: 1 addition & 1 deletion Ensemble.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1510;
LastUpgradeCheck = 1530;
LastUpgradeCheck = 1540;
TargetAttributes = {
49E09B522AD2EE5000B56CD3 = {
CreatedOnToolsVersion = 15.1;
Expand Down
2 changes: 1 addition & 1 deletion Ensemble.xcodeproj/xcshareddata/xcschemes/macOS.xcscheme
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 6116b84

Please sign in to comment.