Bump project to the latest RustSDK release version (#265)
This commit is contained in:
@@ -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" */ = {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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: ./
|
||||
|
||||
Reference in New Issue
Block a user