Signal-iOS/SignalServiceKit/Attachments
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
..
TSResource Delete CloneAsSignalAttachmentRequest, implement SignalAttachmentCloner 2024-04-25 10:20:27 -07:00
SignalAttachment.swift Work around AVAssetExportSession.export(to:as:) not being back-deployed 2024-08-12 20:49:08 -04:00
SignalAttachment+Sending.swift V2 attachment feature flags, take 2 2024-07-19 17:23:21 -07:00
SignalAttachment+VideoSegmenting.swift move attachments into SignalServiceKit 2024-03-06 12:47:06 -06:00
SignalAttachmentCloner.swift Pass along user-visible filename to sharesheet for v2 attachments 2024-07-24 17:09:21 -07:00