mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
[Release] v4.2.0+40200003
Fixed permissions for iOS
This commit is contained in:
@@ -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
|
||||
|
||||
12
ios/Podfile
12
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
|
||||
|
||||
@@ -235,6 +235,6 @@ SPEC CHECKSUMS:
|
||||
SwiftyGif: e466e86c660d343357ab944a819a101c4127cb40
|
||||
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
|
||||
|
||||
PODFILE CHECKSUM: 1b77370c3c4c6c5f98e1d8ea21a13d3289f277f1
|
||||
PODFILE CHECKSUM: 15d8b7e92e72606a459e142616dee91d5bc52390
|
||||
|
||||
COCOAPODS: 1.10.0
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user