Skip to content

Commit 9994089

Browse files
Hounds
1 parent 6a7804e commit 9994089

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Cookbook/CookbookCommon/Package.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ let package = Package(
2121
.package(url: "https://github.com/AudioKit/Flow", from: "1.0.0"),
2222
.package(url: "https://github.com/AudioKit/PianoRoll", from: "1.0.0"),
2323
.package(url: "https://github.com/orchetect/MIDIKit", from: "0.11.0"),
24-
.package(url: "https://github.com/AudioKit/Tablature", from: "0.1.0"),
25-
.package(url: "https://github.com/AudioKit/Fretboard", from: "0.1.0"),
24+
.package(url: "https://github.com/AudioKit/Tablature", from: "0.1.0"),
25+
.package(url: "https://github.com/AudioKit/Fretboard", from: "0.1.0"),
2626
],
2727
targets: [
2828
.target(
2929
name: "CookbookCommon",
3030
dependencies: ["AudioKit", "AudioKitUI", "AudioKitEX", "Keyboard", "SoundpipeAudioKit",
31-
"SporthAudioKit", "STKAudioKit", "DunneAudioKit", "Tonic", "Controls", "Waveform", "Flow", "PianoRoll", "MIDIKit", "Tablature", "Fretboard"],
31+
"SporthAudioKit", "STKAudioKit",
32+
"DunneAudioKit", "Tonic", "Controls", "Waveform", "Flow", "PianoRoll", "MIDIKit", "Tablature", "Fretboard"],
3233
resources: [
3334
.copy("MIDI Files"),
3435
.copy("Samples"),

Cookbook/CookbookCommon/Sources/CookbookCommon/ContentView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct MasterView: View {
3838
}
3939
}
4040

41-
4241
DisclosureGroup("Operations") {
4342
Group {
4443
NavigationLink("Crossing Signal", destination: CrossingSignalView())
@@ -204,7 +203,6 @@ struct MasterView: View {
204203
NavigationLink("Tables", destination: TableRecipeView())
205204
}
206205
}
207-
208206

209207
DisclosureGroup("WIP") {
210208
Group {

0 commit comments

Comments
 (0)