Skip to content

Commit ca23217

Browse files
committed
swift clocks only used in tests
1 parent aabb5ea commit ca23217

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@
10151015
B5618E3C948584E5C1F67033 /* DTHTMLElement+AttributedStringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E508AB0EDEE017FF4F6F8D1 /* DTHTMLElement+AttributedStringBuilder.swift */; };
10161016
B5899F18AD6C56CE08FE532B /* RoomSummaryProviderMock.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC83F47D2173B7538AA72E0E /* RoomSummaryProviderMock.swift */; };
10171017
B5BCE012F9E7C45D1C76108E /* RoomMembersListScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2520C4F33AA0C061D209C28 /* RoomMembersListScreenTests.swift */; };
1018+
B5C40DCFFDFBA0F86E228602 /* Clocks in Frameworks */ = {isa = PBXBuildFile; productRef = FFA423B0A7BBD8AA9BB91AB0 /* Clocks */; };
10181019
B5E455C9689EA600EDB3E9E0 /* NavigationRootCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA28F29C9F93E93CC3C2C715 /* NavigationRootCoordinator.swift */; };
10191020
B6048166B4AA4CEFEA9B77A6 /* InfoPlistReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A580295A56B55A856CC4084 /* InfoPlistReader.swift */; };
10201021
B6064D82FCDCB829601C1F59 /* SecureBackupLogoutConfirmationScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FEE10AB666891E6A675E5E /* SecureBackupLogoutConfirmationScreen.swift */; };
@@ -2876,6 +2877,7 @@
28762877
files = (
28772878
7FF27DA70D833CFC5724EFC5 /* MatrixRustSDK in Frameworks */,
28782879
BCA5E2157CE27AB6F1D043D3 /* AsyncAlgorithms in Frameworks */,
2880+
B5C40DCFFDFBA0F86E228602 /* Clocks in Frameworks */,
28792881
);
28802882
runOnlyForDeploymentPostprocessing = 0;
28812883
};
@@ -6691,6 +6693,7 @@
66916693
packageProductDependencies = (
66926694
C07EA60CAB296D7726210F5B /* MatrixRustSDK */,
66936695
5A8EF1A5F9629FCA309D4B2A /* AsyncAlgorithms */,
6696+
FFA423B0A7BBD8AA9BB91AB0 /* Clocks */,
66946697
);
66956698
productName = UnitTests;
66966699
productReference = AAC9344689121887B74877AF /* UnitTests.xctest */;
@@ -6944,6 +6947,7 @@
69446947
E025F19D013D9BA6C58B37F4 /* XCRemoteSwiftPackageReference "swift-algorithms" */,
69456948
AC3475112CA40C2C6E78D1EB /* XCRemoteSwiftPackageReference "matrix-analytics-events" */,
69466949
4A8D3ABF18EABB8066BBD46E /* XCRemoteSwiftPackageReference "swift-async-algorithms" */,
6950+
869B65C34E469FC879A9F116 /* XCRemoteSwiftPackageReference "swift-clocks" */,
69476951
F76A08D0EA29A07A54F4EB4D /* XCRemoteSwiftPackageReference "swift-collections" */,
69486952
4C34425923978C97409A3EF2 /* XCRemoteSwiftPackageReference "DSWaveformImage" */,
69496953
C13F55E4518415CB4C278E73 /* XCRemoteSwiftPackageReference "DTCoreText" */,
@@ -9471,6 +9475,14 @@
94719475
minimumVersion = 1.4.2;
94729476
};
94739477
};
9478+
869B65C34E469FC879A9F116 /* XCRemoteSwiftPackageReference "swift-clocks" */ = {
9479+
isa = XCRemoteSwiftPackageReference;
9480+
repositoryURL = "https://github.com/pointfreeco/swift-clocks";
9481+
requirement = {
9482+
kind = upToNextMajorVersion;
9483+
minimumVersion = 1.0.6;
9484+
};
9485+
};
94749486
91740346377FEBEAF7AD32FC /* XCRemoteSwiftPackageReference "swift-mutex" */ = {
94759487
isa = XCRemoteSwiftPackageReference;
94769488
repositoryURL = "https://github.com/swhitty/swift-mutex";
@@ -9931,6 +9943,11 @@
99319943
package = AB8E808A59756170682BEC20 /* XCRemoteSwiftPackageReference "SwiftSoup" */;
99329944
productName = SwiftSoup;
99339945
};
9946+
FFA423B0A7BBD8AA9BB91AB0 /* Clocks */ = {
9947+
isa = XCSwiftPackageProductDependency;
9948+
package = 869B65C34E469FC879A9F116 /* XCRemoteSwiftPackageReference "swift-clocks" */;
9949+
productName = Clocks;
9950+
};
99349951
/* End XCSwiftPackageProductDependency section */
99359952
};
99369953
rootObject = AC22997D58D612146053154D /* Project object */;

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

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElementX/SupportingFiles/target.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ targets:
227227
- package: Algorithms
228228
- package: AnalyticsEvents
229229
- package: Collections
230-
- package: Clocks
231230
- package: DeviceKit
232231
- package: DTCoreText
233232
- package: EmbeddedElementCall

UnitTests/SupportingFiles/target.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ targets:
3333
- target: ElementX
3434
- package: MatrixRustSDK
3535
- package: AsyncAlgorithms
36+
- package: Clocks
3637

3738
info:
3839
path: ../SupportingFiles/Info.plist

0 commit comments

Comments
 (0)