Signal-iOS/SignalUI/VideoEditor
Adam Sharp f8bcb88467
Work around AVAssetExportSession.export(to:as:) not being back-deployed
In Xcode 16 beta 4, this API was marked as back-deployed before iOS 18, but
that changed in beta 5. Because calling the older export() API now generates a
(possibly spurious) warning about the export session leaving its isolation,
introduce a wrapper that's available before iOS 18 and uses the proper
isolation.
2024-08-12 20:49:08 -04:00
..
VideoAttachmentPrepViewController.swift Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00
VideoEditorModel.swift Work around AVAssetExportSession.export(to:as:) not being back-deployed 2024-08-12 20:49:08 -04:00
VideoEditorView.swift Asyncify VideoEditorModel 2024-08-05 14:51:25 -04:00
VideoTimelineView.swift Remove required from every init that is not dynamically dispatched 2024-04-01 15:27:20 -07:00