From c7afd053563916f2409fdc7913738a4f864ce9a0 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sun, 14 Aug 2022 01:54:58 +1000 Subject: Initial commit Note that Electron 11 must be used, as Electron 12 uses Chromium 88, where plugins were removed. --- .../PepperFlashPlayer.plugin/Contents/Info.plist | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 flash/darwin/PepperFlashPlayer.plugin/Contents/Info.plist (limited to 'flash/darwin/PepperFlashPlayer.plugin/Contents/Info.plist') diff --git a/flash/darwin/PepperFlashPlayer.plugin/Contents/Info.plist b/flash/darwin/PepperFlashPlayer.plugin/Contents/Info.plist new file mode 100644 index 0000000..f4555e8 --- /dev/null +++ b/flash/darwin/PepperFlashPlayer.plugin/Contents/Info.plist @@ -0,0 +1,50 @@ + + + + + BuildMachineOSBuild + 16G2136 + CFBundleDevelopmentRegion + en_US + CFBundleExecutable + PepperFlashPlayer + CFBundleGetInfoString + Adobe Flash Player 32.0 r0 Copyright (c) 1996-2020 Adobe. All rights reserved + CFBundleIdentifier + com.macromedia.PepperFlashPlayer.pepper + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + PepperFlashPlayer + CFBundlePackageType + BRPL + CFBundleShortVersionString + 32.0.0.371 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 32.0.0.371 + CFPlugInDynamicRegisterFunction + + CFPlugInDynamicRegistration + NO + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 8B62 + DTPlatformVersion + GM + DTSDKBuild + 16B2649 + DTSDKName + macosx10.12 + DTXcode + 0810 + DTXcodeBuild + 8B62 + + -- cgit