Skip to content

Commit a2ee131

Browse files
committed
Changed project file format to Xcode 16
1 parent 442864b commit a2ee131

File tree

2 files changed

+38
-11
lines changed

2 files changed

+38
-11
lines changed

.github/scripts/test_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "SwiftLint Version: $(swiftlint --version)"
1313

1414
export LC_CTYPE=en_US.UTF-8
1515

16-
set -o pipefail && env IDEFileSystemSynchronizedGroupsAreEnabled=YES arch -"${ARCH}" xcodebuild \
16+
set -o pipefail && arch -"${ARCH}" xcodebuild \
1717
-scheme CodeEdit \
1818
-destination "platform=OS X,arch=${ARCH}" \
1919
-skipPackagePluginValidation \

CodeEdit.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -115,14 +115,14 @@
115115
/* End PBXFileReference section */
116116

117117
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
118-
B60700522D7623CD000C223E /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
118+
B60700522D7623CD000C223E /* Exceptions for "CodeEdit" folder in "CodeEdit" target */ = {
119119
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
120120
membershipExceptions = (
121121
Info.plist,
122122
);
123123
target = B658FB2B27DA9E0F00EA4DBD /* CodeEdit */;
124124
};
125-
B607FB1D2D762356000C223E /* PBXFileSystemSynchronizedBuildFileExceptionSet */ = {
125+
B607FB1D2D762356000C223E /* Exceptions for "OpenWithCodeEdit" folder in "OpenWithCodeEdit" target */ = {
126126
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
127127
membershipExceptions = (
128128
FinderSync.swift,
@@ -133,7 +133,7 @@
133133
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
134134

135135
/* Begin PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */
136-
B60700532D7623CD000C223E /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */ = {
136+
B60700532D7623CD000C223E /* Exceptions for "CodeEdit" folder in "Embed ExtensionKit ExtensionPoint" phase from "CodeEdit" target */ = {
137137
isa = PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet;
138138
buildPhase = 6C6BD6FD29CD154900235D17 /* Embed ExtensionKit ExtensionPoint */;
139139
membershipExceptions = (
@@ -143,11 +143,38 @@
143143
/* End PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet section */
144144

145145
/* Begin PBXFileSystemSynchronizedRootGroup section */
146-
B60701692D762484000C223E /* CodeEditTests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = CodeEditTests; sourceTree = "<group>"; };
147-
B607FB062D76234C000C223E /* CodeEditUITests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = CodeEditUITests; sourceTree = "<group>"; };
148-
B607FB152D762353000C223E /* Configs */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Configs; sourceTree = "<group>"; };
149-
B607FB1A2D762356000C223E /* OpenWithCodeEdit */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B607FB1D2D762356000C223E /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = OpenWithCodeEdit; sourceTree = "<group>"; };
150-
B607FE162D7623CD000C223E /* CodeEdit */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (B60700522D7623CD000C223E /* PBXFileSystemSynchronizedBuildFileExceptionSet */, B60700532D7623CD000C223E /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = CodeEdit; sourceTree = "<group>"; };
146+
B60701692D762484000C223E /* CodeEditTests */ = {
147+
isa = PBXFileSystemSynchronizedRootGroup;
148+
path = CodeEditTests;
149+
sourceTree = "<group>";
150+
};
151+
B607FB062D76234C000C223E /* CodeEditUITests */ = {
152+
isa = PBXFileSystemSynchronizedRootGroup;
153+
path = CodeEditUITests;
154+
sourceTree = "<group>";
155+
};
156+
B607FB152D762353000C223E /* Configs */ = {
157+
isa = PBXFileSystemSynchronizedRootGroup;
158+
path = Configs;
159+
sourceTree = "<group>";
160+
};
161+
B607FB1A2D762356000C223E /* OpenWithCodeEdit */ = {
162+
isa = PBXFileSystemSynchronizedRootGroup;
163+
exceptions = (
164+
B607FB1D2D762356000C223E /* Exceptions for "OpenWithCodeEdit" folder in "OpenWithCodeEdit" target */,
165+
);
166+
path = OpenWithCodeEdit;
167+
sourceTree = "<group>";
168+
};
169+
B607FE162D7623CD000C223E /* CodeEdit */ = {
170+
isa = PBXFileSystemSynchronizedRootGroup;
171+
exceptions = (
172+
B60700522D7623CD000C223E /* Exceptions for "CodeEdit" folder in "CodeEdit" target */,
173+
B60700532D7623CD000C223E /* Exceptions for "CodeEdit" folder in "Embed ExtensionKit ExtensionPoint" phase from "CodeEdit" target */,
174+
);
175+
path = CodeEdit;
176+
sourceTree = "<group>";
177+
};
151178
/* End PBXFileSystemSynchronizedRootGroup section */
152179

153180
/* Begin PBXFrameworksBuildPhase section */
@@ -412,7 +439,7 @@
412439
6CB94D012CA1205100E8651C /* XCRemoteSwiftPackageReference "swift-async-algorithms" */,
413440
6C9DB9E22D55656300ACD86E /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */,
414441
);
415-
preferredProjectObjectVersion = 55;
442+
preferredProjectObjectVersion = 77;
416443
productRefGroup = B658FB2D27DA9E0F00EA4DBD /* Products */;
417444
projectDirPath = "";
418445
projectRoot = "";

0 commit comments

Comments
 (0)