Skip to content

Commit df7189d

Browse files
committed
📦️ Load package from repository instead of local one
1 parent ac2bbcd commit df7189d

3 files changed

Lines changed: 48 additions & 6 deletions

File tree

Dripper.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

Examples/DripperDemo/DripperDemo.xcodeproj/project.pbxproj

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
FD2F25DD2CA6D18600092190 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD2F25DC2CA6D18600092190 /* Dripper */; };
1011
FD5BAAF32C6B34700076482B /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD5BAAF22C6B34700076482B /* Dripper */; };
1112
FD760AB72C9D4964005438A7 /* Dripper in Frameworks */ = {isa = PBXBuildFile; productRef = FD760AB62C9D4964005438A7 /* Dripper */; };
1213
/* End PBXBuildFile section */
@@ -28,6 +29,7 @@
2829
isa = PBXFrameworksBuildPhase;
2930
buildActionMask = 2147483647;
3031
files = (
32+
FD2F25DD2CA6D18600092190 /* Dripper in Frameworks */,
3133
FD5BAAF32C6B34700076482B /* Dripper in Frameworks */,
3234
FD760AB72C9D4964005438A7 /* Dripper in Frameworks */,
3335
);
@@ -74,6 +76,7 @@
7476
packageProductDependencies = (
7577
FD5BAAF22C6B34700076482B /* Dripper */,
7678
FD760AB62C9D4964005438A7 /* Dripper */,
79+
FD2F25DC2CA6D18600092190 /* Dripper */,
7780
);
7881
productName = DripperDemo;
7982
productReference = FD5BAAE02C6B326B0076482B /* DripperDemo.app */;
@@ -104,7 +107,7 @@
104107
mainGroup = FD5BAAD72C6B326B0076482B;
105108
minimizedProjectReferenceProxies = 1;
106109
packageReferences = (
107-
FD760AB52C9D4964005438A7 /* XCLocalSwiftPackageReference "../../../Dripper" */,
110+
FD2F25DB2CA6D18600092190 /* XCRemoteSwiftPackageReference "Dripper" */,
108111
);
109112
preferredProjectObjectVersion = 77;
110113
productRefGroup = FD5BAAE12C6B326B0076482B /* Products */;
@@ -339,14 +342,23 @@
339342
};
340343
/* End XCConfigurationList section */
341344

342-
/* Begin XCLocalSwiftPackageReference section */
343-
FD760AB52C9D4964005438A7 /* XCLocalSwiftPackageReference "../../../Dripper" */ = {
344-
isa = XCLocalSwiftPackageReference;
345-
relativePath = ../../../Dripper;
345+
/* Begin XCRemoteSwiftPackageReference section */
346+
FD2F25DB2CA6D18600092190 /* XCRemoteSwiftPackageReference "Dripper" */ = {
347+
isa = XCRemoteSwiftPackageReference;
348+
repositoryURL = "https://github.com/musicspot24/Dripper";
349+
requirement = {
350+
kind = upToNextMajorVersion;
351+
minimumVersion = 0.0.1;
352+
};
346353
};
347-
/* End XCLocalSwiftPackageReference section */
354+
/* End XCRemoteSwiftPackageReference section */
348355

349356
/* Begin XCSwiftPackageProductDependency section */
357+
FD2F25DC2CA6D18600092190 /* Dripper */ = {
358+
isa = XCSwiftPackageProductDependency;
359+
package = FD2F25DB2CA6D18600092190 /* XCRemoteSwiftPackageReference "Dripper" */;
360+
productName = Dripper;
361+
};
350362
FD5BAAF22C6B34700076482B /* Dripper */ = {
351363
isa = XCSwiftPackageProductDependency;
352364
productName = Dripper;

Examples/DripperDemo/DripperDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 15 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)