Skip to content

Commit a0698bf

Browse files
committed
fix errors
1 parent b932463 commit a0698bf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## About
44
This project is about managing permissions with the customizable visual effects. Beautiful dialog increases the chance of approval (which is important when we request notification). Simple control of this module saves you hours of development. You can start using this project with just two lines of code and easy customization!
55

6-
<img src="https://rawcdn.githack.com/IvanVorobei/RequestPermission/fb53d20f152a3e76e053e6af529306611fb794f0/resources/request-permission - mockup_preview.gif" width="800">
6+
<img src="https://rawcdn.githack.com/IvanVorobei/RequestPermission/fb53d20f152a3e76e053e6af529306611fb794f0/resources/request-permission - mockup_preview.gif" width="600">
77

88
## Support the project
99
The project is absolutely free, but nevertheless takes time to support and update it. [Small donate](https://money.yandex.ru/to/410012745748312) helps to develop the project and make it better
@@ -35,7 +35,7 @@ let isAvailableCamera = SPRequestPermission.isAllowPermission(.сamera)
3535
```
3636
## Available permissions
3737

38-
<img src="https://cdn.rawgit.com/IvanVorobei/RequestPermission/e85814ac/resources/request-permission_permissions.svg"/>
38+
<img src="https://rawcdn.githack.com/IvanVorobei/RequestPermission/951477c8e89de55eeeac441102b52b1415c691b7/resources/request-permission_permissions.png"/>
3939

4040
## Delegates
4141
To track events (didHide & didAllowPermission) associated with `SPPermission`, implement the protocol `SPPermissionDialogDelegate` and pass the delegate

sparrow/.DS_Store

0 Bytes
Binary file not shown.

sparrow/permission/SPPermission.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import MapKit
2727
import EventKit
2828
import Contacts
2929

30-
struct SPPermission {
30+
public struct SPPermission {
3131

3232
static func isAllow(_ permission: SPPermissionType) -> Bool {
3333
let manager = self.getManagerForPermission(permission)

0 commit comments

Comments
 (0)