Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #53 from mcmurrym/patch-1
Browse files Browse the repository at this point in the history
Update Package.swift to remove warnings in xcode
  • Loading branch information
ryokosuge authored Sep 14, 2021
2 parents aea03ab + 12c134a commit d8850e2
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,48 @@ let package = Package(
"libwebp/webp_js",
"libwebp/extras",
"libwebp/imageio",
"libwebp/src/Makefile.am",
"libwebp/src/dec/Makefile.am",
"libwebp/src/demux/libwebpdemux.rc",
"libwebp/src/demux/libwebpdemux.pc.in",
"libwebp/src/demux/Makefile.am",
"libwebp/src/dsp/Makefile.am",
"libwebp/src/enc/Makefile.am",
"libwebp/src/libwebp.pc.in",
"libwebp/src/libwebp.rc",
"libwebp/src/libwebpdecoder.pc.in",
"libwebp/src/libwebpdecoder.rc",
"libwebp/src/mux/libwebpmux.pc.in",
"libwebp/src/mux/libwebpmux.rc",
"libwebp/src/mux/Makefile.am",
"libwebp/src/utils/Makefile.am",
"libwebp/ChangeLog",
"libwebp/doc/README",
"libwebp/doc/template.html",
"libwebp/doc/TODO",
"libwebp/doc/webp-container-spec.txt",
"libwebp/doc/webp-lossless-bitstream-spec.txt",
"libwebp/Makefile.am",
"libwebp/makefile.unix",
"libwebp/m4/ax_pthread.m4",
"libwebp/PATENTS",
"libwebp/README.mux",
"libwebp/codereview.settings",
"libwebp/gradlew.bat",
"libwebp/configure.ac",
"libwebp/AUTHORS",
"libwebp/README",
"libwebp/gradlew",
"libwebp/autogen.sh",
"libwebp/Makefile.vc",
"libwebp/gradle.properties",
"libwebp/NEWS",
"libwebp/Android.mk",
"libwebp/COPYING",
"libwebp/build.gradle",
"libwebp/iosbuild.sh",
"libwebp/CMakeLists.txt",
"libwebp/README.webp_js",
],
publicHeadersPath: "WebP",
cSettings: [
Expand All @@ -56,4 +98,4 @@ let package = Package(
]
),
]
)
)

0 comments on commit d8850e2

Please sign in to comment.