[Release] v4.2.0+40200003

Fixed permissions for iOS
This commit is contained in:
Jagandeep Brar
2020-12-22 15:01:55 -06:00
committed by GitHub
parent 8a32911b9e
commit 65f4b0ec48
4 changed files with 15 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -235,6 +235,6 @@ SPEC CHECKSUMS:
SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
PODFILE CHECKSUM: 1b77370c3c4c6c5f98e1d8ea21a13d3289f277f1
PODFILE CHECKSUM: 15d8b7e92e72606a459e142616dee91d5bc52390
COCOAPODS: 1.10.0

View File

@@ -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"