Skip to content

Commit dd45844

Browse files
committed
Using exact version of Keyboard package
1 parent 07bd589 commit dd45844

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Demo/TonicDemo.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@
532532
isa = XCRemoteSwiftPackageReference;
533533
repositoryURL = "https://github.com/audiokit/Keyboard";
534534
requirement = {
535-
branch = main;
536-
kind = branch;
535+
kind = exactVersion;
536+
version = 1.3.7;
537537
};
538538
};
539539
F1201BEE2849F4DC0050DD22 /* XCRemoteSwiftPackageReference "MIDIKit" */ = {

Demo/TonicDemo.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/Keyboard",
77
"state" : {
8-
"branch" : "main",
9-
"revision" : "2b7b07447c492eea3428b8a6d7bb22bda413c639"
8+
"revision" : "538dea4edb44ba5de0cdc318ae1904f5ee8fb12f",
9+
"version" : "1.3.7"
1010
}
1111
},
1212
{

0 commit comments

Comments
 (0)