Skip to content

Commit 9efec28

Browse files
committed
Complex filters
1 parent b167b4f commit 9efec28

File tree

5 files changed

+369
-199
lines changed

5 files changed

+369
-199
lines changed

WWDC.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
4DBFA4DA20E160CB00BDF34B /* AVAsset+AsyncHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DBFA4D920E160CB00BDF34B /* AVAsset+AsyncHelpers.swift */; };
2525
4DDF6A782177A00C008E5539 /* DownloadsManagementTableCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF6A772177A00C008E5539 /* DownloadsManagementTableCellView.swift */; };
2626
4DF6641620C8A85000FD1684 /* SessionsTableViewController+SupportingTypesAndExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DF6641520C8A85000FD1684 /* SessionsTableViewController+SupportingTypesAndExtensions.swift */; };
27+
557221042C190BC0002B42C9 /* OptionalToggleFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 557221032C190BC0002B42C9 /* OptionalToggleFilter.swift */; };
2728
9104BDFE2A25165A00860C08 /* Combine+UI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9104BDFD2A25165A00860C08 /* Combine+UI.swift */; };
2829
911C72C92A52169A00CB3757 /* CombineLatestMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911C72C82A52169A00CB3757 /* CombineLatestMany.swift */; };
2930
914367202A4C6B0E004E4392 /* Sequence+GroupedBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9143671F2A4C6B0E004E4392 /* Sequence+GroupedBy.swift */; };
@@ -305,6 +306,7 @@
305306
4DBFA4D920E160CB00BDF34B /* AVAsset+AsyncHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AVAsset+AsyncHelpers.swift"; sourceTree = "<group>"; };
306307
4DDF6A772177A00C008E5539 /* DownloadsManagementTableCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadsManagementTableCellView.swift; sourceTree = "<group>"; };
307308
4DF6641520C8A85000FD1684 /* SessionsTableViewController+SupportingTypesAndExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SessionsTableViewController+SupportingTypesAndExtensions.swift"; sourceTree = "<group>"; };
309+
557221032C190BC0002B42C9 /* OptionalToggleFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionalToggleFilter.swift; sourceTree = "<group>"; };
308310
91037C8C2A32AF62009AF15E /* Transcripts */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Transcripts; path = Packages/Transcripts; sourceTree = "<group>"; };
309311
9104BDFD2A25165A00860C08 /* Combine+UI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Combine+UI.swift"; sourceTree = "<group>"; };
310312
911C72C82A52169A00CB3757 /* CombineLatestMany.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CombineLatestMany.swift; sourceTree = "<group>"; };
@@ -846,6 +848,7 @@
846848
children = (
847849
DD90CDCA1ED77A4800CADE86 /* FilterType.swift */,
848850
DDEDFCEE1ED92785002477C8 /* MultipleChoiceFilter.swift */,
851+
557221032C190BC0002B42C9 /* OptionalToggleFilter.swift */,
849852
DDEDFCF01ED927A4002477C8 /* ToggleFilter.swift */,
850853
DDEDFCF21ED92F2A002477C8 /* TextualFilter.swift */,
851854
4D9EE96324BCE097001B1720 /* FilterState.swift */,
@@ -1498,6 +1501,7 @@
14981501
F4CCF942265ED24500A69E62 /* AppCommandsReceiver.swift in Sources */,
14991502
F486B30B2C0E69E60066749F /* SimulatedMediaDownloadEngine.swift in Sources */,
15001503
DDB3529A1EC8AB2800254815 /* WWDCImageView.swift in Sources */,
1504+
557221042C190BC0002B42C9 /* OptionalToggleFilter.swift in Sources */,
15011505
DD3D14F62486C91F00FCBBBD /* ClipRenderer.swift in Sources */,
15021506
DDD930761ED52BD800D61BE3 /* DTFolderMonitor.m in Sources */,
15031507
DD90CDCB1ED77A4800CADE86 /* FilterType.swift in Sources */,

0 commit comments

Comments
 (0)