Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/insidegui/WWDC
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 13, 2024
2 parents fa66ca9 + 3f300d9 commit aaba277
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 199 deletions.
4 changes: 4 additions & 0 deletions WWDC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
4DBFA4DA20E160CB00BDF34B /* AVAsset+AsyncHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DBFA4D920E160CB00BDF34B /* AVAsset+AsyncHelpers.swift */; };
4DDF6A782177A00C008E5539 /* DownloadsManagementTableCellView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF6A772177A00C008E5539 /* DownloadsManagementTableCellView.swift */; };
4DF6641620C8A85000FD1684 /* SessionsTableViewController+SupportingTypesAndExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DF6641520C8A85000FD1684 /* SessionsTableViewController+SupportingTypesAndExtensions.swift */; };
557221042C190BC0002B42C9 /* OptionalToggleFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 557221032C190BC0002B42C9 /* OptionalToggleFilter.swift */; };
9104BDFE2A25165A00860C08 /* Combine+UI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9104BDFD2A25165A00860C08 /* Combine+UI.swift */; };
911C72C92A52169A00CB3757 /* CombineLatestMany.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911C72C82A52169A00CB3757 /* CombineLatestMany.swift */; };
914367202A4C6B0E004E4392 /* Sequence+GroupedBy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9143671F2A4C6B0E004E4392 /* Sequence+GroupedBy.swift */; };
Expand Down Expand Up @@ -305,6 +306,7 @@
4DBFA4D920E160CB00BDF34B /* AVAsset+AsyncHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AVAsset+AsyncHelpers.swift"; sourceTree = "<group>"; };
4DDF6A772177A00C008E5539 /* DownloadsManagementTableCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadsManagementTableCellView.swift; sourceTree = "<group>"; };
4DF6641520C8A85000FD1684 /* SessionsTableViewController+SupportingTypesAndExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SessionsTableViewController+SupportingTypesAndExtensions.swift"; sourceTree = "<group>"; };
557221032C190BC0002B42C9 /* OptionalToggleFilter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionalToggleFilter.swift; sourceTree = "<group>"; };
91037C8C2A32AF62009AF15E /* Transcripts */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Transcripts; path = Packages/Transcripts; sourceTree = "<group>"; };
9104BDFD2A25165A00860C08 /* Combine+UI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Combine+UI.swift"; sourceTree = "<group>"; };
911C72C82A52169A00CB3757 /* CombineLatestMany.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CombineLatestMany.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -846,6 +848,7 @@
children = (
DD90CDCA1ED77A4800CADE86 /* FilterType.swift */,
DDEDFCEE1ED92785002477C8 /* MultipleChoiceFilter.swift */,
557221032C190BC0002B42C9 /* OptionalToggleFilter.swift */,
DDEDFCF01ED927A4002477C8 /* ToggleFilter.swift */,
DDEDFCF21ED92F2A002477C8 /* TextualFilter.swift */,
4D9EE96324BCE097001B1720 /* FilterState.swift */,
Expand Down Expand Up @@ -1498,6 +1501,7 @@
F4CCF942265ED24500A69E62 /* AppCommandsReceiver.swift in Sources */,
F486B30B2C0E69E60066749F /* SimulatedMediaDownloadEngine.swift in Sources */,
DDB3529A1EC8AB2800254815 /* WWDCImageView.swift in Sources */,
557221042C190BC0002B42C9 /* OptionalToggleFilter.swift in Sources */,
DD3D14F62486C91F00FCBBBD /* ClipRenderer.swift in Sources */,
DDD930761ED52BD800D61BE3 /* DTFolderMonitor.m in Sources */,
DD90CDCB1ED77A4800CADE86 /* FilterType.swift in Sources */,
Expand Down
Loading

0 comments on commit aaba277

Please sign in to comment.