Skip to content

Commit

Permalink
create webP package
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleforlani committed Oct 8, 2020
1 parent ddde69e commit 7a3e6ce
Show file tree
Hide file tree
Showing 44 changed files with 3,760 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>WebP-Package.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>WebP.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>WebPDecoder.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
<key>WebPDemux.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>WebPMux.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
</dict>
</dict>
</dict>
</plist>
42 changes: 42 additions & 0 deletions Frameworks/WebP.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>WebP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>WebP.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions Frameworks/WebPDecoder.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>WebPDecoder.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>WebPDecoder.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions Frameworks/WebPDemux.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>WebPDemux.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>WebPDemux.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions Frameworks/WebPMux.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-i386_x86_64-simulator</string>
<key>LibraryPath</key>
<string>WebPMux.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>i386</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_armv7_armv7s</string>
<key>LibraryPath</key>
<string>WebPMux.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>armv7</string>
<string>armv7s</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
89 changes: 89 additions & 0 deletions Frameworks/libwebp-1.1.0-ios-framework/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
__ __ ____ ____ ____
/ \\/ \/ _ \/ _ )/ _ \
\ / __/ _ \ __/
\__\__/\____/\_____/__/ ____ ___
/ _/ / \ \ / _ \/ _/
/ \_/ / / \ \ __/ \__
\____/____/\_____/_____/____/v1.1.0

Description:
============

WebP codec: library to encode and decode images in WebP format. This package
contains an iOS framework that can be used in other applications to add
WebP support.

See http://developers.google.com/speed/webp

The latest source tree is available at
https://chromium.googlesource.com/webm/libwebp

It is released under the same license as the WebM project.
See http://www.webmproject.org/license/software/ or the
"COPYING" file for details. An additional intellectual
property rights grant can be found in the file PATENTS.

Files:
======
WebP.framework : libwebp headers / library
WebPDecoder.framework : libwebpdecoder headers / library
WebPDemux.framework : libwebpdemux headers / library
WebPMux.framework : libwebpmux headers / library

WebP.framework contains:
WebP.framework/WebP: Mach-O universal binary with 5 architectures: [i386:current ar archive random library] [arm64]
WebP.framework/WebP (for architecture i386): current ar archive random library
WebP.framework/WebP (for architecture armv7): current ar archive random library
WebP.framework/WebP (for architecture armv7s): current ar archive random library
WebP.framework/WebP (for architecture x86_64): current ar archive random library
WebP.framework/WebP (for architecture arm64): current ar archive random library

WebPDecoder.framework contains:
WebPDecoder.framework/WebPDecoder: Mach-O universal binary with 5 architectures: [i386:current ar archive random library] [arm64]
WebPDecoder.framework/WebPDecoder (for architecture i386): current ar archive random library
WebPDecoder.framework/WebPDecoder (for architecture armv7): current ar archive random library
WebPDecoder.framework/WebPDecoder (for architecture armv7s): current ar archive random library
WebPDecoder.framework/WebPDecoder (for architecture x86_64): current ar archive random library
WebPDecoder.framework/WebPDecoder (for architecture arm64): current ar archive random library

WebPDemux.framework contains:
WebPDemux.framework/WebPDemux: Mach-O universal binary with 5 architectures: [i386:current ar archive random library] [arm64:current ar archive random library]
WebPDemux.framework/WebPDemux (for architecture i386): current ar archive random library
WebPDemux.framework/WebPDemux (for architecture armv7): current ar archive random library
WebPDemux.framework/WebPDemux (for architecture armv7s): current ar archive random library
WebPDemux.framework/WebPDemux (for architecture x86_64): current ar archive random library
WebPDemux.framework/WebPDemux (for architecture arm64): current ar archive random library

WebPMux.framework contains:
WebPMux.framework/WebPMux: Mach-O universal binary with 5 architectures: [i386:current ar archive random library] [arm64:current ar archive random library]
WebPMux.framework/WebPMux (for architecture i386): current ar archive random library
WebPMux.framework/WebPMux (for architecture armv7): current ar archive random library
WebPMux.framework/WebPMux (for architecture armv7s): current ar archive random library
WebPMux.framework/WebPMux (for architecture x86_64): current ar archive random library
WebPMux.framework/WebPMux (for architecture arm64): current ar archive random library

Built with:
Xcode 11.0
Build version 11A420a
iOS SDKs:
iOS 13.0 -sdk iphoneos13.0

iOS Simulator SDKs:
Simulator - iOS 13.0 -sdk iphonesimulator13.0

macOS SDKs:
DriverKit 19.0 -sdk driverkit.macosx19.0
macOS 10.15 -sdk macosx10.15

tvOS SDKs:
tvOS 13.0 -sdk appletvos13.0

tvOS Simulator SDKs:
Simulator - tvOS 13.0 -sdk appletvsimulator13.0

watchOS SDKs:
watchOS 6.0 -sdk watchos6.0

watchOS Simulator SDKs:
Simulator - watchOS 6.0 -sdk watchsimulator6.0

Loading

0 comments on commit 7a3e6ce

Please sign in to comment.