Skip to content

Commit e384c1a

Browse files
authored
Fix Xcode projects packages pins.
Differential Revision: D65984802 Pull Request resolved: #6884
1 parent b386322 commit e384c1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@
807807
repositoryURL = "https://github.com/pytorch/executorch";
808808
requirement = {
809809
kind = branch;
810-
branch = "swiftpm-0.4.0.2024114";
810+
branch = "swiftpm-0.4.0.20241114";
811811
};
812812
};
813813
/* End XCRemoteSwiftPackageReference section */

examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
repositoryURL = "https://github.com/pytorch/executorch";
898898
requirement = {
899899
kind = branch;
900-
branch = "swiftpm-0.4.0.2024114";
900+
branch = "swiftpm-0.4.0.20241114";
901901
};
902902
};
903903
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)