mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
RiotSwiftUI target: Add location always usage permission and add UIApplication extension.
This commit is contained in:
@@ -24,5 +24,7 @@
|
||||
<string>RiotSwiftUI</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>When you share your location to people, Element needs access to show them a map.</string>
|
||||
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||
<string>When you share your location to people, Element needs access to show them a map.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -53,6 +53,7 @@ targets:
|
||||
- path: ../Riot/Categories/UIColor.swift
|
||||
- path: ../Riot/Categories/UISearchBar.swift
|
||||
- path: ../Riot/Categories/UIView.swift
|
||||
- path: ../Riot/Categories/UIApplication.swift
|
||||
- path: ../Riot/Assets/en.lproj/Vector.strings
|
||||
- path: ../Riot/Modules/Analytics/AnalyticsScreen.swift
|
||||
- path: ../Riot/Assets/en.lproj/Untranslated.strings
|
||||
|
||||
Reference in New Issue
Block a user