|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 7803AC5B266ED60800860BB5 /* CircularBuffer in Frameworks */ = {isa = PBXBuildFile; productRef = 7803AC5A266ED60800860BB5 /* CircularBuffer */; }; |
10 | 11 | 78242E96261A8AEE00058ADE /* Connectivity in Frameworks */ = {isa = PBXBuildFile; productRef = 78242E95261A8AEE00058ADE /* Connectivity */; }; |
11 | 12 | 7858FBC224A9630800637941 /* restart_mac.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 7858FBC124A9630800637941 /* restart_mac.scpt */; }; |
12 | 13 | 787474A925336D9200FF4A95 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 787474A825336D9200FF4A95 /* CoreFoundation.framework */; }; |
|
240 | 241 | 787474A925336D9200FF4A95 /* CoreFoundation.framework in Frameworks */, |
241 | 242 | E02ACA982459EF3B00754204 /* Pods_eqMac.framework in Frameworks */, |
242 | 243 | E0F661711FDC38BE00252923 /* WebKit.framework in Frameworks */, |
| 244 | + 7803AC5B266ED60800860BB5 /* CircularBuffer in Frameworks */, |
243 | 245 | 78242E96261A8AEE00058ADE /* Connectivity in Frameworks */, |
244 | 246 | 78D8C3322569B2910084739C /* LaunchAtLogin in Frameworks */, |
245 | 247 | E0453056245A03E800CDB1BF /* Foundation.framework in Frameworks */, |
|
619 | 621 | packageProductDependencies = ( |
620 | 622 | 78D8C3312569B2910084739C /* LaunchAtLogin */, |
621 | 623 | 78242E95261A8AEE00058ADE /* Connectivity */, |
| 624 | + 7803AC5A266ED60800860BB5 /* CircularBuffer */, |
622 | 625 | ); |
623 | 626 | productName = eqMacAudio; |
624 | 627 | productReference = E086AFFC1FCCB8E700CF9F0D /* eqMac.app */; |
|
660 | 663 | packageReferences = ( |
661 | 664 | 78D8C3302569B2910084739C /* XCRemoteSwiftPackageReference "LaunchAtLogin" */, |
662 | 665 | 78242E94261A8AEE00058ADE /* XCRemoteSwiftPackageReference "connectivity" */, |
| 666 | + 7803AC59266ED60800860BB5 /* XCRemoteSwiftPackageReference "CircularBufferSwift" */, |
663 | 667 | ); |
664 | 668 | productRefGroup = E086AFFD1FCCB8E700CF9F0D /* Products */; |
665 | 669 | projectDirPath = ""; |
|
1157 | 1161 | /* End XCConfigurationList section */ |
1158 | 1162 |
|
1159 | 1163 | /* Begin XCRemoteSwiftPackageReference section */ |
| 1164 | + 7803AC59266ED60800860BB5 /* XCRemoteSwiftPackageReference "CircularBufferSwift" */ = { |
| 1165 | + isa = XCRemoteSwiftPackageReference; |
| 1166 | + repositoryURL = "https://github.com/bitgapp/CircularBufferSwift.git"; |
| 1167 | + requirement = { |
| 1168 | + kind = upToNextMajorVersion; |
| 1169 | + minimumVersion = 1.0.0; |
| 1170 | + }; |
| 1171 | + }; |
1160 | 1172 | 78242E94261A8AEE00058ADE /* XCRemoteSwiftPackageReference "connectivity" */ = { |
1161 | 1173 | isa = XCRemoteSwiftPackageReference; |
1162 | 1174 | repositoryURL = "https://github.com/rwbutler/connectivity"; |
|
1176 | 1188 | /* End XCRemoteSwiftPackageReference section */ |
1177 | 1189 |
|
1178 | 1190 | /* Begin XCSwiftPackageProductDependency section */ |
| 1191 | + 7803AC5A266ED60800860BB5 /* CircularBuffer */ = { |
| 1192 | + isa = XCSwiftPackageProductDependency; |
| 1193 | + package = 7803AC59266ED60800860BB5 /* XCRemoteSwiftPackageReference "CircularBufferSwift" */; |
| 1194 | + productName = CircularBuffer; |
| 1195 | + }; |
1179 | 1196 | 78242E95261A8AEE00058ADE /* Connectivity */ = { |
1180 | 1197 | isa = XCSwiftPackageProductDependency; |
1181 | 1198 | package = 78242E94261A8AEE00058ADE /* XCRemoteSwiftPackageReference "connectivity" */; |
|
0 commit comments