Skip to content

Commit 820e9e3

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Update Xcode projects to use nightly builds.
Summary: Pinning to binaries build daily. Differential Revision: D65974580
1 parent eccc633 commit 820e9e3

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@
806806
isa = XCRemoteSwiftPackageReference;
807807
repositoryURL = "https://github.com/pytorch/executorch";
808808
requirement = {
809-
kind = revision;
810-
revision = bcc378c89f47d356f7c8db42730673e019dd0855;
809+
kind = branch;
810+
branch = "swiftpm-0.4.0.2024114";
811811
};
812812
};
813813
/* End XCRemoteSwiftPackageReference section */

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,8 @@
896896
isa = XCRemoteSwiftPackageReference;
897897
repositoryURL = "https://github.com/pytorch/executorch";
898898
requirement = {
899-
kind = revision;
900-
revision = bcc378c89f47d356f7c8db42730673e019dd0855;
899+
kind = branch;
900+
branch = "swiftpm-0.4.0.2024114";
901901
};
902902
};
903903
/* End XCRemoteSwiftPackageReference section */

examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,9 @@ While we recommended using the latest prebuilt package pre-configured with the X
127127

128128
Go to Project Navigator, click on LLaMA. `Project --> LLaMA --> Package Dependencies`, and update the package dependencies to any of the available options below:
129129

130-
- Branch --> latest
130+
- Branch --> swiftpm-0.4.0.20241114 (amend to match the latest nightly build)
131131
- Branch --> 0.4.0
132132
- Branch --> 0.3.0
133-
- Commit --> (Specify the commit hash, for example: `bcc378c89f47d356f7c8db42730673e019dd0855`. Full list [here](https://github.com/pytorch/executorch/commits/latest/))
134-
135133

136134
### 2.2 Manually build the package locally and link them
137135

0 commit comments

Comments
 (0)