From 65f4b0ec481cb7731fce57d6e24c05042ce1bac8 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Tue, 22 Dec 2020 15:01:55 -0600 Subject: [PATCH] [Release] v4.2.0+40200003 Fixed permissions for iOS --- CHANGELOG.md | 8 +------- ios/Podfile | 12 ++++++++++++ ios/Podfile.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a5aa46..93f6c391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,6 @@ # LunaSea Changelog -## [Beta/TestFlight] v4.2.0 (40200002) - -#### FIXES - -- `[Sonarr]` Fix incorrect log about invalid database puts - -## [Beta/TestFlight] v4.2.0 (40200001) +## [Beta/TestFlight] v4.2.0 (40200003) #### NEW - `[Settings/Modules]` Add an information/help button with module descriptions and links diff --git a/ios/Podfile b/ios/Podfile index 2f7df640..6f763ec5 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -37,5 +37,17 @@ end post_install do |installer| installer.pods_project.targets.each do |target| flutter_additional_ios_build_settings(target) + target.build_configurations.each do |config| + config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ + '$(inherited)', + 'PERMISSION_SPEECH_RECOGNIZER=0', + 'PERMISSION_SENSORS=0', + 'PERMISSION_MEDIA_LIBRARY=0', + 'PERMISSION_EVENTS=0', + 'PERMISSION_CONTACTS=0', + 'PERMISSION_REMINDERS=0', + 'PERMISSION_MICROPHONE=0' + ] + end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 28858305..202700e7 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -235,6 +235,6 @@ SPEC CHECKSUMS: SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40 url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef -PODFILE CHECKSUM: 1b77370c3c4c6c5f98e1d8ea21a13d3289f277f1 +PODFILE CHECKSUM: 15d8b7e92e72606a459e142616dee91d5bc52390 COCOAPODS: 1.10.0 diff --git a/pubspec.yaml b/pubspec.yaml index 0fd6f7d0..d4dcf659 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: lunasea description: Self-Hosted Controller -version: 4.2.0+40200002 +version: 4.2.0+40200003 publish_to: 'none' environment: sdk: ">=2.7.0 <3.0.0"