Closed Sergemuhundu closed 2 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The changes introduce a new configuration section under the ios
key in the expo
object of the app.template.json
file. A config
object is added, specifying the property usesNonExemptEncryption
set to false
, which clarifies the encryption usage policy for the iOS application. The overall structure of the file remains intact, with no alterations to existing properties for other platforms.
File Path | Change Summary |
---|---|
apps/mobile/app.template.json | Added "config": { "usesNonExemptEncryption": false } under the ios section of the expo object. |
app.template.json
file.🐰 In the land of code, so bright and new,
A config was added, with a purpose true.
For iOS it states, with a clear decree,
"No exempt encryption, just simplicity!"
Hopping along, we embrace the change,
In the world of apps, we rearrange! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Please include a summary of the changes and the related issue.
Type of Change
Checklist
Previous screenshots
Please add here videos or images of previous status
Current screenshots
Please add here videos or images of previous status
Summary by CodeRabbit
app.template.json
to include theusesNonExemptEncryption
property set tofalse
.