mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
finish version++
This commit is contained in:
18
Podfile.lock
18
Podfile.lock
@@ -56,9 +56,9 @@ PODS:
|
|||||||
- LoggerAPI (1.9.200):
|
- LoggerAPI (1.9.200):
|
||||||
- Logging (~> 1.1)
|
- Logging (~> 1.1)
|
||||||
- Logging (1.4.0)
|
- Logging (1.4.0)
|
||||||
- MatrixSDK (0.23.13):
|
- MatrixSDK (0.23.14):
|
||||||
- MatrixSDK/Core (= 0.23.13)
|
- MatrixSDK/Core (= 0.23.14)
|
||||||
- MatrixSDK/Core (0.23.13):
|
- MatrixSDK/Core (0.23.14):
|
||||||
- AFNetworking (~> 4.0.0)
|
- AFNetworking (~> 4.0.0)
|
||||||
- GZIP (~> 1.3.0)
|
- GZIP (~> 1.3.0)
|
||||||
- libbase58 (~> 0.1.4)
|
- libbase58 (~> 0.1.4)
|
||||||
@@ -66,9 +66,9 @@ PODS:
|
|||||||
- OLMKit (~> 3.2.5)
|
- OLMKit (~> 3.2.5)
|
||||||
- Realm (= 10.27.0)
|
- Realm (= 10.27.0)
|
||||||
- SwiftyBeaver (= 1.9.5)
|
- SwiftyBeaver (= 1.9.5)
|
||||||
- MatrixSDK/CryptoSDK (0.23.13):
|
- MatrixSDK/CryptoSDK (0.23.14):
|
||||||
- MatrixSDKCrypto (= 0.1.0)
|
- MatrixSDKCrypto (= 0.1.0)
|
||||||
- MatrixSDK/JingleCallStack (0.23.13):
|
- MatrixSDK/JingleCallStack (0.23.14):
|
||||||
- JitsiMeetSDK (= 5.0.2)
|
- JitsiMeetSDK (= 5.0.2)
|
||||||
- MatrixSDK/Core
|
- MatrixSDK/Core
|
||||||
- MatrixSDKCrypto (0.1.0)
|
- MatrixSDKCrypto (0.1.0)
|
||||||
@@ -123,8 +123,8 @@ DEPENDENCIES:
|
|||||||
- KeychainAccess (~> 4.2.2)
|
- KeychainAccess (~> 4.2.2)
|
||||||
- KTCenterFlowLayout (~> 1.3.1)
|
- KTCenterFlowLayout (~> 1.3.1)
|
||||||
- libPhoneNumber-iOS (~> 0.9.13)
|
- libPhoneNumber-iOS (~> 0.9.13)
|
||||||
- MatrixSDK (= 0.23.13)
|
- MatrixSDK (= 0.23.14)
|
||||||
- MatrixSDK/JingleCallStack (= 0.23.13)
|
- MatrixSDK/JingleCallStack (= 0.23.14)
|
||||||
- OLMKit
|
- OLMKit
|
||||||
- PostHog (~> 1.4.4)
|
- PostHog (~> 1.4.4)
|
||||||
- ReadMoreTextView (~> 3.0.1)
|
- ReadMoreTextView (~> 3.0.1)
|
||||||
@@ -221,7 +221,7 @@ SPEC CHECKSUMS:
|
|||||||
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
|
||||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||||
MatrixSDK: 4e14176a819982d9aec9d19e30afad9f63968a32
|
MatrixSDK: a62f8aafa25623f261599fdc2e734043da548440
|
||||||
MatrixSDKCrypto: 4b9146d5ef484550341be056a164c6930038028e
|
MatrixSDKCrypto: 4b9146d5ef484550341be056a164c6930038028e
|
||||||
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
|
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
|
||||||
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f
|
||||||
@@ -241,6 +241,6 @@ SPEC CHECKSUMS:
|
|||||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||||
|
|
||||||
PODFILE CHECKSUM: c7d08e5d0654296048d53c9c6720783efcf897bd
|
PODFILE CHECKSUM: 010dde83f230d559fc7987ccdbb0f0069418a319
|
||||||
|
|
||||||
COCOAPODS: 1.11.2
|
COCOAPODS: 1.11.2
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Scheme
|
<Scheme
|
||||||
LastUpgradeVersion = "1200"
|
LastUpgradeVersion = "1200"
|
||||||
version = "1.3">
|
version = "1.7">
|
||||||
<BuildAction
|
<BuildAction
|
||||||
parallelizeBuildables = "YES"
|
parallelizeBuildables = "YES"
|
||||||
buildImplicitDependencies = "YES">
|
buildImplicitDependencies = "YES"
|
||||||
|
runPostActionsOnFailure = "NO">
|
||||||
<BuildActionEntries>
|
<BuildActionEntries>
|
||||||
<BuildActionEntry
|
<BuildActionEntry
|
||||||
buildForTesting = "YES"
|
buildForTesting = "YES"
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||||
BuildableName = "Element.app"
|
BuildableName = "Riot.app"
|
||||||
BlueprintName = "Riot"
|
BlueprintName = "Riot"
|
||||||
ReferencedContainer = "container:Riot.xcodeproj">
|
ReferencedContainer = "container:Riot.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
@@ -27,12 +28,13 @@
|
|||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
disableMainThreadChecker = "YES">
|
disableMainThreadChecker = "YES"
|
||||||
|
onlyGenerateCoverageForSpecifiedTargets = "NO">
|
||||||
<MacroExpansion>
|
<MacroExpansion>
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||||
BuildableName = "Element.app"
|
BuildableName = "Riot.app"
|
||||||
BlueprintName = "Riot"
|
BlueprintName = "Riot"
|
||||||
ReferencedContainer = "container:Riot.xcodeproj">
|
ReferencedContainer = "container:Riot.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
@@ -49,6 +51,8 @@
|
|||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</TestableReference>
|
</TestableReference>
|
||||||
</Testables>
|
</Testables>
|
||||||
|
<CommandLineArguments>
|
||||||
|
</CommandLineArguments>
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
@@ -66,11 +70,13 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||||
BuildableName = "Element.app"
|
BuildableName = "Riot.app"
|
||||||
BlueprintName = "Riot"
|
BlueprintName = "Riot"
|
||||||
ReferencedContainer = "container:Riot.xcodeproj">
|
ReferencedContainer = "container:Riot.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
|
<CommandLineArguments>
|
||||||
|
</CommandLineArguments>
|
||||||
</LaunchAction>
|
</LaunchAction>
|
||||||
<ProfileAction
|
<ProfileAction
|
||||||
buildConfiguration = "Release"
|
buildConfiguration = "Release"
|
||||||
@@ -83,11 +89,13 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
BlueprintIdentifier = "57B13CC4586E9D43ED24DE1E"
|
||||||
BuildableName = "Element.app"
|
BuildableName = "Riot.app"
|
||||||
BlueprintName = "Riot"
|
BlueprintName = "Riot"
|
||||||
ReferencedContainer = "container:Riot.xcodeproj">
|
ReferencedContainer = "container:Riot.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
|
<CommandLineArguments>
|
||||||
|
</CommandLineArguments>
|
||||||
</ProfileAction>
|
</ProfileAction>
|
||||||
<AnalyzeAction
|
<AnalyzeAction
|
||||||
buildConfiguration = "Debug">
|
buildConfiguration = "Debug">
|
||||||
|
|||||||
Reference in New Issue
Block a user