From f7389a38946921f3b41893afd207ef3f1f99d3f1 Mon Sep 17 00:00:00 2001 From: Riley Labrecque Date: Sun, 2 Dec 2018 15:51:24 -0500 Subject: [PATCH] Revert "Fixed being unable to load the steam_api bundle on OSX 10.10.5" This reverts commit ab374483a9c313c8b23958c4d09fbc14c78e7b43. --- Plugins/steam_api.bundle/Contents/Info.plist | 38 ++++++++++++++++++ .../Contents/MacOS/libsteam_api.dylib} | Bin 2 files changed, 38 insertions(+) create mode 100644 Plugins/steam_api.bundle/Contents/Info.plist rename Plugins/{steam_api.bundle => steam_api.bundle/Contents/MacOS/libsteam_api.dylib} (100%) diff --git a/Plugins/steam_api.bundle/Contents/Info.plist b/Plugins/steam_api.bundle/Contents/Info.plist new file mode 100644 index 00000000..0b9aa595 --- /dev/null +++ b/Plugins/steam_api.bundle/Contents/Info.plist @@ -0,0 +1,38 @@ + + + + + BuildMachineOSBuild + 11G63 + CFBundleDevelopmentRegion + English + CFBundleExecutable + libsteam_api.dylib + CFBundleIdentifier + com.rileylabrecque.steam_api + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleSignature + ???? + CFBundleVersion + 1.42 + CSResourcesFileMapped + yes + DTCompiler + + DTPlatformBuild + 4H1503 + DTPlatformVersion + GM + DTSDKBuild + 11E52 + DTSDKName + macosx10.7 + DTXcode + 0463 + DTXcodeBuild + 4H1503 + + diff --git a/Plugins/steam_api.bundle b/Plugins/steam_api.bundle/Contents/MacOS/libsteam_api.dylib similarity index 100% rename from Plugins/steam_api.bundle rename to Plugins/steam_api.bundle/Contents/MacOS/libsteam_api.dylib