8000 GitHub - BlueEventHorizon/InfoPlistKeys
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BlueEventHorizon/InfoPlistKeys

Repository files navigation

InfoPlistChecker

This is a convenient library that lists the Info.plist keys for obtaining permission to use certain functions to protect user privacy, and also makes it easy to determine if there are any omissions.

usage

guard (InfoPlistKeys.locationAlwaysUsageDescription.getAsString() != nil) || (InfoPlistKeys.locationWhenInUseUsageDescription.getAsString() != nil) else {
    assertionFailure("No info.plist property for Location")
    return
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0