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

Commit

Permalink
updated project
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter01 <[email protected]>
  • Loading branch information
Wouter01 committed Jun 11, 2023
1 parent 3a4e856 commit 03642ad
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
26 changes: 19 additions & 7 deletions Example/WindowManagementProject.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
6C11A8C02A36610500E86728 /* CodeFileDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C11A8BF2A36610500E86728 /* CodeFileDocument.swift */; };
6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C32A368C3F00E86728 /* WindowManagement */; };
6C11A8C72A368E7B00E86728 /* WindowManagement in Frameworks */ = {isa = PBXBuildFile; productRef = 6C11A8C62A368E7B00E86728 /* WindowManagement */; };
6CC243D12A3648FE003F9C1A /* WindowManagementProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D02A3648FE003F9C1A /* WindowManagementProjectApp.swift */; };
6CC243D32A3648FE003F9C1A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC243D22A3648FE003F9C1A /* ContentView.swift */; };
6CC243D52A3648FF003F9C1A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CC243D42A3648FF003F9C1A /* Assets.xcassets */; };
Expand All @@ -32,6 +33,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6C11A8C72A368E7B00E86728 /* WindowManagement in Frameworks */,
6CC243E12A36491D003F9C1A /* WindowManagement in Frameworks */,
6C11A8C42A368C3F00E86728 /* WindowManagement in Frameworks */,
);
Expand Down Expand Up @@ -97,6 +99,7 @@
packageProductDependencies = (
6CC243E02A36491D003F9C1A /* WindowManagement */,
6C11A8C32A368C3F00E86728 /* WindowManagement */,
6C11A8C62A368E7B00E86728 /* WindowManagement */,
);
productName = WindowManagementProject;
productReference = 6CC243CD2A3648FE003F9C1A /* WindowManagementProject.app */;
Expand Down Expand Up @@ -127,7 +130,7 @@
);
mainGroup = 6CC243C42A3648FE003F9C1A;
packageReferences = (
6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */,
6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */,
);
productRefGroup = 6CC243CE2A3648FE003F9C1A /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -361,18 +364,27 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
6C11A8C22A368C3F00E86728 /* XCLocalSwiftPackageReference ".." */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ..;
/* Begin XCRemoteSwiftPackageReference section */
6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Wouter01/SwiftUI-WindowManagement";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.0.0;
};
};
/* End XCLocalSwiftPackageReference section */
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
6C11A8C32A368C3F00E86728 /* WindowManagement */ = {
isa = XCSwiftPackageProductDependency;
productName = WindowManagement;
};
6C11A8C62A368E7B00E86728 /* WindowManagement */ = {
isa = XCSwiftPackageProductDependency;
package = 6C11A8C52A368E7B00E86728 /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */;
productName = WindowManagement;
};
6CC243E02A36491D003F9C1A /* WindowManagement */ = {
isa = XCSwiftPackageProductDependency;
productName = WindowManagement;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"pins" : [
{
"identity" : "swiftui-windowmanagement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Wouter01/SwiftUI-WindowManagement",
"state" : {
"revision" : "00f16c089e427babe5f8c00691d3fe692bcf1974",
"version" : "2.0.0"
}
}
],
"version" : 2
}

0 comments on commit 03642ad

Please sign in to comment.