Skip to content

Commit daf4aa9

Browse files
committed
Move all Introspect VersionPredicates into Compound to have them all in the same place.
1 parent f4333ba commit daf4aa9

File tree

4 files changed

+3
-40
lines changed

4 files changed

+3
-40
lines changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,6 @@
11971197
EC280623A42904341363EAAF /* Collections in Frameworks */ = {isa = PBXBuildFile; productRef = A20EA00CCB9DBE0FFB17DD09 /* Collections */; };
11981198
EC3320639828BED8B3E5F2C6 /* EncryptionResetScreenViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5875F7C0A2398E9F134B1284 /* EncryptionResetScreenViewModel.swift */; };
11991199
ED3E91E6166E4923791ACA84 /* ResolveVerifiedUserSendFailureScreenViewModelProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56852036214ABA9D7D305768 /* ResolveVerifiedUserSendFailureScreenViewModelProtocol.swift */; };
1200-
ED564C8C7C43CF5F67000368 /* PlatformViewVersionPredicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D26813CCE39221FE30BF22CD /* PlatformViewVersionPredicate.swift */; };
12011200
ED635D7F00FA07E94D3CE1E8 /* PreviewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B796D347E53631576F631C /* PreviewTests.swift */; };
12021201
ED90A59F068FD0CA27E602ED /* UserProfileListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = E10DA51DBC8C7E1460DBCCBD /* UserProfileListRow.swift */; };
12031202
EDB6915EC953BB2A44AA608E /* EditRoomAddressScreenViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 906451FB8CF27C628152BF7A /* EditRoomAddressScreenViewModelTests.swift */; };
@@ -2418,7 +2417,6 @@
24182417
D1D8479BB704B7EF696F8ABE /* RoomPollsHistoryScreenCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RoomPollsHistoryScreenCoordinator.swift; sourceTree = "<group>"; };
24192418
D1D97BAF04AA150C0EF03021 /* VerificationBadge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerificationBadge.swift; sourceTree = "<group>"; };
24202419
D263254AFE5B7993FFBBF324 /* NSE.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = NSE.entitlements; sourceTree = "<group>"; };
2421-
D26813CCE39221FE30BF22CD /* PlatformViewVersionPredicate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformViewVersionPredicate.swift; sourceTree = "<group>"; };
24222420
D28F7A6CEEA4A2815B0F0F55 /* SettingsFlowCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsFlowCoordinator.swift; sourceTree = "<group>"; };
24232421
D316BB02636AF2174F2580E6 /* SoftLogoutScreenViewModelProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SoftLogoutScreenViewModelProtocol.swift; sourceTree = "<group>"; };
24242422
D33116993D54FADC0C721C1F /* Application.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = "<group>"; };
@@ -3722,7 +3720,6 @@
37223720
95BAC0F6C9644336E9567EE6 /* NSRegularExpresion.swift */,
37233721
5327E3B3C58BEB0E65F4CF98 /* Observable.swift */,
37243722
62B07B296D7A9D2F09120853 /* OrderedSet.swift */,
3725-
D26813CCE39221FE30BF22CD /* PlatformViewVersionPredicate.swift */,
37263723
077B01C13BBA2996272C5FB5 /* ProcessInfo.swift */,
37273724
1DFE0E493FB55E5A62E7852A /* ProposedViewSize.swift */,
37283725
7310D8DFE01AF45F0689C3AA /* Publisher.swift */,
@@ -7463,7 +7460,6 @@
74637460
9D79B94493FB32249F7E472F /* PlaceholderAvatarImage.swift in Sources */,
74647461
1BA04D05EBC6646958B1BE60 /* PlaceholderScreenCoordinator.swift in Sources */,
74657462
EF0D0155DD104C7A41A2EB0E /* PlainMentionBuilder.swift in Sources */,
7466-
ED564C8C7C43CF5F67000368 /* PlatformViewVersionPredicate.swift in Sources */,
74677463
B79E8AB83EBBDCD476D0362F /* PollFormScreen.swift in Sources */,
74687464
3DAD62988F072607441CB7A5 /* PollFormScreenCoordinator.swift in Sources */,
74697465
70B83D44043293B4B77440B9 /* PollFormScreenModels.swift in Sources */,
@@ -8864,7 +8860,7 @@
88648860
repositoryURL = "https://github.com/element-hq/compound-ios";
88658861
requirement = {
88668862
kind = revision;
8867-
revision = 7dcd851f7944ef99820f7ffeaef724c994d2d50a;
8863+
revision = 4aa89193ba5bfa0d83f9bbc584900e518fdb3a26;
88688864
};
88698865
};
88708866
F76A08D0EA29A07A54F4EB4D /* XCRemoteSwiftPackageReference "swift-collections" */ = {

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElementX/Sources/Other/Extensions/PlatformViewVersionPredicate.swift

Lines changed: 0 additions & 33 deletions
This file was deleted.

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ packages:
6969
# path: ../matrix-rust-sdk
7070
Compound:
7171
url: https://github.com/element-hq/compound-ios
72-
revision: 7dcd851f7944ef99820f7ffeaef724c994d2d50a
72+
revision: 4aa89193ba5bfa0d83f9bbc584900e518fdb3a26
7373
# path: ../compound-ios
7474
AnalyticsEvents:
7575
url: https://github.com/matrix-org/matrix-analytics-events

0 commit comments

Comments
 (0)