Skip to content

Commit 494b0ee

Browse files
shoumikhinkirklandsign
authored andcommitted
Bump nightly version in xcode projects (#9790)
1 parent a6b4d68 commit 494b0ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
isa = XCRemoteSwiftPackageReference;
807807
repositoryURL = "https://github.com/pytorch/executorch";
808808
requirement = {
809-
branch = "swiftpm-0.6.0";
809+
branch = "swiftpm-0.7.0.20250401";
810810
kind = branch;
811811
};
812812
};

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
isa = XCRemoteSwiftPackageReference;
853853
repositoryURL = "https://github.com/pytorch/executorch";
854854
requirement = {
855-
branch = "swiftpm-0.6.0";
855+
branch = "swiftpm-0.7.0.20250401";
856856
kind = branch;
857857
};
858858
};

examples/demo-apps/react-native/rnllama/ios/rnllama.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@
947947
isa = XCRemoteSwiftPackageReference;
948948
repositoryURL = "https://github.com/pytorch/executorch.git";
949949
requirement = {
950-
branch = "swiftpm-0.6.0";
950+
branch = "swiftpm-0.7.0.20250401";
951951
kind = branch;
952952
};
953953
};

0 commit comments

Comments
 (0)