From efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 8 Nov 2021 01:17:11 +0800 Subject: + tolua + lpeg --- .../Plugins/tolua.bundle/Contents/Info.plist | 64 +++++++++++++++++++++ .../Plugins/tolua.bundle/Contents/MacOS/tolua | Bin 0 -> 816760 bytes 2 files changed, 64 insertions(+) create mode 100644 ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/Info.plist create mode 100644 ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua (limited to 'ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents') diff --git a/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/Info.plist b/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/Info.plist new file mode 100644 index 0000000..d87fb49 --- /dev/null +++ b/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/Info.plist @@ -0,0 +1,64 @@ + + + + + BuildMachineOSBuild + 16E195 + CFBundleDevelopmentRegion + English + CFBundleExecutable + tolua + CFBundleIdentifier + ameng.tolua + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + tolua + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1 + CFPlugInDynamicRegisterFunction + + CFPlugInDynamicRegistration + NO + CFPlugInFactories + + 00000000-0000-0000-0000-000000000000 + MyFactoryFunction + + CFPlugInTypes + + 00000000-0000-0000-0000-000000000000 + + 00000000-0000-0000-0000-000000000000 + + + CFPlugInUnloadFunction + + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 8E2002 + DTPlatformVersion + GM + DTSDKBuild + 16E185 + DTSDKName + macosx10.12 + DTXcode + 0832 + DTXcodeBuild + 8E2002 + NSHumanReadableCopyright + Copyright © 2014 topameng. All rights reserved. + + diff --git a/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua b/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua new file mode 100644 index 0000000..68e0804 Binary files /dev/null and b/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua differ -- cgit v1.1-26-g67d0