diff --git a/Assets/Plugins/iOS/HotfixFlags.cpp.meta b/Assets/Plugins/iOS/HotfixFlags.cpp.meta index 0e19ab994..de5fc71ac 100644 --- a/Assets/Plugins/iOS/HotfixFlags.cpp.meta +++ b/Assets/Plugins/iOS/HotfixFlags.cpp.meta @@ -7,8 +7,16 @@ PluginImporter: iconMap: {} executionOrder: {} isPreloaded: 0 + isOverridable: 0 platformData: Any: + enabled: 0 + settings: {} + Editor: + enabled: 0 + settings: + DefaultValueInitialized: true + iOS: enabled: 1 settings: {} userData: diff --git a/Assets/XLua/CHANGELOG.txt b/Assets/XLua/CHANGELOG.txt index f0d7299b6..016fd35be 100644 --- a/Assets/XLua/CHANGELOG.txt +++ b/Assets/XLua/CHANGELOG.txt @@ -1,4 +1,4 @@ -v2.1.8 待发布 +v2.1.8 2017年6月27日 新增特性 1、Hotfix标签添加几个订制参数:ValueTypeBoxing、IgnoreProperty、IgnoreNotPublic、Inline、IntKey 2、Hotfix代码注入优化,减少text段占用; diff --git a/README.md b/README.md index 582eb3691..9f2673cd3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![](Assets/XLua/Doc/xLua.png) [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tencent/xLua/blob/master/LICENSE.TXT) -[![release](https://img.shields.io/badge/release-v2.1.7-blue.svg)](https://github.com/Tencent/xLua/releases) +[![release](https://img.shields.io/badge/release-v2.1.8-blue.svg)](https://github.com/Tencent/xLua/releases) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blue.svg)](https://github.com/Tencent/xLua/pulls) ## C#下Lua编程支持