Skip to content

Commit 07955a4

Browse files
authored
Update apple artifact branch version (#4383)
1 parent 93ff2c8 commit 07955a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/apple-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The prebuilt ExecuTorch runtime, backend, and kernels are available as a [Swift
2525

2626
#### Xcode
2727

28-
In Xcode, go to `File > Add Package Dependencies`. Paste the URL of the [ExecuTorch repo](https://github.com/pytorch/executorch) into the search bar and select it. Make sure to change the branch name to the desired ExecuTorch version, e.g., "0.2.1", or just use the "latest" branch name for the latest stable build.
28+
In Xcode, go to `File > Add Package Dependencies`. Paste the URL of the [ExecuTorch repo](https://github.com/pytorch/executorch) into the search bar and select it. Make sure to change the branch name to the desired ExecuTorch version, e.g., "0.3.0", or just use the "latest" branch name for the latest stable build.
2929

3030
![](_static/img/swiftpm_xcode1.png)
3131

@@ -54,7 +54,7 @@ let package = Package(
5454
],
5555
dependencies: [
5656
// Use "latest" branch name for the latest stable build.
57-
.package(url: "https://github.com/pytorch/executorch.git", .branch("0.2.1"))
57+
.package(url: "https://github.com/pytorch/executorch.git", .branch("0.3.0"))
5858
],
5959
targets: [
6060
.target(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@
791791
isa = XCRemoteSwiftPackageReference;
792792
repositoryURL = "https://github.com/pytorch/executorch";
793793
requirement = {
794-
branch = latest;
794+
branch = 0.3.0;
795795
kind = branch;
796796
};
797797
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@
11151115
isa = XCRemoteSwiftPackageReference;
11161116
repositoryURL = "https://github.com/pytorch/executorch";
11171117
requirement = {
1118-
branch = latest;
1118+
branch = 0.3.0;
11191119
kind = branch;
11201120
};
11211121
};

0 commit comments

Comments
 (0)