Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Music Toy Recipe #155

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

NickCulbertson
Copy link
Member

This PR updates the AudioKit version in the Cookbook to fix an issue with MIDISampler in Xcode 15.3+. Mentioned here: AudioKit/AudioKit#2901

@@ -7,7 +7,7 @@ let package = Package(
platforms: [.macOS(.v12), .iOS(.v16), .tvOS(.v15)],
products: [.library(name: "CookbookCommon", targets: ["CookbookCommon"])],
dependencies: [
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.0"),
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.4"),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comma Spacing Violation: There should be no space before and one after any comma. (comma)

@NickCulbertson NickCulbertson merged commit 6710278 into AudioKit:main Apr 26, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant