aboutsummaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/Frontend/Info.plist2
-rw-r--r--ios/Podfile1
2 files changed, 3 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist
index 0f036f56..fbfcc441 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>Connect your contacts to tagg to help quickly get in touch with your friends, and invite them to the application</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
diff --git a/ios/Podfile b/ios/Podfile
index 64383591..0d33de2d 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -6,6 +6,7 @@ platform :ios, '10.0'
target 'Frontend' do
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
+ # pod 'react-native-contacts', :path => '../node_modules/react-native-contacts'
target 'FrontendTests' do
inherit! :complete