Skip to content

Commit 9f5018d

Browse files
committed
llama.swiftui : remove llama.cpp (source dir ref) from project.pbxproj
This commit removes the reference to llama.cpp from the project.pbxproj file since Package.swift has been removed.
1 parent 6340203 commit 9f5018d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/llama.swiftui/llama.swiftui.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
8A907F322AC7134E006146EA /* LibLlama.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LibLlama.swift; sourceTree = "<group>"; };
5050
8A9F7C4C2AC332EE008AE1EA /* LlamaState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LlamaState.swift; sourceTree = "<group>"; };
5151
DD0078912D6756A5003C187C /* llama.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = llama.xcframework; path = "../../build-ios/llama.xcframework"; sourceTree = "<group>"; };
52-
DF2D2FE72B4A59BE00FCB72D /* llama.cpp */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = llama.cpp; path = ../..; sourceTree = "<group>"; };
5352
F1FE20E12B465EC900B45541 /* LoadCustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadCustomButton.swift; sourceTree = "<group>"; };
5453
/* End PBXFileReference section */
5554

@@ -70,7 +69,6 @@
7069
8A1C836A2AC328BD0096AF73 = {
7170
isa = PBXGroup;
7271
children = (
73-
DF2D2FE72B4A59BE00FCB72D /* llama.cpp */,
7472
8A907F312AC7134E006146EA /* llama.cpp.swift */,
7573
8A3F84232AC4C891005E2EE8 /* models */,
7674
8A1C83752AC328BD0096AF73 /* llama.swiftui */,

0 commit comments

Comments
 (0)