Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 45bca19

Browse files
committed
Update project for Xcode 13
1 parent 2223df2 commit 45bca19

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

Configurations/Build/Common/Foundation.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ MACOSX_DEPLOYMENT_TARGET = 10.12
7474
ONLY_ACTIVE_ARCH = NO
7575
OTHER_CFLAGS = -Xclang -fobjc-runtime-has-weak
7676
PLIST_FILE_OUTPUT_FORMAT = binary
77-
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
7877
PRODUCT_BUNDLE_IDENTIFIER =
7978
REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
8079
RUN_CLANG_STATIC_ANALYZER = NO

Sources/App/Textual App.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 53;
77
objects = {
88

99
/* Begin PBXAggregateTarget section */
@@ -6234,7 +6234,8 @@
62346234
4C1DC5491580420500A47BC9 /* Project object */ = {
62356235
isa = PBXProject;
62366236
attributes = {
6237-
LastUpgradeCheck = 1250;
6237+
BuildIndependentTargetsInParallel = YES;
6238+
LastUpgradeCheck = 1300;
62386239
ORGANIZATIONNAME = "Codeux Software, LLC";
62396240
TargetAttributes = {
62406241
4C0BA4F81990798800857343 = {

Sources/App/Textual App.xcodeproj/xcshareddata/xcschemes/Textual (App Store).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 = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "NO"

Sources/App/Textual App.xcodeproj/xcshareddata/xcschemes/Textual (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 = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "NO"

Sources/App/Textual App.xcodeproj/xcshareddata/xcschemes/Textual (Standard Release Sandboxed).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 = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "NO"

Sources/App/Textual App.xcodeproj/xcshareddata/xcschemes/Textual (Standard Release).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 = "1250"
3+
LastUpgradeVersion = "1300"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

XPC Services/Historic Log File Manager/Historic Log File Manager.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
4C442C801E13B3D200B187F4 /* Project object */ = {
348348
isa = PBXProject;
349349
attributes = {
350-
LastUpgradeCheck = 1250;
350+
LastUpgradeCheck = 1300;
351351
ORGANIZATIONNAME = "Codeux Software, LLC";
352352
TargetAttributes = {
353353
4C442C871E13B3D200B187F4 = {

XPC Services/IRC Remote Connection Manager/IRC Remote Connection Manager.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
4C14063A1F11942B00C73D53 /* Project object */ = {
482482
isa = PBXProject;
483483
attributes = {
484-
LastUpgradeCheck = 1250;
484+
LastUpgradeCheck = 1300;
485485
ORGANIZATIONNAME = "Codeux Software, LLC";
486486
TargetAttributes = {
487487
4C1406411F11942B00C73D53 = {

XPC Services/Inline Content Loader/Inline Content Loader.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594
4C14063A1F11942B00C73D53 /* Project object */ = {
595595
isa = PBXProject;
596596
attributes = {
597-
LastUpgradeCheck = 1250;
597+
LastUpgradeCheck = 1300;
598598
ORGANIZATIONNAME = "Codeux Software, LLC";
599599
TargetAttributes = {
600600
4C1406411F11942B00C73D53 = {

0 commit comments

Comments
 (0)