Skip to content

Commit aa6490a

Browse files
committed
Apply Xcode 26 settings
1 parent 05f3800 commit aa6490a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Example/ExampleApp.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
attributes = {
245245
BuildIndependentTargetsInParallel = 1;
246246
LastSwiftUpdateCheck = 1530;
247-
LastUpgradeCheck = 1600;
247+
LastUpgradeCheck = 2610;
248248
ORGANIZATIONNAME = "Hexed Bits";
249249
TargetAttributes = {
250250
0B31B93A2BCC62A4006F2078 = {
@@ -422,6 +422,7 @@
422422
MTL_FAST_MATH = YES;
423423
ONLY_ACTIVE_ARCH = YES;
424424
SDKROOT = iphoneos;
425+
STRING_CATALOG_GENERATE_SYMBOLS = YES;
425426
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
426427
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
427428
SWIFT_STRICT_CONCURRENCY = complete;
@@ -485,6 +486,7 @@
485486
MTL_ENABLE_DEBUG_INFO = NO;
486487
MTL_FAST_MATH = YES;
487488
SDKROOT = iphoneos;
489+
STRING_CATALOG_GENERATE_SYMBOLS = YES;
488490
SWIFT_COMPILATION_MODE = wholemodule;
489491
SWIFT_STRICT_CONCURRENCY = complete;
490492
SWIFT_VERSION = 6.0;

Example/ExampleApp.xcodeproj/xcshareddata/xcschemes/ExampleApp.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 = "1600"
3+
LastUpgradeVersion = "2610"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

ReactiveCollectionsKit.xcodeproj/xcshareddata/xcschemes/ReactiveCollectionsKit.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 = "1600"
3+
LastUpgradeVersion = "2610"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)