vector-im/element-ios/issues/5298 - Various tweaks following code review.

This commit is contained in:
Stefan Ceriu
2022-01-04 15:52:28 +02:00
committed by Stefan Ceriu
parent 49c787d987
commit 8ca9aac747
3 changed files with 7 additions and 1 deletions

View File

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

View File

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

View File

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