Bump project to the latest RustSDK release version (#265)

This commit is contained in:
Stefan Ceriu
2022-10-25 14:19:23 +03:00
committed by GitHub
parent 4e1bdf0554
commit 8491823f3b
4 changed files with 5 additions and 4 deletions

View File

@@ -3223,7 +3223,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = "0.0.4-demo";
version = "1.0.14-alpha";
};
};
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {

View File

@@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "b10003bc8537f95da0197627fda977cb9dec98f9",
"version" : "0.0.4-demo"
"revision" : "787b00fbdd34cf296a760c27136749e60223ed01",
"version" : "1.0.14-alpha"
}
},
{

View File

@@ -21,6 +21,7 @@ internal enum ElementInfoPlist {
internal static let cfBundlePackageType: String = _document["CFBundlePackageType"]
internal static let cfBundleShortVersionString: String = _document["CFBundleShortVersionString"]
internal static let cfBundleVersion: String = _document["CFBundleVersion"]
internal static let itsAppUsesNonExemptEncryption: Bool = _document["ITSAppUsesNonExemptEncryption"]
internal static let uiLaunchStoryboardName: String = _document["UILaunchStoryboardName"]
internal static let uiSupportedInterfaceOrientations: [String] = _document["UISupportedInterfaceOrientations"]
internal static let appGroupIdentifier: String = _document["appGroupIdentifier"]

View File

@@ -35,7 +35,7 @@ include:
packages:
MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 0.0.4-demo
exactVersion: 1.0.14-alpha
# path: ../matrix-rust-components-swift
DesignKit:
path: ./