Skip to content

Commit 17bde4f

Browse files
author
gulekismail
committed
Merge branch 'release/1.8.13/master'
2 parents 6d1cf01 + 2e25152 commit 17bde4f

File tree

195 files changed

+2831
-986
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+2831
-986
lines changed

Config/AppVersion.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
//
1616

1717
// Version
18-
MARKETING_VERSION = 1.8.12
19-
CURRENT_PROJECT_VERSION = 1.8.12
18+
MARKETING_VERSION = 1.8.13
19+
CURRENT_PROJECT_VERSION = 1.8.13

Config/BuildSettings.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ final class BuildSettings: NSObject {
181181
#if DEBUG
182182
/// The configuration to use for analytics during development. Set `isEnabled` to false to disable analytics in debug builds.
183183
static let analyticsConfiguration = AnalyticsConfiguration(isEnabled: BuildSettings.baseBundleIdentifier.starts(with: "im.vector.app"),
184-
host: "https://posthog-poc.lab.element.dev",
185-
apiKey: "rs-pJjsYJTuAkXJfhaMmPUNBhWliDyTKLOOxike6ck8",
184+
host: "https://posthog.element.dev",
185+
apiKey: "phc_VtA1L35nw3aeAtHIx1ayrGdzGkss7k1xINeXcoIQzXN",
186186
termsURL: URL(string: "https://element.io/cookie-policy")!)
187187
#else
188188
/// The configuration to use for analytics. Set `isEnabled` to false to disable analytics.
@@ -294,6 +294,8 @@ final class BuildSettings: NSObject {
294294
static let settingsSecurityScreenShowCryptographyInfo:Bool = true
295295
static let settingsSecurityScreenShowCryptographyExport:Bool = true
296296
static let settingsSecurityScreenShowAdvancedUnverifiedDevices:Bool = true
297+
/// A setting to enable the presence configuration settings section.
298+
static let settingsScreenPresenceAllowConfiguration: Bool = false
297299

298300
// MARK: - Timeline settings
299301
static let roomInputToolbarCompressionMode: MediaCompressionMode = .prompt

Config/CommonConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CommonConfiguration: NSObject, Configurable {
3939
settings.syncWithLazyLoadOfRoomMembers = true
4040

4141
// Customize the default notification content
42-
settings.notificationBodyLocalizationKey = "NOTIFICATION"
42+
settings.notificationBodyLocalizationKey = "Notification"
4343

4444
settings.messageDetailsAllowSharing = BuildSettings.messageDetailsAllowShare
4545
settings.messageDetailsAllowSaving = BuildSettings.messageDetailsAllowSave

Config/Project.xcconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ DEFINES_MODULE = YES
3737
ENABLE_STRICT_OBJC_MSGSEND = YES
3838
GCC_NO_COMMON_BLOCKS = YES
3939

40-
// Make Xcode 12 and fastlane(xcodebuild) happy while some pods are not updated
41-
EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
42-
4340
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
4441
CLANG_ANALYZER_NONNULL = YES
4542
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
public_suffix (~> 4.0)
6464
typhoeus (~> 1.0)
6565
cocoapods-deintegrate (1.0.5)
66-
cocoapods-downloader (1.5.1)
66+
cocoapods-downloader (1.6.3)
6767
cocoapods-plugins (1.0.0)
6868
nap
6969
cocoapods-search (1.0.1)

Podfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use_frameworks!
1313
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
1414
#
1515
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
16-
$matrixSDKVersion = '= 0.23.2'
16+
$matrixSDKVersion = '= 0.23.3'
1717
# $matrixSDKVersion = :local
1818
# $matrixSDKVersion = { :branch => 'develop'}
1919
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
@@ -138,9 +138,6 @@ post_install do |installer|
138138
# Plus the app does not enable it
139139
config.build_settings['ENABLE_BITCODE'] = 'NO'
140140

141-
# Make fastlane(xcodebuild) happy by preventing it from building for arm64 simulator
142-
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
143-
144141
# Force ReadMoreTextView to use Swift 5.2 version (as there is no code changes to perform)
145142
if target.name.include? 'ReadMoreTextView'
146143
config.build_settings['SWIFT_VERSION'] = '5.2'

Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PODS:
4646
- GBDeviceInfo/Core (6.6.0)
4747
- GZIP (1.3.0)
4848
- Introspect (0.1.4)
49-
- JitsiMeetSDK (3.10.2)
49+
- JitsiMeetSDK (5.0.2)
5050
- KeychainAccess (4.2.2)
5151
- KituraContracts (1.2.1):
5252
- LoggerAPI (~> 1.7)
@@ -56,17 +56,17 @@ PODS:
5656
- LoggerAPI (1.9.200):
5757
- Logging (~> 1.1)
5858
- Logging (1.4.0)
59-
- MatrixSDK (0.23.2):
60-
- MatrixSDK/Core (= 0.23.2)
61-
- MatrixSDK/Core (0.23.2):
59+
- MatrixSDK (0.23.3):
60+
- MatrixSDK/Core (= 0.23.3)
61+
- MatrixSDK/Core (0.23.3):
6262
- AFNetworking (~> 4.0.0)
6363
- GZIP (~> 1.3.0)
6464
- libbase58 (~> 0.1.4)
6565
- OLMKit (~> 3.2.5)
6666
- Realm (= 10.16.0)
6767
- SwiftyBeaver (= 1.9.5)
68-
- MatrixSDK/JingleCallStack (0.23.2):
69-
- JitsiMeetSDK (= 3.10.2)
68+
- MatrixSDK/JingleCallStack (0.23.3):
69+
- JitsiMeetSDK (= 5.0.2)
7070
- MatrixSDK/Core
7171
- OLMKit (3.2.5):
7272
- OLMKit/olmc (= 3.2.5)
@@ -115,8 +115,8 @@ DEPENDENCIES:
115115
- KeychainAccess (~> 4.2.2)
116116
- KTCenterFlowLayout (~> 1.3.1)
117117
- libPhoneNumber-iOS (~> 0.9.13)
118-
- MatrixSDK (= 0.23.2)
119-
- MatrixSDK/JingleCallStack (= 0.23.2)
118+
- MatrixSDK (= 0.23.3)
119+
- MatrixSDK/JingleCallStack (= 0.23.3)
120120
- OLMKit
121121
- PostHog (~> 1.4.4)
122122
- ReadMoreTextView (~> 3.0.1)
@@ -200,15 +200,15 @@ SPEC CHECKSUMS:
200200
GBDeviceInfo: ed0db16230d2fa280e1cbb39a5a7f60f6946aaec
201201
GZIP: 416858efbe66b41b206895ac6dfd5493200d95b3
202202
Introspect: b62c4dd2063072327c21d618ef2bedc3c87bc366
203-
JitsiMeetSDK: 2f118fa770f23e518f3560fc224fae3ac7062223
203+
JitsiMeetSDK: edcac8e2b92ee0c7f3e75bd0aefefbe9faccfc93
204204
KeychainAccess: c0c4f7f38f6fc7bbe58f5702e25f7bd2f65abf51
205205
KituraContracts: e845e60dc8627ad0a76fa55ef20a45451d8f830b
206206
KTCenterFlowLayout: 6e02b50ab2bd865025ae82fe266ed13b6d9eaf97
207207
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
208208
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
209209
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
210210
Logging: beeb016c9c80cf77042d62e83495816847ef108b
211-
MatrixSDK: ab6cbb1e8c437eac4f999be516b5e76c2bca9f6a
211+
MatrixSDK: 4a2d2ddc1bd58c63f40e14706306e1beaffea02d
212212
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
213213
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
214214
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
@@ -225,6 +225,6 @@ SPEC CHECKSUMS:
225225
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
226226
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
227227

228-
PODFILE CHECKSUM: 677ee0df159e298fde825885ea85e4ebfa8e32fd
228+
PODFILE CHECKSUM: 8055bae15b82bd29b1d12c64ff038fe6f86a8ca0
229229

230230
COCOAPODS: 1.11.2

Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
7-
buildImplicitDependencies = "YES"
8-
runPostActionsOnFailure = "NO">
7+
buildImplicitDependencies = "YES">
98
<BuildActionEntries>
109
<BuildActionEntry
1110
buildForTesting = "YES"

0 commit comments

Comments
 (0)