Skip to content

Commit f486486

Browse files
authored
Update README.md
1 parent c1fd908 commit f486486

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Universal API for request permission and get its statuses — available `.author
5050
- [Installation](#installation)
5151
- [Swift Package Manager](#swift-package-manager)
5252
- [CocoaPods](#cocoapods)
53+
- [Why Modules](#why-modules)
5354
- [Usage](#request-permission)
5455
- [Request Permission](#request-permission)
5556
- [Get Status Permission](#get-status-permission)
@@ -136,6 +137,10 @@ pod 'PermissionsKit/HealthPermission', :git => 'https://github.com/sparrowcode/P
136137
```
137138
</details>
138139

140+
## Why Modules
141+
142+
If put all code to one package and compile it, Apple Review Team will see a lot of calls to permissions API and ask you provide reason why you really need it permissions. Modules allow compile only really using code parts. Just select only which you need.
143+
139144
## Request Permission
140145

141146
```swift

0 commit comments

Comments
 (0)