From 7e29d6e716ade9c9bc89ebd24cd6f35635c35767 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 06 六月 2023 11:20:10 +0800 Subject: [PATCH] 修复游客模式闪退问题 --- SiriIntents/SiriIntents.csproj | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/SiriIntents/SiriIntents.csproj b/SiriIntents/SiriIntents.csproj index d59b6ac..9108b97 100644 --- a/SiriIntents/SiriIntents.csproj +++ b/SiriIntents/SiriIntents.csproj @@ -79,7 +79,7 @@ <MtouchArch>ARM64</MtouchArch> <MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler> <MtouchVerbosity></MtouchVerbosity> - <CodesignProvision>OnProSiri230308-2-Dev</CodesignProvision> + <CodesignProvision>OnProSiri230417-1-Dev</CodesignProvision> </PropertyGroup> <ItemGroup> <Reference Include="System" /> -- Gitblit v1.8.0