Skip to content

Commit

Permalink
Add shared scheme to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Sep 14, 2024
1 parent 3a32cdc commit cf308bd
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
xcuserdata/
xcshareddata/
Maccy.xcodeproj/project.xcworkspace/xcshareddata
.idea
.DS_Store
Maccy/.DS_Store
105 changes: 105 additions & 0 deletions Maccy.xcodeproj/xcshareddata/xcschemes/Maccy.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1540"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DAEE38421E3DBEB100DD2966"
BuildableName = "Maccy.app"
BlueprintName = "Maccy"
ReferencedContainer = "container:Maccy.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:Maccy.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DA360DAF1E3DF137005C6F6B"
BuildableName = "MaccyTests.xctest"
BlueprintName = "MaccyTests"
ReferencedContainer = "container:Maccy.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DA0EE7B5204657830025FC60"
BuildableName = "MaccyUITests.xctest"
BlueprintName = "MaccyUITests"
ReferencedContainer = "container:Maccy.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DAEE38421E3DBEB100DD2966"
BuildableName = "Maccy.app"
BlueprintName = "Maccy"
ReferencedContainer = "container:Maccy.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "DAEE38421E3DBEB100DD2966"
BuildableName = "Maccy.app"
BlueprintName = "Maccy"
ReferencedContainer = "container:Maccy.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
1 change: 0 additions & 1 deletion Maccy/KeyChord.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ enum KeyChord: CaseIterable {
case (.downArrow, []),
(.downArrow, [.shift]),
(.j, [.control]):
print("next")
self = .moveToNext
case (.downArrow, _) where modifierFlags.contains(.command) || modifierFlags.contains(.option):
self = .moveToLast
Expand Down

0 comments on commit cf308bd

Please sign in to comment.