查看了下luacompile的脚本,在函数 build_ios() 有这么一段
if self._project._is_lua_project() and self._lua_encrypt:
# on iOS, only invoke luacompile when lua encrypt is specified
self.backup_dir(script_src_dir)
self.compile_lua_scripts(script_src_dir, script_src_dir, False)
need_reset_dir = True
为什么在ios下,最后一个参数是False呢, 是在ios下不能加密么?