Skip to content

Commit 27e1a62

Browse files
authored
[RELEASE-ONLY] Pin Xcode projects to release/0.2 branch (#3155)
* Pin Xcode projects to release/0.2 branch * Update the version for the iOS frameworks upload workflow
1 parent c9811bc commit 27e1a62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
WORKSPACE=$(pwd)
6565
pushd "${WORKSPACE}/pytorch/executorch"
6666
BUILD_TOOL=cmake
67-
VERSION="0.1.0"
67+
VERSION="0.2.0"
6868
FRAMEWORKS=(
6969
"executorch"
7070
"coreml_backend"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
isa = XCRemoteSwiftPackageReference;
785785
repositoryURL = "https://github.com/pytorch/executorch";
786786
requirement = {
787-
branch = main;
787+
branch = release/0.2;
788788
kind = branch;
789789
};
790790
};

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
isa = XCRemoteSwiftPackageReference;
797797
repositoryURL = "https://github.com/pytorch/executorch";
798798
requirement = {
799-
branch = main;
799+
branch = release/0.2;
800800
kind = branch;
801801
};
802802
};

0 commit comments

Comments
 (0)