Skip to content

Commit 1b6d96c

Browse files
committed
Update the Xcode project for v1.4.0
1 parent 77b8848 commit 1b6d96c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libwebp.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
323602242899930C00C844E7 /* sharpyuv.h in Headers */ = {isa = PBXBuildFile; fileRef = 323602192899930B00C844E7 /* sharpyuv.h */; settings = {ATTRIBUTES = (Public, ); }; };
1818
323602252899930C00C844E7 /* sharpyuv_csp.c in Sources */ = {isa = PBXBuildFile; fileRef = 3236021A2899930B00C844E7 /* sharpyuv_csp.c */; };
1919
323602262899930C00C844E7 /* sharpyuv_dsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 3236021B2899930B00C844E7 /* sharpyuv_dsp.c */; };
20+
323AEC702D5738AC0046537A /* palette.c in Sources */ = {isa = PBXBuildFile; fileRef = 323AEC6F2D5738AC0046537A /* palette.c */; };
21+
323AEC712D5738AC0046537A /* palette.h in Headers */ = {isa = PBXBuildFile; fileRef = 323AEC6E2D5738AC0046537A /* palette.h */; };
2022
3258CB9E228BEAFE00C85E93 /* cost_neon.c in Sources */ = {isa = PBXBuildFile; fileRef = 3258CB9D228BEAFE00C85E93 /* cost_neon.c */; };
2123
3258CBA0228BEB3800C85E93 /* quant.h in Headers */ = {isa = PBXBuildFile; fileRef = 3258CB9F228BEB3800C85E93 /* quant.h */; };
2224
329409832A7105C700F6BA45 /* sharpyuv_cpu.h in Headers */ = {isa = PBXBuildFile; fileRef = 329409812A7105C700F6BA45 /* sharpyuv_cpu.h */; };
@@ -203,6 +205,8 @@
203205
323602192899930B00C844E7 /* sharpyuv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sharpyuv.h; sourceTree = "<group>"; };
204206
3236021A2899930B00C844E7 /* sharpyuv_csp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sharpyuv_csp.c; sourceTree = "<group>"; };
205207
3236021B2899930B00C844E7 /* sharpyuv_dsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sharpyuv_dsp.c; sourceTree = "<group>"; };
208+
323AEC6E2D5738AC0046537A /* palette.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = palette.h; sourceTree = "<group>"; };
209+
323AEC6F2D5738AC0046537A /* palette.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = palette.c; sourceTree = "<group>"; };
206210
3258CB9D228BEAFE00C85E93 /* cost_neon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cost_neon.c; sourceTree = "<group>"; };
207211
3258CB9F228BEB3800C85E93 /* quant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quant.h; sourceTree = "<group>"; };
208212
329409812A7105C700F6BA45 /* sharpyuv_cpu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sharpyuv_cpu.h; sourceTree = "<group>"; };
@@ -492,6 +496,8 @@
492496
804BDF8521356BC100BA3395 /* huffman_encode_utils.h */,
493497
804BDF7821356BC000BA3395 /* huffman_utils.c */,
494498
804BDF7E21356BC000BA3395 /* huffman_utils.h */,
499+
323AEC6E2D5738AC0046537A /* palette.h */,
500+
323AEC6F2D5738AC0046537A /* palette.c */,
495501
804BDF8721356BC100BA3395 /* quant_levels_dec_utils.c */,
496502
804BDF8921356BC100BA3395 /* quant_levels_dec_utils.h */,
497503
804BDF8021356BC000BA3395 /* quant_levels_utils.c */,
@@ -732,6 +738,7 @@
732738
804BDF9021356BC100BA3395 /* filters_utils.h in Headers */,
733739
804BDF9F21356BC100BA3395 /* huffman_encode_utils.h in Headers */,
734740
804BDF9821356BC100BA3395 /* huffman_utils.h in Headers */,
741+
323AEC712D5738AC0046537A /* palette.h in Headers */,
735742
804BDFEF21356BEC00BA3395 /* vp8li_enc.h in Headers */,
736743
804BDFAF21356BCC00BA3395 /* decode.h in Headers */,
737744
804BE0A221356C2600BA3395 /* vp8_dec.h in Headers */,
@@ -951,6 +958,7 @@
951958
804BDFEA21356BEC00BA3395 /* token_enc.c in Sources */,
952959
329409842A7105C700F6BA45 /* sharpyuv_cpu.c in Sources */,
953960
804BDFF921356BEC00BA3395 /* iterator_enc.c in Sources */,
961+
323AEC702D5738AC0046537A /* palette.c in Sources */,
954962
804BDFE921356BEC00BA3395 /* predictor_enc.c in Sources */,
955963
804BE05B21356C0A00BA3395 /* lossless.c in Sources */,
956964
);

0 commit comments

Comments
 (0)