|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 56; |
| 6 | + objectVersion = 60; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 6C11A8C02A36610500E86728 /* CodeFileDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C11A8BF2A36610500E86728 /* CodeFileDocument.swift */; }; |
| 11 | + 6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C32A368C3F00E86728 /* WindowManagement */; }; |
11 | 12 | 6CC243D12A3648FE003F9C1A /* WindowManagementProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D02A3648FE003F9C1A /* WindowManagementProjectApp.swift */; }; |
12 | 13 | 6CC243D32A3648FE003F9C1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D22A3648FE003F9C1A /* ContentView.swift */; }; |
13 | 14 | 6CC243D52A3648FF003F9C1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CC243D42A3648FF003F9C1A /* Assets.xcassets */; }; |
|
32 | 33 | buildActionMask = 2147483647; |
33 | 34 | files = ( |
34 | 35 | 6CC243E12A36491D003F9C1A /* WindowManagement in Frameworks */, |
| 36 | + 6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */, |
35 | 37 | ); |
36 | 38 | runOnlyForDeploymentPostprocessing = 0; |
37 | 39 | }; |
|
94 | 96 | name = WindowManagementProject; |
95 | 97 | packageProductDependencies = ( |
96 | 98 | 6CC243E02A36491D003F9C1A /* WindowManagement */, |
| 99 | + 6C11A8C32A368C3F00E86728 /* WindowManagement */, |
97 | 100 | ); |
98 | 101 | productName = WindowManagementProject; |
99 | 102 | productReference = 6CC243CD2A3648FE003F9C1A /* WindowManagementProject.app */; |
|
124 | 127 | ); |
125 | 128 | mainGroup = 6CC243C42A3648FE003F9C1A; |
126 | 129 | packageReferences = ( |
127 | | - 6C11A8C12A36722D00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */, |
| 130 | + 6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */, |
128 | 131 | ); |
129 | 132 | productRefGroup = 6CC243CE2A3648FE003F9C1A /* Products */; |
130 | 133 | projectDirPath = ""; |
|
358 | 361 | }; |
359 | 362 | /* End XCConfigurationList section */ |
360 | 363 |
|
361 | | -/* Begin XCRemoteSwiftPackageReference section */ |
362 | | - 6C11A8C12A36722D00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */ = { |
363 | | - isa = XCRemoteSwiftPackageReference; |
364 | | - repositoryURL = "https://github.com/Wouter01/SwiftUI-WindowManagement"; |
365 | | - requirement = { |
366 | | - kind = upToNextMajorVersion; |
367 | | - minimumVersion = 2.0.0; |
368 | | - }; |
| 364 | +/* Begin XCLocalSwiftPackageReference section */ |
| 365 | + 6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */ = { |
| 366 | + isa = XCLocalSwiftPackageReference; |
| 367 | + relativePath = ..; |
369 | 368 | }; |
370 | | -/* End XCRemoteSwiftPackageReference section */ |
| 369 | +/* End XCLocalSwiftPackageReference section */ |
371 | 370 |
|
372 | 371 | /* Begin XCSwiftPackageProductDependency section */ |
| 372 | + 6C11A8C32A368C3F00E86728 /* WindowManagement */ = { |
| 373 | + isa = XCSwiftPackageProductDependency; |
| 374 | + productName = WindowManagement; |
| 375 | + }; |
373 | 376 | 6CC243E02A36491D003F9C1A /* WindowManagement */ = { |
374 | 377 | isa = XCSwiftPackageProductDependency; |
375 | 378 | productName = WindowManagement; |
|
0 commit comments