SDL_image: Added Info.plist for the webp framework

From 7c7907752183f21c95db1ee9eb49fe1bb2b99cbb Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 30 Apr 2022 13:04:47 -0700
Subject: [PATCH] Added Info.plist for the webp framework

This is necessary for the framework to be installed on iOS and tvOS
---
 Xcode/iOS/webp.framework/Info.plist   | 22 ++++++++++++++++++++++
 Xcode/macOS/webp.framework/Info.plist | 22 ++++++++++++++++++++++
 Xcode/tvOS/webp.framework/Info.plist  | 22 ++++++++++++++++++++++
 3 files changed, 66 insertions(+)
 create mode 100644 Xcode/iOS/webp.framework/Info.plist
 create mode 100644 Xcode/macOS/webp.framework/Info.plist
 create mode 100644 Xcode/tvOS/webp.framework/Info.plist

diff --git a/Xcode/iOS/webp.framework/Info.plist b/Xcode/iOS/webp.framework/Info.plist
new file mode 100644
index 0000000..26f43e0
--- /dev/null
+++ b/Xcode/iOS/webp.framework/Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>webp</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>webp</string>
+	<key>CFBundlePackageType</key>
+	<string>FMWK</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0.3</string>
+	<key>CFBundleVersion</key>
+	<string>1.0.3</string>
+</dict>
+</plist>
diff --git a/Xcode/macOS/webp.framework/Info.plist b/Xcode/macOS/webp.framework/Info.plist
new file mode 100644
index 0000000..26f43e0
--- /dev/null
+++ b/Xcode/macOS/webp.framework/Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>webp</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>webp</string>
+	<key>CFBundlePackageType</key>
+	<string>FMWK</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0.3</string>
+	<key>CFBundleVersion</key>
+	<string>1.0.3</string>
+</dict>
+</plist>
diff --git a/Xcode/tvOS/webp.framework/Info.plist b/Xcode/tvOS/webp.framework/Info.plist
new file mode 100644
index 0000000..26f43e0
--- /dev/null
+++ b/Xcode/tvOS/webp.framework/Info.plist
@@ -0,0 +1,22 @@
+<?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>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>webp</string>
+	<key>CFBundleIdentifier</key>
+	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>webp</string>
+	<key>CFBundlePackageType</key>
+	<string>FMWK</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0.3</string>
+	<key>CFBundleVersion</key>
+	<string>1.0.3</string>
+</dict>
+</plist>