Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update project to be compatible with XCode 14.3 #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion LinesSorter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
676A624E2BE3EE6500DCE1D9 /* XcodeKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 679977972BE3E9E500722F13 /* XcodeKit.framework */; };
676A624F2BE3EE6500DCE1D9 /* XcodeKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 679977972BE3E9E500722F13 /* XcodeKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
886FC12D212B5A260067A24F /* Array+DuplicatedElementsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 886FC12C212B5A260067A24F /* Array+DuplicatedElementsTests.swift */; };
886FC12F212B5A930067A24F /* Array+DuplicatesElements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 886FC12E212B5A930067A24F /* Array+DuplicatesElements.swift */; };
886FC130212B5B690067A24F /* Array+DuplicatesElements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 886FC12E212B5A930067A24F /* Array+DuplicatesElements.swift */; };
Expand Down Expand Up @@ -56,6 +58,17 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
676A62502BE3EE6500DCE1D9 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
676A624F2BE3EE6500DCE1D9 /* XcodeKit.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
D72EFE962122FBD7009E4A17 /* Embed App Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -70,6 +83,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
679977972BE3E9E500722F13 /* XcodeKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XcodeKit.framework; path = Library/Frameworks/XcodeKit.framework; sourceTree = DEVELOPER_DIR; };
886FC12C212B5A260067A24F /* Array+DuplicatedElementsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+DuplicatedElementsTests.swift"; sourceTree = "<group>"; };
886FC12E212B5A930067A24F /* Array+DuplicatesElements.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+DuplicatesElements.swift"; sourceTree = "<group>"; };
886FC131212B5C410067A24F /* SortSelectedLinesCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortSelectedLinesCommand.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -122,6 +136,7 @@
buildActionMask = 2147483647;
files = (
D72EFE882122FBD7009E4A17 /* Cocoa.framework in Frameworks */,
676A624E2BE3EE6500DCE1D9 /* XcodeKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -181,6 +196,7 @@
isa = PBXGroup;
children = (
D72EFE872122FBD7009E4A17 /* Cocoa.framework */,
679977972BE3E9E500722F13 /* XcodeKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -267,6 +283,7 @@
D72EFE812122FBD7009E4A17 /* Sources */,
D72EFE822122FBD7009E4A17 /* Frameworks */,
D72EFE832122FBD7009E4A17 /* Resources */,
676A62502BE3EE6500DCE1D9 /* Embed Frameworks */,
);
buildRules = (
);
Expand All @@ -283,7 +300,7 @@
D72EFE582122FBC6009E4A17 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0940;
LastSwiftUpdateCheck = 1530;
LastUpgradeCheck = 0940;
ORGANIZATIONNAME = "Vadim Bulavin";
TargetAttributes = {
Expand Down Expand Up @@ -544,6 +561,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = BG5NSSX25D;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = LinesSorter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -567,6 +585,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = BG5NSSX25D;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = LinesSorter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -639,6 +658,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = BG5NSSX25D;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = SourceEditorExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -665,6 +685,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = BG5NSSX25D;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = SourceEditorExtension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down