diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-05 16:49:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 16:49:11 -0500 |
commit | f591dd437a1273d99709aa6a3637a3a2922e6f4d (patch) | |
tree | 881a638023eaffc78e4050913be4a581395d58c7 /ios | |
parent | ed866c9304a4996c4cdfb19224b7ea26c2ee7e32 (diff) | |
parent | 1d7890a41a2fa01f1fc84e04b1144ab705c5bd58 (diff) |
Merge pull request #218 from shravyaramesh/tma474-access-user-contacts
[TMA-474] Access user contacts
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Frontend/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index dd9ebb83..0d75ca35 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>NSContactsUsageDescription</key> + <string>This helps you quickly get in touch with friends on the app and more</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> |