Skip to content

Commit e535de9

Browse files
Rely on a specific DiscordKit commit before release
Allows this particular release tag to be built in the future, which might not be possible when relying on the main branch which might have breaking changes.
1 parent e4c0d84 commit e535de9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Swiftcord.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,8 +962,8 @@
962962
isa = XCRemoteSwiftPackageReference;
963963
repositoryURL = "https://github.com/SwiftcordApp/DiscordKit";
964964
requirement = {
965-
branch = main;
966-
kind = branch;
965+
kind = revision;
966+
revision = 9a27e869196df8926e1d47af6c73e3135debf51f;
967967
};
968968
};
969969
DA97BA8E2849F9C500059FD7 /* XCRemoteSwiftPackageReference "appcenter-sdk-apple" */ = {

Swiftcord.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)