You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/image_picker/image_picker_macos/macos/image_picker_macos/Sources/image_picker_macos/ImagePickerImpl.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class ImagePickerImpl: NSObject, ImagePickerApi {
37
37
PigeonError(
38
38
code:"UNSUPPORTED_PHPICKER",
39
39
message:
40
-
"PHPicker is only supported on macOS 13.0 or newer. Use \(supportsPHPicker) to check.",
40
+
"PHPicker is only supported on macOS 13.0 or newer. Use `supportsPHPicker()` to check.",
41
41
details:nil)))
42
42
return
43
43
}
@@ -74,7 +74,7 @@ class ImagePickerImpl: NSObject, ImagePickerApi {
74
74
PigeonError(
75
75
code:"UNSUPPORTED_PHPICKER",
76
76
message:
77
-
"PHPicker is only supported on macOS 13.0 or newer. Use \(supportsPHPicker) to check.",
77
+
"PHPicker is only supported on macOS 13.0 or newer. Use `supportsPHPicker()` to check.",
78
78
details:nil)))
79
79
return
80
80
}
@@ -117,7 +117,7 @@ class ImagePickerImpl: NSObject, ImagePickerApi {
117
117
PigeonError(
118
118
code:"UNSUPPORTED_PHPICKER",
119
119
message:
120
-
"PHPicker is only supported on macOS 13.0 or newer. Use \(supportsPHPicker) to check.",
120
+
"PHPicker is only supported on macOS 13.0 or newer. Use `supportsPHPicker()` to check.",
0 commit comments