From 66616141f34e16b721644a13b44b0644e95ba6c1 Mon Sep 17 00:00:00 2001 From: Rustom Jehangir Date: Fri, 14 Oct 2016 18:16:27 -0700 Subject: [PATCH] SDL2: Add missing Info.plist file for SDL2 framework. --- .../Versions/A/Resources/Info.plist | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 libs/lib/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist diff --git a/libs/lib/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist b/libs/lib/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist new file mode 100644 index 0000000000..835d005fe6 --- /dev/null +++ b/libs/lib/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,46 @@ + + + + + BuildMachineOSBuild + 15C50 + CFBundleDevelopmentRegion + English + CFBundleExecutable + SDL2 + CFBundleGetInfoString + http://www.libsdl.org + CFBundleIdentifier + org.libsdl.SDL2 + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Simple DirectMedia Layer + CFBundlePackageType + FMWK + CFBundleShortVersionString + 2.0.4 + CFBundleSignature + SDLX + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 2.0.4 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 7C68 + DTPlatformVersion + GM + DTSDKBuild + 15C43 + DTSDKName + macosx10.11 + DTXcode + 0720 + DTXcodeBuild + 7C68 + + -- GitLab