1.10.2版本命令行发布orientation无法指定

1.10.2 creator,在使用命令行发布时,指定的orientation无效,在xcode中发现orientation全是空的
以下是config
{
“title”: “xxx”,
“buildPath”: “build”,
“debug”: true,
“startScene”: “ccf4ab40-1e6a-4cbb-aab2-528409886d3a”,
“orientation”: “{‘landscapeRight’: true}”,
“oauthLoginServer”: “xxx”,
“appKey”: “xxx”,
“appSecret”: “xxx”,
“privateKey”: “xxx”,
“xxteaKey”: “xxx”,
“zipCompressJs”: true,
“packageName”: “xxx”,
“previewWidth”: 1280,
“previewHeight”: 1080,
“template”: “default”,
“scenes”: [“ccf4ab40-1e6a-4cbb-aab2-528409886d3a”,
“44157a23-1b7d-4389-9b21-80433ac305c3”
],
“useDebugKeystore”: true,
“apiLevel”: “27”,
“appABIs”: [“armeabi-v7a”],
“androidStudio”: true
}