mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
vector-im/element-ios/issues/5298 - Various tweaks following code review.
This commit is contained in:
committed by
Stefan Ceriu
parent
49c787d987
commit
8ca9aac747
@@ -27,6 +27,6 @@ INFOPLIST_FILE = RiotSwiftUI/Info.plist
|
||||
|
||||
SKIP_INSTALL = YES
|
||||
|
||||
SWIFT_OBJC_BRIDGING_HEADER = $(SRCROOT)/$(PRODUCT_NAME)/RiotSwiftUI-Bridging-Header.h
|
||||
SWIFT_OBJC_BRIDGING_HEADER = $(SRCROOT)/RiotSwiftUI/RiotSwiftUI-Bridging-Header.h
|
||||
|
||||
SWIFT_OBJC_INTERFACE_HEADER_NAME = GeneratedInterface-Swift.h
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>RiotSwiftUI</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string>When you share your location to people, Element needs access to show them a map.</string>
|
||||
</dict>
|
||||
|
||||
@@ -37,6 +37,8 @@ targets:
|
||||
base:
|
||||
TEST_TARGET_NAME: RiotSwiftUI
|
||||
PRODUCT_BUNDLE_IDENTIFIER: org.matrix.RiotSwiftUITests$(rfc1034identifier)
|
||||
SWIFT_OBJC_BRIDGING_HEADER: $(SRCROOT)/RiotSwiftUI/RiotSwiftUI-Bridging-Header.h
|
||||
SWIFT_OBJC_INTERFACE_HEADER_NAME: GeneratedInterface-Swift.h
|
||||
sources:
|
||||
# Source included/excluded here here are similar to RiotSwiftUI as we
|
||||
# need access to ScreenStates
|
||||
@@ -45,6 +47,8 @@ targets:
|
||||
- "**/MatrixSDK/**"
|
||||
- "**/Coordinator/**"
|
||||
- "**/Test/Unit/**"
|
||||
- path: ../Riot/Managers/AppInfo/
|
||||
- path: ../Riot/Categories/Bundle.swift
|
||||
- path: ../Riot/Generated/Strings.swift
|
||||
- path: ../Riot/Generated/Images.swift
|
||||
- path: ../Riot/Managers/Theme/ThemeIdentifier.swift
|
||||
|
||||
Reference in New Issue
Block a user