Skip to content

Commit f1f3ae9

Browse files
committed
Updated to Tonic 2.0.0 #30
1 parent 989c0d7 commit f1f3ae9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: Demo/KeyboardDemo.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
"$(inherited)",
297297
"@executable_path/Frameworks",
298298
);
299+
MACOSX_DEPLOYMENT_TARGET = 12.4;
299300
MARKETING_VERSION = 1.0;
300301
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
301302
PRODUCT_NAME = KeyboardDemo;
@@ -331,6 +332,7 @@
331332
"$(inherited)",
332333
"@executable_path/Frameworks",
333334
);
335+
MACOSX_DEPLOYMENT_TARGET = 12.4;
334336
MARKETING_VERSION = 1.0;
335337
PRODUCT_BUNDLE_IDENTIFIER = io.audiokit.KeyboardDemo;
336338
PRODUCT_NAME = KeyboardDemo;

Diff for: Demo/KeyboardDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/AudioKit/Tonic.git",
77
"state" : {
8-
"revision" : "ed84c6add1c34895c8548632d50a19e9125b28d8",
9-
"version" : "1.4.0"
8+
"revision" : "8f103c6765af93bc1d2c3e18eb35f02718b0613d",
9+
"version" : "2.0.0"
1010
}
1111
}
1212
],

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "Keyboard",
77
platforms: [.macOS(.v12), .iOS(.v16), .visionOS(.v1)],
88
products: [.library(name: "Keyboard", targets: ["Keyboard"])],
9-
dependencies: [.package(url: "https://github.com/AudioKit/Tonic.git", from: "1.0.6")],
9+
dependencies: [.package(url: "https://github.com/AudioKit/Tonic.git", from: "2.0.0")],
1010
targets: [
1111
.target(name: "Keyboard", dependencies: ["Tonic"]),
1212
.testTarget(name: "KeyboardTests", dependencies: ["Keyboard"]),

0 commit comments

Comments
 (0)