Skip to content

Commit f2ec991

Browse files
authored
Update using-executorch-ios.md
1 parent 6d55123 commit f2ec991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/using-executorch-ios.md

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

2525
#### Xcode
2626

27-
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 in format "swiftpm-<version>", (e.g. "swiftpm-0.6.0"), or a branch name in format "swiftpm-<version>.<year_month_date>" (e.g. "swiftpm-0.7.0-20250401") for a [nightly build](https://ossci-ios.s3.amazonaws.com/list.html) on a specific date.
27+
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 in format "swiftpm-<version>", (e.g. "swiftpm-0.7.0"), or a branch name in format "swiftpm-<version>.<year_month_date>" (e.g. "swiftpm-0.8.0-20250701") for a [nightly build](https://ossci-ios.s3.amazonaws.com/list.html) on a specific date.
2828

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

@@ -57,7 +57,7 @@ let package = Package(
5757
],
5858
dependencies: [
5959
// Use "swiftpm-<version>.<year_month_day>" branch name for a nightly build.
60-
.package(url: "https://github.com/pytorch/executorch.git", branch: "swiftpm-0.6.0")
60+
.package(url: "https://github.com/pytorch/executorch.git", branch: "swiftpm-0.7.0")
6161
],
6262
targets: [
6363
.target(

0 commit comments

Comments
 (0)