Skip to content

Commit

Permalink
Merge pull request #8 from Kyome22/rearchitect
Browse files Browse the repository at this point in the history
Rearchitect
  • Loading branch information
Kyome22 authored Nov 6, 2024
2 parents ead5023 + a2d05c7 commit 04ab2e0
Show file tree
Hide file tree
Showing 104 changed files with 2,204 additions and 1,726 deletions.
228 changes: 19 additions & 209 deletions ShiftWindow.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"originHash" : "b08d6c283a39eb80f291660b88d4e3229f19c2d3813f94543888428d8261e9ee",
"originHash" : "b690a697b63b51f14aecd0af5063c13c473cb780745cb8ba8e6a6f4094c54925",
"pins" : [
{
"identity" : "spicekey",
"identity" : "panelscenekit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Kyome22/SpiceKey.git",
"location" : "https://github.com/Kyome22/PanelSceneKit.git",
"state" : {
"revision" : "2de004fd950f9e399e10591e20aeae83fcc6d22d",
"version" : "5.4.1"
"revision" : "2702aa928b7f3af5ba9ae983183d25d6905a6fec",
"version" : "1.2.0"
}
},
{
"identity" : "swift-async-algorithms",
"identity" : "spicekey",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-async-algorithms.git",
"location" : "https://github.com/Kyome22/SpiceKey.git",
"state" : {
"revision" : "6ae9a051f76b81cc668305ceed5b0e0a7fd93d20",
"version" : "1.0.1"
"revision" : "2de004fd950f9e399e10591e20aeae83fcc6d22d",
"version" : "5.4.1"
}
},
{
"identity" : "swift-collections",
"identity" : "swift-log",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "9bf03ff58ce34478e66aaee630e491823326fd06",
"version" : "1.1.3"
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
"version" : "1.6.1"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
ReferencedContainer = "container:ShiftWindow.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "ResetUserDefaults"
isEnabled = "NO">
</CommandLineArgument>
</CommandLineArguments>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
68 changes: 0 additions & 68 deletions ShiftWindow/Data/Repository/LaunchAtLoginRepository.swift

This file was deleted.

87 changes: 0 additions & 87 deletions ShiftWindow/Data/Repository/UserDefaultsRepository.swift

This file was deleted.

72 changes: 0 additions & 72 deletions ShiftWindow/Domain/Model/ExecuteModel.swift

This file was deleted.

Loading

0 comments on commit 04ab2e0

Please sign in to comment.