Skip to content

Commit b225375

Browse files
committed
Use moq-kit release
1 parent 530795f commit b225375

2 files changed

Lines changed: 26 additions & 6 deletions

File tree

examples/ios/subscriber/MoQSubscriber.xcodeproj/project.pbxproj

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
);
114114
mainGroup = A10000000000000000000021;
115115
packageReferences = (
116-
A10000000000000000000071 /* XCLocalSwiftPackageReference "../../.." */,
116+
A10000000000000000000071 /* XCRemoteSwiftPackageReference "moq-kit" */,
117117
);
118118
productRefGroup = A10000000000000000000023 /* Products */;
119119
projectDirPath = "";
@@ -333,16 +333,21 @@
333333
};
334334
/* End XCConfigurationList section */
335335

336-
/* Begin XCLocalSwiftPackageReference section */
337-
A10000000000000000000071 /* XCLocalSwiftPackageReference "../../.." */ = {
338-
isa = XCLocalSwiftPackageReference;
339-
relativePath = ../../..;
336+
/* Begin XCRemoteSwiftPackageReference section */
337+
A10000000000000000000071 /* XCRemoteSwiftPackageReference "moq-kit" */ = {
338+
isa = XCRemoteSwiftPackageReference;
339+
repositoryURL = "https://github.com/software-mansion-labs/moq-kit";
340+
requirement = {
341+
kind = exactVersion;
342+
version = "0.0.1-alpha";
343+
};
340344
};
341-
/* End XCLocalSwiftPackageReference section */
345+
/* End XCRemoteSwiftPackageReference section */
342346

343347
/* Begin XCSwiftPackageProductDependency section */
344348
A10000000000000000000072 /* MoQKit */ = {
345349
isa = XCSwiftPackageProductDependency;
350+
package = A10000000000000000000071 /* XCRemoteSwiftPackageReference "moq-kit" */;
346351
productName = MoQKit;
347352
};
348353
/* End XCSwiftPackageProductDependency section */

examples/ios/subscriber/MoQSubscriber.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)