set ITSAppUsesNonExemptEncryption to false,

这个加密出口合规是个历史遗留问题,现在没那么严格了,我们libsodium算法应该在exempt范围,所以这里选false,以后提交,
connect就不再问了
This commit is contained in:
open-trade 2021-08-15 01:52:41 +08:00
parent d9163077c0
commit 9d37f9f2e3
2 changed files with 3 additions and 1 deletions

View File

@ -564,4 +564,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}

View File

@ -41,5 +41,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>