Skip to content

Commit a9c0a8f

Browse files
committed
Switched back to release version of the SDK.
1 parent c7878d7 commit a9c0a8f

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

ElementX.xcodeproj/project.pbxproj

+14-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
1863A3FC27BA5A9100B52E4D /* KeychainAccess in Frameworks */ = {isa = PBXBuildFile; productRef = 1863A3FB27BA5A9100B52E4D /* KeychainAccess */; };
2222
1863A40627BA6DFC00B52E4D /* SwiftyBeaver in Frameworks */ = {isa = PBXBuildFile; productRef = 1863A40527BA6DFC00B52E4D /* SwiftyBeaver */; };
2323
18ADC7D527E4B20300A8C953 /* PlaceholderAvatarImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADC7D427E4B20300A8C953 /* PlaceholderAvatarImage.swift */; };
24-
18C5744627E11F1900D70937 /* MatrixRustSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 18C5744527E11F1900D70937 /* MatrixRustSDK */; };
24+
18ADC7D827E4B63C00A8C953 /* MatrixRustSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 18ADC7D727E4B63C00A8C953 /* MatrixRustSDK */; };
2525
18C5744C27E1D84000D70937 /* RoomProxyProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C5744827E1D84000D70937 /* RoomProxyProtocol.swift */; };
2626
18C5744D27E1D84000D70937 /* RoomProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C5744A27E1D84000D70937 /* RoomProxy.swift */; };
2727
18C5744E27E1D84000D70937 /* MockRoomProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18C5744B27E1D84000D70937 /* MockRoomProxy.swift */; };
@@ -123,7 +123,6 @@
123123
/* End PBXContainerItemProxy section */
124124

125125
/* Begin PBXFileReference section */
126-
181716DC27E11EF1002B8E3F /* matrix-rust-components-swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "matrix-rust-components-swift"; path = "../matrix-rust-components-swift"; sourceTree = "<group>"; };
127126
183E023327E4A73C00903BED /* MemberDetailsProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemberDetailsProviderProtocol.swift; sourceTree = "<group>"; };
128127
183E023527E4A79D00903BED /* RoomTimelineProviderProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomTimelineProviderProtocol.swift; sourceTree = "<group>"; };
129128
1850252427B6918C002E6B18 /* ElementX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ElementX.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -229,7 +228,7 @@
229228
files = (
230229
182BC48127C4EBBB00A30C33 /* Kingfisher in Frameworks */,
231230
1863A3FC27BA5A9100B52E4D /* KeychainAccess in Frameworks */,
232-
18C5744627E11F1900D70937 /* MatrixRustSDK in Frameworks */,
231+
18ADC7D827E4B63C00A8C953 /* MatrixRustSDK in Frameworks */,
233232
184B31DF27D898960075A669 /* Introspect in Frameworks */,
234233
1863A40627BA6DFC00B52E4D /* SwiftyBeaver in Frameworks */,
235234
);
@@ -255,7 +254,6 @@
255254
1850251B27B6918C002E6B18 = {
256255
isa = PBXGroup;
257256
children = (
258-
181716DC27E11EF1002B8E3F /* matrix-rust-components-swift */,
259257
1850252627B6918C002E6B18 /* ElementX */,
260258
1850253D27B6918D002E6B18 /* ElementXTests */,
261259
1850254727B6918D002E6B18 /* ElementXUITests */,
@@ -713,7 +711,7 @@
713711
1863A40527BA6DFC00B52E4D /* SwiftyBeaver */,
714712
182BC48027C4EBBB00A30C33 /* Kingfisher */,
715713
184B31DE27D898960075A669 /* Introspect */,
716-
18C5744527E11F1900D70937 /* MatrixRustSDK */,
714+
18ADC7D727E4B63C00A8C953 /* MatrixRustSDK */,
717715
);
718716
productName = ElementX;
719717
productReference = 1850252427B6918C002E6B18 /* ElementX.app */;
@@ -793,6 +791,7 @@
793791
1863A40427BA6DFC00B52E4D /* XCRemoteSwiftPackageReference "SwiftyBeaver" */,
794792
182BC47F27C4EBBB00A30C33 /* XCRemoteSwiftPackageReference "Kingfisher" */,
795793
184B31DD27D898960075A669 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
794+
18ADC7D627E4B63C00A8C953 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */,
796795
);
797796
productRefGroup = 1850252527B6918C002E6B18 /* Products */;
798797
projectDirPath = "";
@@ -1317,6 +1316,14 @@
13171316
minimumVersion = 1.0.0;
13181317
};
13191318
};
1319+
18ADC7D627E4B63C00A8C953 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */ = {
1320+
isa = XCRemoteSwiftPackageReference;
1321+
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift.git";
1322+
requirement = {
1323+
branch = main;
1324+
kind = branch;
1325+
};
1326+
};
13201327
/* End XCRemoteSwiftPackageReference section */
13211328

13221329
/* Begin XCSwiftPackageProductDependency section */
@@ -1340,8 +1347,9 @@
13401347
package = 1863A40427BA6DFC00B52E4D /* XCRemoteSwiftPackageReference "SwiftyBeaver" */;
13411348
productName = SwiftyBeaver;
13421349
};
1343-
18C5744527E11F1900D70937 /* MatrixRustSDK */ = {
1350+
18ADC7D727E4B63C00A8C953 /* MatrixRustSDK */ = {
13441351
isa = XCSwiftPackageProductDependency;
1352+
package = 18ADC7D627E4B63C00A8C953 /* XCRemoteSwiftPackageReference "matrix-rust-components-swift" */;
13451353
productName = MatrixRustSDK;
13461354
};
13471355
/* End XCSwiftPackageProductDependency section */

ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+9
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
"version": "7.2.0"
2020
}
2121
},
22+
{
23+
"package": "MatrixRustSDK",
24+
"repositoryURL": "https://github.com/matrix-org/matrix-rust-components-swift.git",
25+
"state": {
26+
"branch": "main",
27+
"revision": "8f07e3eda31e7db9124ed70ea6292f2073b60f7e",
28+
"version": null
29+
}
30+
},
2231
{
2332
"package": "Introspect",
2433
"repositoryURL": "https://github.com/siteline/SwiftUI-Introspect.git",

0 commit comments

Comments
 (0)