From c4de05cff65c1b81c135aeee6c8fe2ed6420ba5d Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 3 Feb 2021 10:50:46 -0800 Subject: Added package, configution --- ios/Frontend/Info.plist | 2 ++ ios/Podfile | 1 + 2 files changed, 3 insertions(+) (limited to 'ios') 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 @@ + NSContactsUsageDescription + Connect your contacts to tagg to help quickly get in touch with your friends, and invite them to the application CFBundleDevelopmentRegion en CFBundleDisplayName 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 -- cgit v1.2.3-70-g09d2 From 5f2b6ed00823430780105061ed5b83d217cfd9d7 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 3 Feb 2021 11:18:46 -0800 Subject: New description for ios permission alert --- ios/Frontend/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index fbfcc441..2483dee8 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -3,7 +3,7 @@ NSContactsUsageDescription - Connect your contacts to tagg to help quickly get in touch with your friends, and invite them to the application + This helps you quickly get in touch with friends on the app and more CFBundleDevelopmentRegion en CFBundleDisplayName -- cgit v1.2.3-70-g09d2 From 53a858b1fc698fab339da536a162cfe67fc6993e Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Wed, 3 Feb 2021 19:11:09 -0800 Subject: removed commented line --- ios/Podfile | 1 - 1 file changed, 1 deletion(-) (limited to 'ios') diff --git a/ios/Podfile b/ios/Podfile index 0d33de2d..64383591 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -6,7 +6,6 @@ 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 -- cgit v1.2.3-70-g09d2