15 lines
835 B
Plaintext
15 lines
835 B
Plaintext
/*
|
|
InfoPList.strings
|
|
MAAGApp
|
|
|
|
Created by James Kong on 19/2/2019.
|
|
Copyright © 2019 Facebook. All rights reserved.
|
|
*/
|
|
NSCameraUsageDescription = "Sending photo to your frame requires access to Camera";
|
|
NSLocationUsageDescription = "To provide additional information about your photo based on your location";
|
|
NSLocationAlwaysUsageDescription = "To provide additional information about your photo based on your location";
|
|
NSLocationWhenInUseUsageDescription = "To provide additional information about your photo based on your location";
|
|
NSPhotoLibraryUsageDescription = "This allows you to upload photos and videos from your library and download them to your device";
|
|
NSMicrophoneUsageDescription = "Recording video requires access to Photo Library";
|
|
NSContactsUsageDescription = "Auto fill address requires access to contacts";
|