Skip to content

Commit

Permalink
Merge pull request #348 from cs4alhaider/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
ivanvorobei authored Jul 15, 2024
2 parents eb494b5 + c0f8a1c commit 982bb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pod 'PermissionsKit/HealthPermission', :git => 'https://github.com/sparrowcode/P

## Why Modules

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.
If you put all your code into one package and compile it, the Apple Review Team will see a lot of calls to the permissions API. Most likely, they will ask you to provide a valid reason for why you really need those permissions. Using modules allows you to compile only the parts of the code that are actually in use. Just select only what you need.

> [!WARNING]
> Import only the permissions you really need.
Expand Down

0 comments on commit 982bb42

Please sign in to comment.