diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 8caa7251..f0386056 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,32 +2,6 @@ - NSUbiquitousContainers - - iCloud.io.gitjournal.gitjournal - - NSUbiquitousContainerSupportedFolderLevels - Any - NSUbiquitousContainerName - GitJournal - NSUbiquitousContainerIsDocumentScopePublic - - - - LSSupportsOpeningDocumentsInPlace - - UIFileSharingEnabled - - CFBundleLocalizations - - en - - NSCameraUsageDescription - Take a photo and add it to your Notes - NSPhotoLibraryUsageDescription - Add photos from your Library to your Notes - ITSAppUsesNonExemptEncryption - CFBundleDevelopmentRegion en CFBundleDisplayName @@ -38,6 +12,10 @@ $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 + CFBundleLocalizations + + en + CFBundleName GitJournal CFBundlePackageType @@ -67,8 +45,43 @@ CFBundleVersion $(FLUTTER_BUILD_NUMBER) + ITSAppUsesNonExemptEncryption + + LSApplicationQueriesSchemes + + itms + LSRequiresIPhoneOS + LSSupportsOpeningDocumentsInPlace + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSAllowsArbitraryLoadsInWebContent + + + NSCameraUsageDescription + Take a photo and add it to your Notes + NSPhotoLibraryUsageDescription + Add photos from your Library to your Notes + NSUbiquitousContainers + + iCloud.io.gitjournal.gitjournal + + NSUbiquitousContainerIsDocumentScopePublic + + NSUbiquitousContainerName + GitJournal + NSUbiquitousContainerSupportedFolderLevels + Any + + + SentryDSN + https://35f34dbec289435fbe16483faacf49a5@sentry.io/5168082 + UIFileSharingEnabled + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -89,18 +102,5 @@ UIViewControllerBasedStatusBarAppearance - LSApplicationQueriesSchemes - - itms - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSAllowsArbitraryLoadsInWebContent - - - SentryDSN - https://35f34dbec289435fbe16483faacf49a5@sentry.io/5168082