update: 添加 Adjust Signature V3 文件自动导入的指令
--story=1021227 --user=yufei.hu 【中台】【变现】添加 Adjust Signature V3 文件导入功能 https://www.tapd.cn/33527076/s/1161236release/V1.1.0
parent
257f9796a5
commit
ceeeeaf15f
|
|
@ -497,6 +497,7 @@ namespace Guru.Editor
|
||||||
{
|
{
|
||||||
ReadServiceConfig(); // Read file again
|
ReadServiceConfig(); // Read file again
|
||||||
CheckAllComponents();
|
CheckAllComponents();
|
||||||
|
ExecuteAdditionalCommands();
|
||||||
}, null, GUILayout.Height(btnH));
|
}, null, GUILayout.Height(btnH));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -504,7 +505,14 @@ namespace Guru.Editor
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 执行其他的命令
|
||||||
|
/// </summary>
|
||||||
|
private void ExecuteAdditionalCommands()
|
||||||
|
{
|
||||||
|
// 部署 Adjust Signature V3
|
||||||
|
DeployAdjustSignatureV3Files();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
@ -1245,6 +1253,18 @@ namespace Guru.Editor
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
#region OtherCommands
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 使用 Adjust 签名 V3 导入项目
|
||||||
|
/// </summary>
|
||||||
|
private void DeployAdjustSignatureV3Files()
|
||||||
|
{
|
||||||
|
AdjustSignatureHelper.DeployFiles();
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
"Guru.LitJson",
|
"Guru.LitJson",
|
||||||
"Guru.Runtime",
|
"Guru.Runtime",
|
||||||
"MaxSdk.Scripts.IntegrationManager.Editor",
|
"MaxSdk.Scripts.IntegrationManager.Editor",
|
||||||
"Guru.Editor"
|
"Guru.Editor",
|
||||||
|
"GuruAdjust.Editor"
|
||||||
],
|
],
|
||||||
"includePlatforms": [
|
"includePlatforms": [
|
||||||
"Editor"
|
"Editor"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue