We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bd589 commit dd45844Copy full SHA for dd45844
Demo/TonicDemo.xcodeproj/project.pbxproj
@@ -532,8 +532,8 @@
532
isa = XCRemoteSwiftPackageReference;
533
repositoryURL = "https://github.com/audiokit/Keyboard";
534
requirement = {
535
- branch = main;
536
- kind = branch;
+ kind = exactVersion;
+ version = 1.3.7;
537
};
538
539
F1201BEE2849F4DC0050DD22 /* XCRemoteSwiftPackageReference "MIDIKit" */ = {
Demo/TonicDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -5,8 +5,8 @@
5
"kind" : "remoteSourceControl",
6
"location" : "https://github.com/audiokit/Keyboard",
7
"state" : {
8
- "branch" : "main",
9
- "revision" : "2b7b07447c492eea3428b8a6d7bb22bda413c639"
+ "revision" : "538dea4edb44ba5de0cdc318ae1904f5ee8fb12f",
+ "version" : "1.3.7"
10
}
11
},
12
{
0 commit comments