diff options
Diffstat (limited to 'ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents')
-rw-r--r-- | ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/Info.plist | 64 | ||||
-rw-r--r-- | ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua | bin | 0 -> 816760 bytes |
2 files changed, 64 insertions, 0 deletions
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 @@ +<?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>BuildMachineOSBuild</key> + <string>16E195</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>tolua</string> + <key>CFBundleIdentifier</key> + <string>ameng.tolua</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>tolua</string> + <key>CFBundlePackageType</key> + <string>BNDL</string> + <key>CFBundleShortVersionString</key> + <string>1.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>1</string> + <key>CFPlugInDynamicRegisterFunction</key> + <string></string> + <key>CFPlugInDynamicRegistration</key> + <string>NO</string> + <key>CFPlugInFactories</key> + <dict> + <key>00000000-0000-0000-0000-000000000000</key> + <string>MyFactoryFunction</string> + </dict> + <key>CFPlugInTypes</key> + <dict> + <key>00000000-0000-0000-0000-000000000000</key> + <array> + <string>00000000-0000-0000-0000-000000000000</string> + </array> + </dict> + <key>CFPlugInUnloadFunction</key> + <string></string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>8E2002</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>16E185</string> + <key>DTSDKName</key> + <string>macosx10.12</string> + <key>DTXcode</key> + <string>0832</string> + <key>DTXcodeBuild</key> + <string>8E2002</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2014 topameng. All rights reserved.</string> +</dict> +</plist> diff --git a/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua b/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua Binary files differnew file mode 100644 index 0000000..68e0804 --- /dev/null +++ b/ThirdParty/tolua_runtime/Plugins/tolua.bundle/Contents/MacOS/tolua |