Skip to content

Commit 18b3361

Browse files
committed
Update Apple binaries pin.
1 parent 4b85640 commit 18b3361

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -806,7 +806,7 @@
806806
isa = XCRemoteSwiftPackageReference;
807807
repositoryURL = "https://github.com/pytorch/executorch";
808808
requirement = {
809-
branch = "swiftpm-0.4.0.20241120";
809+
branch = "swiftpm-0.5.0.20250130";
810810
kind = branch;
811811
};
812812
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@
808808
isa = XCRemoteSwiftPackageReference;
809809
repositoryURL = "https://github.com/pytorch/executorch";
810810
requirement = {
811-
branch = "swiftpm-0.4.0.20241120";
811+
branch = "swiftpm-0.5.0.20250130";
812812
kind = branch;
813813
};
814814
};

examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@
947947
isa = XCRemoteSwiftPackageReference;
948948
repositoryURL = "https://github.com/pytorch/executorch.git";
949949
requirement = {
950-
branch = "swiftpm-0.4.0.20241120";
950+
branch = "swiftpm-0.5.0.20250130";
951951
kind = branch;
952952
};
953953
};

extension/benchmark/apple/Benchmark/Frameworks/download_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
VERSION="0.4.0.20241120"
8+
VERSION="0.5.0.20250130"
99
FRAMEWORKS=(
1010
"backend_coreml"
1111
"backend_mps"

0 commit comments

Comments
 (0)