build(ios): declare standard encryption and bump the build number to 22 - #2989
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two build settings for the first App Store submission of the iPhone and iPad app.
ITSAppUsesNonExemptEncryptiongoes fromNOtoYES. The app bundles OpenSSL, libssh2 and BoringSSL for SSH tunnels and TLS connections to database servers, which is standard encryption in addition to what iOS provides. The owner decided to declare it. App Store Connect now asks the export compliance questions for each build; the answer is standard encryption algorithms, no proprietary cryptography.CURRENT_PROJECT_VERSIONgoes to 22. App Store Connect already has 1.0 builds up to 21, and 21 was uploaded from a local bump that was never committed, so the next upload has to be 22.No CHANGELOG entry: neither change is visible in the app.
Verification
The Release archive built from this branch carries
ITSAppUsesNonExemptEncryption = trueandCFBundleVersion = 22in its Info.plist.