Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ios/Kith.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Significant-Hobbies/personal-platform.git";
requirement = {
branch = main;
kind = branch;
kind = revision;
revision = a254f77f883e0ff3a85841ea9620754875a21666;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ios/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ settings:
packages:
PersonalSyncKit:
url: https://github.com/Significant-Hobbies/personal-platform.git
branch: main
revision: a254f77f883e0ff3a85841ea9620754875a21666
targets:
KithCore:
type: framework
Expand Down
Loading