From e0a70bdc0bcb39a283373f09d050cc2b3106040b Mon Sep 17 00:00:00 2001 From: Greg Bolsinga Date: Mon, 24 Apr 2023 12:49:35 -0700 Subject: [PATCH] Use main versions of dependent packages --- MissingArt.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MissingArt.xcodeproj/project.pbxproj b/MissingArt.xcodeproj/project.pbxproj index c8bb872..d415a9a 100644 --- a/MissingArt.xcodeproj/project.pbxproj +++ b/MissingArt.xcodeproj/project.pbxproj @@ -407,16 +407,16 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/bolsinga/LoadingState"; requirement = { - kind = exactVersion; - version = 1.0.0; + branch = main; + kind = branch; }; }; FE95DA46281216E1009B0209 /* XCRemoteSwiftPackageReference "itunes_missing_artwork" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/bolsinga/itunes_missing_artwork"; requirement = { - kind = exactVersion; - version = 1.2.0; + branch = main; + kind = branch; }; }; /* End XCRemoteSwiftPackageReference section */