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: README.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ Return Value Descriptions:
38
38
*`authorized` - The application is authorized to access `type` data.
39
39
40
40
**Notes:**
41
-
* Access to `contacts` will always return a status of `authorized` prior to macOS 10.11, as access to contacts was unilaterally allowed until that version.
42
-
* Access to `camera` and `microphone` will always return a status of `authorized` prior to macOS 10.14, as access to contacts was unilaterally allowed until that version.
43
-
* Access to `screen` will always return a status of `authorized` prior to macOS 10.15, as access to screen capture was unilaterally allowed until that version.
44
-
* Access to `photos` will always return a status of `authorized` prior to macOS 10.13, as access to screen capture was unilaterally allowed until that version.
45
-
* Access to `speech-recognition` will always return a status of `authorized` prior to macOS 10.15, as access to screen capture was unilaterally allowed until that version.
41
+
* Access to `contacts` will always return a status of `authorized` prior to macOS 10.11, as the underlying API was not introduced until that version.
42
+
* Access to `camera` and `microphone` will always return a status of `authorized` prior to macOS 10.14, as the underlying API was not introduced until that version.
43
+
* Access to `screen` will always return a status of `authorized` prior to macOS 10.15, as the underlying API was not introduced until that version.
44
+
* Access to `photos` will always return a status of `authorized` prior to macOS 10.13, as the underlying API was not introduced until that version.
45
+
* Access to `speech-recognition` will always return a status of `authorized` prior to macOS 10.15, as the underlying API was not introduced until that version.
46
46
47
47
Example:
48
48
```js
@@ -76,7 +76,7 @@ Your app’s `Info.plist` file must provide a value for the `NSContactsUsageDesc
76
76
<string>Your reason for wanting to access the Contact store</string>
77
77
```
78
78
79
-
**Note:**`status` will be resolved back as `authorized` prior to macOS 10.11, as access to contacts was unilaterally allowed until that version.
79
+
**Note:**`status` will be resolved back as `authorized` prior to macOS 10.11, as the underlying API was not introduced until that version.
**Note:**`status` will be resolved back as `authorized` prior to macOS 10.15, where the underlying API was introduced.
128
+
**Note:**`status` will be resolved back as `authorized` prior to macOS 10.15, as the underlying API was not introduced until that version.
129
129
130
130
## `permissions.askForRemindersAccess()`
131
131
@@ -171,7 +171,7 @@ Your app must provide an explanation for its use of capture devices using the `N
171
171
172
172
**Note:**
173
173
174
-
-`status` will be resolved back as `authorized` prior to macOS 10.14, as access to the camera and microphone was unilaterally allowed until that version.
174
+
-`status` will be resolved back as `authorized` prior to macOS 10.14, as the underlying API was not introduced until that version.
175
175
176
176
Example:
177
177
@@ -202,7 +202,7 @@ Your app must provide an explanation for its use of capture devices using the `N
202
202
203
203
**Note:**
204
204
205
-
-`status` will be resolved back as `authorized` prior to macOS 10.14, as access to the camera and microphone was unilaterally allowed until that version.
205
+
-`status` will be resolved back as `authorized` prior to macOS 10.14, as the underlying API was not introduced until that version.
206
206
207
207
Example:
208
208
@@ -233,7 +233,7 @@ Your app must provide an explanation for its use of the photo library using the
233
233
234
234
**Note:**
235
235
236
-
-`status` will be resolved back as `authorized` prior to macOS 10.13, as access to Photos was unilaterally allowed until that version.
236
+
-`status` will be resolved back as `authorized` prior to macOS 10.13, as the underlying API was not introduced until that version.
0 commit comments