diff --git a/.DS_Store b/.DS_Store index 612aa60d..b54aa1eb 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index e387dfb6..7da74878 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## About 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! - + ## Support the project 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 diff --git a/sparrow/.DS_Store b/sparrow/.DS_Store index a65f6feb..7fb570a1 100644 Binary files a/sparrow/.DS_Store and b/sparrow/.DS_Store differ diff --git a/sparrow/permission/.DS_Store b/sparrow/permission/.DS_Store index e7525492..68d37728 100644 Binary files a/sparrow/permission/.DS_Store and b/sparrow/permission/.DS_Store differ diff --git a/sparrow/permission/dialog/SPPermissionDialog.swift b/sparrow/permission/dialog/SPPermissionDialog.swift index a22ce643..8b65581f 100644 --- a/sparrow/permission/dialog/SPPermissionDialog.swift +++ b/sparrow/permission/dialog/SPPermissionDialog.swift @@ -25,7 +25,7 @@ extension SPPermission { public struct Dialog { - static func request(with permissions: [SPPermissionType], on viewController: UIViewController, delegate: SPPermissionDialogDelegate? = nil, dataSource: SPPermissionDialogDataSource? = nil) { + public static func request(with permissions: [SPPermissionType], on viewController: UIViewController, delegate: SPPermissionDialogDelegate? = nil, dataSource: SPPermissionDialogDataSource? = nil) { if permissions.isEmpty { return