Skip to content

Commit 651fcc7

Browse files
author
Corey Earwood
committed
Update project with recent changes
1 parent f04c109 commit 651fcc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/whisper.objc/whisper.objc.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
18F8C0C42CEDF52700CAD607 /* ggml-cpu-aarch64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18F8C0C02CEDF52700CAD607 /* ggml-cpu-aarch64.cpp */; settings = {COMPILER_FLAGS = "-x c++"; }; };
3030
18F8C0C52CEDF52700CAD607 /* ggml-cpu-quants.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F8C0C32CEDF52700CAD607 /* ggml-cpu-quants.c */; };
3131
18F8C0C72CEDF7AB00CAD607 /* ggml-backend-reg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18F8C0C62CEDF7AB00CAD607 /* ggml-backend-reg.cpp */; };
32+
433188B82D3A187C00E3FE79 /* gguf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 433188B72D3A187C00E3FE79 /* gguf.cpp */; };
3233
437B63E22D36280C002A49EC /* ggml-cpu-traits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 437B63E12D36280C002A49EC /* ggml-cpu-traits.cpp */; };
3334
7FE3424B2A0C3FA20015A058 /* whisper-encoder-impl.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FE342452A0C3FA20015A058 /* whisper-encoder-impl.m */; };
3435
7FE3424C2A0C3FA20015A058 /* whisper-encoder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7FE342472A0C3FA20015A058 /* whisper-encoder.mm */; };
@@ -91,6 +92,8 @@
9192
18F8C0C22CEDF52700CAD607 /* ggml-cpu-quants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "ggml-cpu-quants.h"; path = "../../../ggml/src/ggml-cpu/ggml-cpu-quants.h"; sourceTree = "<group>"; };
9293
18F8C0C32CEDF52700CAD607 /* ggml-cpu-quants.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "ggml-cpu-quants.c"; path = "../../../ggml/src/ggml-cpu/ggml-cpu-quants.c"; sourceTree = "<group>"; };
9394
18F8C0C62CEDF7AB00CAD607 /* ggml-backend-reg.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "ggml-backend-reg.cpp"; path = "../../../ggml/src/ggml-backend-reg.cpp"; sourceTree = "<group>"; };
95+
433188B72D3A187C00E3FE79 /* gguf.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = gguf.cpp; path = /Users/iamcgn/Development/whisper.cpp/ggml/src/gguf.cpp; sourceTree = "<absolute>"; };
96+
433188B92D3A18A400E3FE79 /* gguf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = gguf.h; path = /Users/iamcgn/Development/whisper.cpp/ggml/include/gguf.h; sourceTree = "<absolute>"; };
9497
437B63E02D36280C002A49EC /* ggml-cpu-traits.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "ggml-cpu-traits.h"; path = "../../../ggml/src/ggml-cpu/ggml-cpu-traits.h"; sourceTree = "<group>"; };
9598
437B63E12D36280C002A49EC /* ggml-cpu-traits.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = "ggml-cpu-traits.cpp"; path = "../../../ggml/src/ggml-cpu/ggml-cpu-traits.cpp"; sourceTree = "<group>"; };
9699
7FE342452A0C3FA20015A058 /* whisper-encoder-impl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "whisper-encoder-impl.m"; sourceTree = "<group>"; };
@@ -132,6 +135,8 @@
132135
18627C7829052BDF00BD2A04 /* whisper.objc */ = {
133136
isa = PBXGroup;
134137
children = (
138+
433188B92D3A18A400E3FE79 /* gguf.h */,
139+
433188B72D3A187C00E3FE79 /* gguf.cpp */,
135140
18F8C0C62CEDF7AB00CAD607 /* ggml-backend-reg.cpp */,
136141
18F8C0BF2CEDF52700CAD607 /* ggml-cpu-aarch64.h */,
137142
18F8C0C02CEDF52700CAD607 /* ggml-cpu-aarch64.cpp */,
@@ -284,6 +289,7 @@
284289
18ABE15A2AF556340044A204 /* ggml-backend.cpp in Sources */,
285290
18627C8C29052BE000BD2A04 /* main.m in Sources */,
286291
18627C7E29052BDF00BD2A04 /* SceneDelegate.m in Sources */,
292+
433188B82D3A187C00E3FE79 /* gguf.cpp in Sources */,
287293
18F8C0BC2CEDF4DC00CAD607 /* ggml-threading.cpp in Sources */,
288294
1844471C2AB21655007D6BFE /* ggml-metal.m in Sources */,
289295
7FE3424B2A0C3FA20015A058 /* whisper-encoder-impl.m in Sources */,

0 commit comments

Comments
 (0)