getting all necessary things in place for recording and storing locally, now just cloud upload and then firestore update

This commit is contained in:
talksik
2021-12-22 04:49:29 -08:00
parent 33916a1663
commit 7284469ff9
4 changed files with 34 additions and 14 deletions
+2
View File
@@ -711,6 +711,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "nirvana-ios/Info.plist";
INFOPLIST_KEY_NSContactsUsageDescription = "Please provide access to build your inner circle 🌱";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Please provide access to send messages 🌱";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
@@ -745,6 +746,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "nirvana-ios/Info.plist";
INFOPLIST_KEY_NSContactsUsageDescription = "Please provide access to build your inner circle 🌱";
INFOPLIST_KEY_NSMicrophoneUsageDescription = "Please provide access to send messages 🌱";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;