Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 03642ad

Browse files
committed
updated project
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
1 parent 3a4e856 commit 03642ad

2 files changed

Lines changed: 33 additions & 7 deletions

File tree

Example/WindowManagementProject.xcodeproj/project.pbxproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 56;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
6C11A8C02A36610500E86728 /* CodeFileDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C11A8BF2A36610500E86728 /* CodeFileDocument.swift */; };
1111
6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C32A368C3F00E86728 /* WindowManagement */; };
12+
6C11A8C72A368E7B00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C62A368E7B00E86728 /* WindowManagement */; };
1213
6CC243D12A3648FE003F9C1A /* WindowManagementProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D02A3648FE003F9C1A /* WindowManagementProjectApp.swift */; };
1314
6CC243D32A3648FE003F9C1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D22A3648FE003F9C1A /* ContentView.swift */; };
1415
6CC243D52A3648FF003F9C1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CC243D42A3648FF003F9C1A /* Assets.xcassets */; };
@@ -32,6 +33,7 @@
3233
isa = PBXFrameworksBuildPhase;
3334
buildActionMask = 2147483647;
3435
files = (
36+
6C11A8C72A368E7B00E86728 /* WindowManagement in Frameworks */,
3537
6CC243E12A36491D003F9C1A /* WindowManagement in Frameworks */,
3638
6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */,
3739
);
@@ -97,6 +99,7 @@
9799
packageProductDependencies = (
98100
6CC243E02A36491D003F9C1A /* WindowManagement */,
99101
6C11A8C32A368C3F00E86728 /* WindowManagement */,
102+
6C11A8C62A368E7B00E86728 /* WindowManagement */,
100103
);
101104
productName = WindowManagementProject;
102105
productReference = 6CC243CD2A3648FE003F9C1A /* WindowManagementProject.app */;
@@ -127,7 +130,7 @@
127130
);
128131
mainGroup = 6CC243C42A3648FE003F9C1A;
129132
packageReferences = (
130-
6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */,
133+
6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */,
131134
);
132135
productRefGroup = 6CC243CE2A3648FE003F9C1A /* Products */;
133136
projectDirPath = "";
@@ -361,18 +364,27 @@
361364
};
362365
/* End XCConfigurationList section */
363366

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+
};
368375
};
369-
/* End XCLocalSwiftPackageReference section */
376+
/* End XCRemoteSwiftPackageReference section */
370377

371378
/* Begin XCSwiftPackageProductDependency section */
372379
6C11A8C32A368C3F00E86728 /* WindowManagement */ = {
373380
isa = XCSwiftPackageProductDependency;
374381
productName = WindowManagement;
375382
};
383+
6C11A8C62A368E7B00E86728 /* WindowManagement */ = {
384+
isa = XCSwiftPackageProductDependency;
385+
package = 6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */;
386+
productName = WindowManagement;
387+
};
376388
6CC243E02A36491D003F9C1A /* WindowManagement */ = {
377389
isa = XCSwiftPackageProductDependency;
378390
productName = WindowManagement;

Example/WindowManagementProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)