Skip to content

Commit f9262d9

Browse files
committed
fix for codesign issues with libfido2swift
1 parent 4776af7 commit f9262d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Xcodes.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,10 +1517,10 @@
15171517
/* Begin XCRemoteSwiftPackageReference section */
15181518
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */ = {
15191519
isa = XCRemoteSwiftPackageReference;
1520-
repositoryURL = "https://github.com/kinoroy/LibFido2Swift.git";
1520+
repositoryURL = "https://github.com/kinoroy/LibFido2Swift";
15211521
requirement = {
1522-
kind = upToNextMinorVersion;
1523-
minimumVersion = 0.1.4;
1522+
branch = main;
1523+
kind = branch;
15241524
};
15251525
};
15261526
CAA858CB25A3D8BC00ACF8C0 /* XCRemoteSwiftPackageReference "ErrorHandling" */ = {

Xcodes.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)