Skip to content

Commit

Permalink
Updated to Tonic 2.0.0 #30
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Dec 30, 2024
1 parent 989c0d7 commit f1f3ae9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Demo/KeyboardDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
PRODUCT_NAME = KeyboardDemo;
Expand Down Expand Up @@ -331,6 +332,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
PRODUCT_NAME = KeyboardDemo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/AudioKit/Tonic.git",
"state" : {
"revision" : "ed84c6add1c34895c8548632d50a19e9125b28d8",
"version" : "1.4.0"
"revision" : "8f103c6765af93bc1d2c3e18eb35f02718b0613d",
"version" : "2.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "Keyboard",
platforms: [.macOS(.v12), .iOS(.v16), .visionOS(.v1)],
products: [.library(name: "Keyboard", targets: ["Keyboard"])],
dependencies: [.package(url: "https://github.com/AudioKit/Tonic.git", from: "1.0.6")],
dependencies: [.package(url: "https://github.com/AudioKit/Tonic.git", from: "2.0.0")],
targets: [
.target(name: "Keyboard", dependencies: ["Tonic"]),
.testTarget(name: "KeyboardTests", dependencies: ["Keyboard"]),
Expand Down

0 comments on commit f1f3ae9

Please sign in to comment.