Skip to content

Commit 059657c

Browse files
author
Christian Elies
committed
deprecate phAsset remote image type
1 parent 3aa0e24 commit 059657c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/RemoteImage/public/Models/RemoteImageType.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import Foundation
99

1010
public enum RemoteImageType {
11+
@available(*, deprecated, message: "Will be removed in the future because the localIdentifier is device specific and therefore cannot be used to uniquely identify a PHAsset across devices.")
1112
case phAsset(localIdentifier: String)
1213
case url(_ url: URL)
1314
}

0 commit comments

Comments
 (0)