|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 60; |
| 6 | + objectVersion = 56; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 6C11A8C02A36610500E86728 /* CodeFileDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C11A8BF2A36610500E86728 /* CodeFileDocument.swift */; }; |
11 | 11 | 6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C32A368C3F00E86728 /* WindowManagement */; }; |
| 12 | + 6C11A8C72A368E7B00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C62A368E7B00E86728 /* WindowManagement */; }; |
12 | 13 | 6CC243D12A3648FE003F9C1A /* WindowManagementProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D02A3648FE003F9C1A /* WindowManagementProjectApp.swift */; }; |
13 | 14 | 6CC243D32A3648FE003F9C1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D22A3648FE003F9C1A /* ContentView.swift */; }; |
14 | 15 | 6CC243D52A3648FF003F9C1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CC243D42A3648FF003F9C1A /* Assets.xcassets */; }; |
|
32 | 33 | isa = PBXFrameworksBuildPhase; |
33 | 34 | buildActionMask = 2147483647; |
34 | 35 | files = ( |
| 36 | + 6C11A8C72A368E7B00E86728 /* WindowManagement in Frameworks */, |
35 | 37 | 6CC243E12A36491D003F9C1A /* WindowManagement in Frameworks */, |
36 | 38 | 6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */, |
37 | 39 | ); |
|
97 | 99 | packageProductDependencies = ( |
98 | 100 | 6CC243E02A36491D003F9C1A /* WindowManagement */, |
99 | 101 | 6C11A8C32A368C3F00E86728 /* WindowManagement */, |
| 102 | + 6C11A8C62A368E7B00E86728 /* WindowManagement */, |
100 | 103 | ); |
101 | 104 | productName = WindowManagementProject; |
102 | 105 | productReference = 6CC243CD2A3648FE003F9C1A /* WindowManagementProject.app */; |
|
127 | 130 | ); |
128 | 131 | mainGroup = 6CC243C42A3648FE003F9C1A; |
129 | 132 | packageReferences = ( |
130 | | - 6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */, |
| 133 | + 6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */, |
131 | 134 | ); |
132 | 135 | productRefGroup = 6CC243CE2A3648FE003F9C1A /* Products */; |
133 | 136 | projectDirPath = ""; |
|
361 | 364 | }; |
362 | 365 | /* End XCConfigurationList section */ |
363 | 366 |
|
364 | | -/* Begin XCLocalSwiftPackageReference section */ |
365 | | - 6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */ = { |
366 | | - isa = XCLocalSwiftPackageReference; |
367 | | - relativePath = ..; |
| 367 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 368 | + 6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */ = { |
| 369 | + isa = XCRemoteSwiftPackageReference; |
| 370 | + repositoryURL = "https://github.com/Wouter01/SwiftUI-WindowManagement"; |
| 371 | + requirement = { |
| 372 | + kind = upToNextMajorVersion; |
| 373 | + minimumVersion = 2.0.0; |
| 374 | + }; |
368 | 375 | }; |
369 | | -/* End XCLocalSwiftPackageReference section */ |
| 376 | +/* End XCRemoteSwiftPackageReference section */ |
370 | 377 |
|
371 | 378 | /* Begin XCSwiftPackageProductDependency section */ |
372 | 379 | 6C11A8C32A368C3F00E86728 /* WindowManagement */ = { |
373 | 380 | isa = XCSwiftPackageProductDependency; |
374 | 381 | productName = WindowManagement; |
375 | 382 | }; |
| 383 | + 6C11A8C62A368E7B00E86728 /* WindowManagement */ = { |
| 384 | + isa = XCSwiftPackageProductDependency; |
| 385 | + package = 6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */; |
| 386 | + productName = WindowManagement; |
| 387 | + }; |
376 | 388 | 6CC243E02A36491D003F9C1A /* WindowManagement */ = { |
377 | 389 | isa = XCSwiftPackageProductDependency; |
378 | 390 | productName = WindowManagement; |
|
0 commit comments