Skip to content

Commit 090859c

Browse files
committed
Pin Xcode projects to release/0.2 branch
1 parent c9811bc commit 090859c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -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)