Skip to content

Commit f55300b

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ pod 'PermissionsKit/HealthPermission', :git => 'https://github.com/sparrowcode/P
139139

140140
## Why Modules
141141

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.
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+
144+
> **Warning**
145+
> Import only the permissions you really need.
143146
144147
## Request Permission
145148

0 commit comments

Comments
 (0)