@@ -56,7 +56,7 @@ Universal API for request permission and get its statuses. Available `.authorize
5656| Icon | Permission | Key for ` Info.plist ` | Get Status | Make Request |
5757| :--: | :---------- | :------------------- | :--------: | :----------: |
5858| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/bluetooth.png " width =" 38 " > | Bluetooth | NSBluetoothAlwaysUsageDescription, NSBluetoothPeripheralUsageDescription | ✅ | ✅ |
59- | <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/calendar.png " width =" 38 " > | Calendar | NSCalendarsUsageDescription | ✅ | ✅ |
59+ | <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/calendar.png " width =" 38 " > | Calendar | NSCalendarsUsageDescription, NSCalendarsFullAccessUsageDescription, NSCalendarsWriteOnlyAccessUsageDescription | ✅ | ✅ |
6060| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/camera.png " width =" 38 " > | Camera | NSCameraUsageDescription | ✅ | ✅ |
6161| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/contacts.png " width =" 38 " > | Contacts | NSContactsUsageDescription | ✅ | ✅ |
6262| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/faceid.png " width =" 38 " > | FaceID | NSFaceIDUsageDescription | ✅ | ✅ |
@@ -68,7 +68,7 @@ Universal API for request permission and get its statuses. Available `.authorize
6868| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/motion.png " width =" 38 " > | Motion | NSMotionUsageDescription | ✅ | ✅ |
6969| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/notifications.png " width =" 38 " > | Notification | | ✅ | ✅ |
7070| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/photos.png " width =" 38 " > | Photo Library | NSPhotoLibraryUsageDescription, NSPhotoLibraryAddUsageDescription | ✅ | ✅ |
71- | <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/reminders.png " width =" 38 " > | Reminders | NSRemindersUsageDescription | ✅ | ✅ |
71+ | <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/reminders.png " width =" 38 " > | Reminders | NSRemindersUsageDescription, NSRemindersFullAccessUsageDescription | ✅ | ✅ |
7272| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/siri.png " width =" 38 " > | Siri | NSSiriUsageDescription | ✅ | ✅ |
7373| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/speech.png " width =" 38 " > | Speech Recognizer | NSSpeechRecognitionUsageDescription | ✅ | ✅ |
7474| <img src =" https://cdn.sparrowcode.io/github/permissionskit/icons/tracking.png " width =" 38 " > | Tracking | NSUserTrackingUsageDescription | ✅ | ✅ |
0 commit comments