Skip to content

Commit 04e87ce

Browse files
Updated packages
1 parent 6509eed commit 04e87ce

File tree

3 files changed

+27
-104
lines changed

3 files changed

+27
-104
lines changed

CodeEdit.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -288,7 +288,6 @@
288288
6C092EDA2A53A58600489202 /* EditorLayout+StateRestoration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C092ED92A53A58600489202 /* EditorLayout+StateRestoration.swift */; };
289289
6C092EE02A53BFCF00489202 /* WorkspaceStateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C092EDF2A53BFCF00489202 /* WorkspaceStateKey.swift */; };
290290
6C0D0C6829E861B000AE4D3F /* SettingsSidebarFix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C0D0C6729E861B000AE4D3F /* SettingsSidebarFix.swift */; };
291-
6C0F3A3C2A1D0D5000223D19 /* CodeEditKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6C0F3A3B2A1D0D5000223D19 /* CodeEditKit */; };
292291
6C147C4029A328BC0089B630 /* SplitViewData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C147C3F29A328560089B630 /* SplitViewData.swift */; };
293292
6C147C4129A328BF0089B630 /* EditorLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C147C3E29A3281D0089B630 /* EditorLayout.swift */; };
294293
6C147C4229A328C10089B630 /* Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C147C3D29A3281D0089B630 /* Editor.swift */; };
@@ -1065,7 +1064,6 @@
10651064
isa = PBXFrameworksBuildPhase;
10661065
buildActionMask = 2147483647;
10671066
files = (
1068-
6C0F3A3C2A1D0D5000223D19 /* CodeEditKit in Frameworks */,
10691067
6C5BE5222A3D5666002DA0FC /* WindowManagement in Frameworks */,
10701068
6C66C31329D05CDC00DE9ED2 /* GRDB in Frameworks */,
10711069
58F2EB1E292FB954004A9BDE /* Sparkle in Frameworks */,
@@ -3030,7 +3028,6 @@
30303028
6C66C31229D05CDC00DE9ED2 /* GRDB */,
30313029
6C2149402A1BB9AB00748382 /* LogStream */,
30323030
6CDEFC9529E22C2700B7C684 /* Introspect */,
3033-
6C0F3A3B2A1D0D5000223D19 /* CodeEditKit */,
30343031
6C5BE5212A3D5666002DA0FC /* WindowManagement */,
30353032
6CE952E22B29433500C29C31 /* CodeEditSourceEditor */,
30363033
);
@@ -3087,7 +3084,7 @@
30873084
attributes = {
30883085
BuildIndependentTargetsInParallel = 1;
30893086
LastSwiftUpdateCheck = 1330;
3090-
LastUpgradeCheck = 1430;
3087+
LastUpgradeCheck = 1520;
30913088
TargetAttributes = {
30923089
2BE487EB28245162003F3F64 = {
30933090
CreatedOnToolsVersion = 13.3.1;
@@ -3126,9 +3123,9 @@
31263123
6C66C31129D05CC800DE9ED2 /* XCRemoteSwiftPackageReference "GRDB.swift" */,
31273124
6C21493F2A1BB9AB00748382 /* XCRemoteSwiftPackageReference "LogStream" */,
31283125
6CDEFC9429E22C2700B7C684 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
3129-
6C0F3A3A2A1D0D5000223D19 /* XCRemoteSwiftPackageReference "CodeEditKit" */,
31303126
6C5BE5202A3D5666002DA0FC /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */,
31313127
6CE952E12B29433500C29C31 /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */,
3128+
30AAFCD02B7380EF007177DC /* XCLocalSwiftPackageReference "../CodeEditKit" */,
31323129
);
31333130
productRefGroup = B658FB2D27DA9E0F00EA4DBD /* Products */;
31343131
projectDirPath = "";
@@ -3796,6 +3793,7 @@
37963793
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
37973794
ENABLE_NS_ASSERTIONS = NO;
37983795
ENABLE_STRICT_OBJC_MSGSEND = YES;
3796+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
37993797
GCC_C_LANGUAGE_STANDARD = gnu11;
38003798
GCC_NO_COMMON_BLOCKS = YES;
38013799
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -3985,6 +3983,7 @@
39853983
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
39863984
ENABLE_NS_ASSERTIONS = NO;
39873985
ENABLE_STRICT_OBJC_MSGSEND = YES;
3986+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
39883987
GCC_C_LANGUAGE_STANDARD = gnu11;
39893988
GCC_NO_COMMON_BLOCKS = YES;
39903989
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -4240,6 +4239,7 @@
42404239
DEBUG_INFORMATION_FORMAT = dwarf;
42414240
ENABLE_STRICT_OBJC_MSGSEND = YES;
42424241
ENABLE_TESTABILITY = YES;
4242+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
42434243
GCC_C_LANGUAGE_STANDARD = gnu11;
42444244
GCC_DYNAMIC_NO_PIC = NO;
42454245
GCC_NO_COMMON_BLOCKS = YES;
@@ -4309,6 +4309,7 @@
43094309
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
43104310
ENABLE_NS_ASSERTIONS = NO;
43114311
ENABLE_STRICT_OBJC_MSGSEND = YES;
4312+
ENABLE_USER_SCRIPT_SANDBOXING = YES;
43124313
GCC_C_LANGUAGE_STANDARD = gnu11;
43134314
GCC_NO_COMMON_BLOCKS = YES;
43144315
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -4576,6 +4577,13 @@
45764577
};
45774578
/* End XCConfigurationList section */
45784579

4580+
/* Begin XCLocalSwiftPackageReference section */
4581+
30AAFCD02B7380EF007177DC /* XCLocalSwiftPackageReference "../CodeEditKit" */ = {
4582+
isa = XCLocalSwiftPackageReference;
4583+
relativePath = ../CodeEditKit;
4584+
};
4585+
/* End XCLocalSwiftPackageReference section */
4586+
45794587
/* Begin XCRemoteSwiftPackageReference section */
45804588
2816F592280CF50500DD548B /* XCRemoteSwiftPackageReference "CodeEditSymbols" */ = {
45814589
isa = XCRemoteSwiftPackageReference;
@@ -4617,14 +4625,6 @@
46174625
version = 2.3.0;
46184626
};
46194627
};
4620-
6C0F3A3A2A1D0D5000223D19 /* XCRemoteSwiftPackageReference "CodeEditKit" */ = {
4621-
isa = XCRemoteSwiftPackageReference;
4622-
repositoryURL = "https://github.com/CodeEditApp/CodeEditKit";
4623-
requirement = {
4624-
kind = exactVersion;
4625-
version = 0.1.0;
4626-
};
4627-
};
46284628
6C147C4329A329350089B630 /* XCRemoteSwiftPackageReference "swift-collections" */ = {
46294629
isa = XCRemoteSwiftPackageReference;
46304630
repositoryURL = "https://github.com/apple/swift-collections.git";
@@ -4704,11 +4704,6 @@
47044704
package = 58F2EB1C292FB954004A9BDE /* XCRemoteSwiftPackageReference "Sparkle" */;
47054705
productName = Sparkle;
47064706
};
4707-
6C0F3A3B2A1D0D5000223D19 /* CodeEditKit */ = {
4708-
isa = XCSwiftPackageProductDependency;
4709-
package = 6C0F3A3A2A1D0D5000223D19 /* XCRemoteSwiftPackageReference "CodeEditKit" */;
4710-
productName = CodeEditKit;
4711-
};
47124707
6C147C4429A329350089B630 /* OrderedCollections */ = {
47134708
isa = XCSwiftPackageProductDependency;
47144709
package = 6C147C4329A329350089B630 /* XCRemoteSwiftPackageReference "swift-collections" */;

CodeEdit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 12 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CodeEdit.xcodeproj/xcshareddata/xcschemes/CodeEdit.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 = "1430"
3+
LastUpgradeVersion = "1520"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)