|
13 | 13 | E230C4AD25AE7B33005DCB55 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E230C4AB25AE7B33005DCB55 /* Main.storyboard */; };
|
14 | 14 | E24D200525BE75A90095BDE5 /* OTCore in Frameworks */ = {isa = PBXBuildFile; productRef = E24D200425BE75A90095BDE5 /* OTCore */; };
|
15 | 15 | E24D200B25BE75D90095BDE5 /* MIDIKit in Frameworks */ = {isa = PBXBuildFile; productRef = E24D200A25BE75D90095BDE5 /* MIDIKit */; };
|
16 |
| - E25685F925F1AC6E0095A47F /* MIDIKit in Frameworks */ = {isa = PBXBuildFile; productRef = E25685F825F1AC6E0095A47F /* MIDIKit */; }; |
17 | 16 | E26B849C25EDA4F400080052 /* DetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26B849B25EDA4F400080052 /* DetailsView.swift */; };
|
18 | 17 | E26B84A425EDA8D500080052 /* Example Managed Objects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26B84A325EDA8D500080052 /* Example Managed Objects.swift */; };
|
19 | 18 | E293070425E90D750011904C /* HostingWindowKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = E293070325E90D750011904C /* HostingWindowKey.swift */; };
|
|
33 | 32 | E26B84A325EDA8D500080052 /* Example Managed Objects.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Example Managed Objects.swift"; sourceTree = "<group>"; };
|
34 | 33 | E293070325E90D750011904C /* HostingWindowKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HostingWindowKey.swift; sourceTree = "<group>"; };
|
35 | 34 | E2AC6C7A25EDF96C008A4558 /* ContentViewManual.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentViewManual.swift; sourceTree = "<group>"; };
|
| 35 | + E2BE8483268BCA570034F62C /* MIDIKit */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "MIDIKit"; path = ../..; sourceTree = "<group>"; }; |
36 | 36 | E2FFD48225EDAF8700396632 /* ContentViewBigSur.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentViewBigSur.swift; sourceTree = "<group>"; };
|
37 | 37 | /* End PBXFileReference section */
|
38 | 38 |
|
|
41 | 41 | isa = PBXFrameworksBuildPhase;
|
42 | 42 | buildActionMask = 2147483647;
|
43 | 43 | files = (
|
44 |
| - E25685F925F1AC6E0095A47F /* MIDIKit in Frameworks */, |
45 | 44 | E24D200B25BE75D90095BDE5 /* MIDIKit in Frameworks */,
|
46 | 45 | E24D200525BE75A90095BDE5 /* OTCore in Frameworks */,
|
47 | 46 | );
|
|
53 | 52 | E230C49625AE7B31005DCB55 = {
|
54 | 53 | isa = PBXGroup;
|
55 | 54 | children = (
|
| 55 | + E2BE8483268BCA570034F62C /* MIDIKit */, |
56 | 56 | E230C4A125AE7B31005DCB55 /* MIDIKitTestHarness */,
|
57 | 57 | E230C4A025AE7B31005DCB55 /* Products */,
|
| 58 | + E2BE8485268BCAAB0034F62C /* Frameworks */, |
58 | 59 | );
|
59 | 60 | sourceTree = "<group>";
|
60 | 61 | };
|
|
92 | 93 | path = ContentView;
|
93 | 94 | sourceTree = "<group>";
|
94 | 95 | };
|
| 96 | + E2BE8485268BCAAB0034F62C /* Frameworks */ = { |
| 97 | + isa = PBXGroup; |
| 98 | + children = ( |
| 99 | + ); |
| 100 | + name = Frameworks; |
| 101 | + sourceTree = "<group>"; |
| 102 | + }; |
95 | 103 | /* End PBXGroup section */
|
96 | 104 |
|
97 | 105 | /* Begin PBXNativeTarget section */
|
|
111 | 119 | packageProductDependencies = (
|
112 | 120 | E24D200425BE75A90095BDE5 /* OTCore */,
|
113 | 121 | E24D200A25BE75D90095BDE5 /* MIDIKit */,
|
114 |
| - E25685F825F1AC6E0095A47F /* MIDIKit */, |
115 | 122 | );
|
116 | 123 | productName = MIDIKitTestHarness;
|
117 | 124 | productReference = E230C49F25AE7B31005DCB55 /* MIDIKitTestHarness.app */;
|
|
142 | 149 | mainGroup = E230C49625AE7B31005DCB55;
|
143 | 150 | packageReferences = (
|
144 | 151 | E24D200325BE75A90095BDE5 /* XCRemoteSwiftPackageReference "OTCore" */,
|
145 |
| - E25685F725F1AC6E0095A47F /* XCRemoteSwiftPackageReference "MIDIKit" */, |
146 | 152 | );
|
147 | 153 | productRefGroup = E230C4A025AE7B31005DCB55 /* Products */;
|
148 | 154 | projectDirPath = "";
|
|
385 | 391 | minimumVersion = 1.1.6;
|
386 | 392 | };
|
387 | 393 | };
|
388 |
| - E25685F725F1AC6E0095A47F /* XCRemoteSwiftPackageReference "MIDIKit" */ = { |
389 |
| - isa = XCRemoteSwiftPackageReference; |
390 |
| - repositoryURL = "https://github.com/orchetect/MIDIKit.git"; |
391 |
| - requirement = { |
392 |
| - kind = upToNextMajorVersion; |
393 |
| - minimumVersion = 0.1.0; |
394 |
| - }; |
395 |
| - }; |
396 | 394 | /* End XCRemoteSwiftPackageReference section */
|
397 | 395 |
|
398 | 396 | /* Begin XCSwiftPackageProductDependency section */
|
|
405 | 403 | isa = XCSwiftPackageProductDependency;
|
406 | 404 | productName = MIDIKit;
|
407 | 405 | };
|
408 |
| - E25685F825F1AC6E0095A47F /* MIDIKit */ = { |
409 |
| - isa = XCSwiftPackageProductDependency; |
410 |
| - package = E25685F725F1AC6E0095A47F /* XCRemoteSwiftPackageReference "MIDIKit" */; |
411 |
| - productName = MIDIKit; |
412 |
| - }; |
413 | 406 | /* End XCSwiftPackageProductDependency section */
|
414 | 407 | };
|
415 | 408 | rootObject = E230C49725AE7B31005DCB55 /* Project object */;
|
|
0 commit comments