We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116e97d commit a6f1035Copy full SHA for a6f1035
1 file changed
src/imagecapturecore.cs
@@ -421,6 +421,7 @@ interface ICCameraFile {
421
ICCameraItem [] SidecarFiles { get; }
422
423
/// <summary>Gets the fingerprint generated from the camera file data.</summary>
424
+ [Mac (13, 0)]
425
[NullAllowed, Export ("fingerprint")]
426
string Fingerprint { get; }
427
0 commit comments