From e5fe04e10f8c548b25f3ed47f54ee293123c01fc Mon Sep 17 00:00:00 2001 From: Ethan Dye Date: Tue, 17 Sep 2024 18:48:34 -0600 Subject: [PATCH] Remover leftover folders in Xcode Project Signed-off-by: Ethan Dye --- macSup2Srt.xcodeproj/project.pbxproj | 63 +++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 11 deletions(-) diff --git a/macSup2Srt.xcodeproj/project.pbxproj b/macSup2Srt.xcodeproj/project.pbxproj index da97602..dd89f3a 100644 --- a/macSup2Srt.xcodeproj/project.pbxproj +++ b/macSup2Srt.xcodeproj/project.pbxproj @@ -63,13 +63,14 @@ 8AE9B7372C9402BE00AB2BB5 /* LICENSE.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; 8AE9B7382C9402BE00AB2BB5 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 8AE9B7392C9408C200AB2BB5 /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = ""; }; + 8AFF3F452C9A5A54003A525F /* codeql.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = codeql.yml; sourceTree = ""; }; + 8AFF3F472C9A5A54003A525F /* dependabot.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = dependabot.yml; sourceTree = ""; }; + 8AFF3F492C9A5A58003A525F /* test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = test.json; sourceTree = ""; }; + 8AFF3F4A2C9A5A58003A525F /* test.srt */ = {isa = PBXFileReference; lastKnownFileType = text; path = test.srt; sourceTree = ""; }; + 8AFF3F672C9A5A58003A525F /* test.mkv */ = {isa = PBXFileReference; lastKnownFileType = file; path = test.mkv; sourceTree = ""; }; + 8AFF3F682C9A5A58003A525F /* test.sup */ = {isa = PBXFileReference; lastKnownFileType = file; path = test.sup; sourceTree = ""; }; /* End PBXFileReference section */ -/* Begin PBXFileSystemSynchronizedRootGroup section */ - 8ABD3DC12C994974004A1509 /* .github */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = .github; sourceTree = ""; }; - 8AEDFD0F2C94843F00BCEAB8 /* tests */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = tests; sourceTree = ""; }; -/* End PBXFileSystemSynchronizedRootGroup section */ - /* Begin PBXFrameworksBuildPhase section */ 8A7F7F672C859D6800ADF827 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; @@ -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 */, @@ -177,6 +178,50 @@ name = Products; sourceTree = ""; }; + 8AFF3F462C9A5A54003A525F /* workflows */ = { + isa = PBXGroup; + children = ( + 8AFF3F452C9A5A54003A525F /* codeql.yml */, + ); + path = workflows; + sourceTree = ""; + }; + 8AFF3F482C9A5A54003A525F /* .github */ = { + isa = PBXGroup; + children = ( + 8AFF3F462C9A5A54003A525F /* workflows */, + 8AFF3F472C9A5A54003A525F /* dependabot.yml */, + ); + path = .github; + sourceTree = ""; + }; + 8AFF3F4B2C9A5A58003A525F /* expectedOutput */ = { + isa = PBXGroup; + children = ( + 8AFF3F492C9A5A58003A525F /* test.json */, + 8AFF3F4A2C9A5A58003A525F /* test.srt */, + ); + path = expectedOutput; + sourceTree = ""; + }; + 8AFF3F692C9A5A58003A525F /* testFiles */ = { + isa = PBXGroup; + children = ( + 8AFF3F672C9A5A58003A525F /* test.mkv */, + 8AFF3F682C9A5A58003A525F /* test.sup */, + ); + path = testFiles; + sourceTree = ""; + }; + 8AFF3F6C2C9A5A58003A525F /* tests */ = { + isa = PBXGroup; + children = ( + 8AFF3F4B2C9A5A58003A525F /* expectedOutput */, + 8AFF3F692C9A5A58003A525F /* testFiles */, + ); + path = tests; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -192,10 +237,6 @@ ); dependencies = ( ); - fileSystemSynchronizedGroups = ( - 8ABD3DC12C994974004A1509 /* .github */, - 8AEDFD0F2C94843F00BCEAB8 /* tests */, - ); name = macSup2Srt; packageProductDependencies = ( 8A7F7F7D2C859E2F00ADF827 /* ArgumentParser */,