Skip to content

Commit

Permalink
Remover leftover folders in Xcode Project
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Sep 18, 2024
1 parent 9dbfe26 commit e5fe04e
Showing 1 changed file with 52 additions and 11 deletions.
63 changes: 52 additions & 11 deletions macSup2Srt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@
8AE9B7372C9402BE00AB2BB5 /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = "<group>"; };
8AE9B7382C9402BE00AB2BB5 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
8AE9B7392C9408C200AB2BB5 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
8AFF3F452C9A5A54003A525F /* codeql.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = codeql.yml; sourceTree = "<group>"; };
8AFF3F472C9A5A54003A525F /* dependabot.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = dependabot.yml; sourceTree = "<group>"; };
8AFF3F492C9A5A58003A525F /* test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
8AFF3F4A2C9A5A58003A525F /* test.srt */ = {isa = PBXFileReference; lastKnownFileType = text; path = test.srt; sourceTree = "<group>"; };
8AFF3F672C9A5A58003A525F /* test.mkv */ = {isa = PBXFileReference; lastKnownFileType = file; path = test.mkv; sourceTree = "<group>"; };
8AFF3F682C9A5A58003A525F /* test.sup */ = {isa = PBXFileReference; lastKnownFileType = file; path = test.sup; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
8ABD3DC12C994974004A1509 /* .github */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = .github; sourceTree = "<group>"; };
8AEDFD0F2C94843F00BCEAB8 /* tests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = tests; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
8A7F7F672C859D6800ADF827 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
Expand Down Expand Up @@ -157,9 +158,9 @@
8A7F7F612C859D6800ADF827 = {
isa = PBXGroup;
children = (
8ABD3DC12C994974004A1509 /* .github */,
8AFF3F482C9A5A54003A525F /* .github */,
8A206E9F2C9A545C00DBEE9C /* macSup2Srt */,
8AEDFD0F2C94843F00BCEAB8 /* tests */,
8AFF3F6C2C9A5A58003A525F /* tests */,
8AE9B7392C9408C200AB2BB5 /* CONTRIBUTING.md */,
8AE9B7352C9402BE00AB2BB5 /* .gitignore */,
8AE9B7362C9402BE00AB2BB5 /* .swiftformat */,
Expand All @@ -177,6 +178,50 @@
name = Products;
sourceTree = "<group>";
};
8AFF3F462C9A5A54003A525F /* workflows */ = {
isa = PBXGroup;
children = (
8AFF3F452C9A5A54003A525F /* codeql.yml */,
);
path = workflows;
sourceTree = "<group>";
};
8AFF3F482C9A5A54003A525F /* .github */ = {
isa = PBXGroup;
children = (
8AFF3F462C9A5A54003A525F /* workflows */,
8AFF3F472C9A5A54003A525F /* dependabot.yml */,
);
path = .github;
sourceTree = "<group>";
};
8AFF3F4B2C9A5A58003A525F /* expectedOutput */ = {
isa = PBXGroup;
children = (
8AFF3F492C9A5A58003A525F /* test.json */,
8AFF3F4A2C9A5A58003A525F /* test.srt */,
);
path = expectedOutput;
sourceTree = "<group>";
};
8AFF3F692C9A5A58003A525F /* testFiles */ = {
isa = PBXGroup;
children = (
8AFF3F672C9A5A58003A525F /* test.mkv */,
8AFF3F682C9A5A58003A525F /* test.sup */,
);
path = testFiles;
sourceTree = "<group>";
};
8AFF3F6C2C9A5A58003A525F /* tests */ = {
isa = PBXGroup;
children = (
8AFF3F4B2C9A5A58003A525F /* expectedOutput */,
8AFF3F692C9A5A58003A525F /* testFiles */,
);
path = tests;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -192,10 +237,6 @@
);
dependencies = (
);
fileSystemSynchronizedGroups = (
8ABD3DC12C994974004A1509 /* .github */,
8AEDFD0F2C94843F00BCEAB8 /* tests */,
);
name = macSup2Srt;
packageProductDependencies = (
8A7F7F7D2C859E2F00ADF827 /* ArgumentParser */,
Expand Down

0 comments on commit e5fe04e

Please sign in to comment.