Skip to content

Commit e57bbbb

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Pin Xcode projects package deps on main to a particular commit instead of a branch. (#5673)
Summary: Pull Request resolved: #5673 . Reviewed By: kirklandsign Differential Revision: D63425012 fbshipit-source-id: 2fab029cb6081e4ddc3371ef2d9fa7171cb831e2
1 parent 6259a29 commit e57bbbb

File tree

2 files changed

+5
-7
lines changed

2 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-
branch = latest;
810-
kind = branch;
809+
kind = revision;
810+
revision = 308512d938b2b6bb97d18f83e950d2765b053581;
811811
};
812812
};
813813
/* End XCRemoteSwiftPackageReference section */

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
03729F132BB2042B00152F2E /* sampler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03729F112BB2042B00152F2E /* sampler.cpp */; };
4444
03729F162BB2043600152F2E /* bpe_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03729F142BB2043600152F2E /* bpe_tokenizer.cpp */; };
4545
03729F172BB2043600152F2E /* tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 03729F152BB2043600152F2E /* tokenizer.h */; };
46-
0372C3112C893FE900CD942A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0372C3102C893FE900CD942A /* CoreGraphics.framework */; };
4746
0372C3142C89418E00CD942A /* llava_runner.h in Headers */ = {isa = PBXBuildFile; fileRef = 0372C3122C89418E00CD942A /* llava_runner.h */; };
4847
0372C3152C89418E00CD942A /* llava_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0372C3132C89418E00CD942A /* llava_runner.cpp */; };
4948
038D678C2C482C1E00B88CF2 /* llama_tiktoken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 038D678A2C482C1D00B88CF2 /* llama_tiktoken.cpp */; };
@@ -184,21 +183,20 @@
184183
03312C352BBFC940002106EF /* backend_xnnpack in Frameworks */,
185184
03312C372BBFC940002106EF /* backend_xnnpack_debug in Frameworks */,
186185
03312C1B2BBFC940002106EF /* backend_coreml_debug in Frameworks */,
187-
03729EDB2BB1F8DE00152F2E /* LLaMARunner.framework in Frameworks */,
188186
03312C2B2BBFC940002106EF /* kernels_optimized_debug in Frameworks */,
189187
03312C2F2BBFC940002106EF /* kernels_portable_debug in Frameworks */,
190188
03312C292BBFC940002106EF /* kernels_optimized in Frameworks */,
191189
03312C192BBFC940002106EF /* backend_coreml in Frameworks */,
192190
03312C332BBFC940002106EF /* kernels_quantized_debug in Frameworks */,
193191
03312C1F2BBFC940002106EF /* kernels_custom_debug in Frameworks */,
192+
03729EDB2BB1F8DE00152F2E /* LLaMARunner.framework in Frameworks */,
194193
);
195194
runOnlyForDeploymentPostprocessing = 0;
196195
};
197196
03729ED22BB1F8DE00152F2E /* Frameworks */ = {
198197
isa = PBXFrameworksBuildPhase;
199198
buildActionMask = 2147483647;
200199
files = (
201-
0372C3112C893FE900CD942A /* CoreGraphics.framework in Frameworks */,
202200
03312C3E2BBFD076002106EF /* executorch_debug in Frameworks */,
203201
);
204202
runOnlyForDeploymentPostprocessing = 0;
@@ -1288,8 +1286,8 @@
12881286
isa = XCRemoteSwiftPackageReference;
12891287
repositoryURL = "https://github.com/pytorch/executorch";
12901288
requirement = {
1291-
branch = latest;
1292-
kind = branch;
1289+
kind = revision;
1290+
revision = 308512d938b2b6bb97d18f83e950d2765b053581;
12931291
};
12941292
};
12951293
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)