13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
/*
|
|
InfoPlist.strings
|
|
SodaLive
|
|
|
|
Created by klaus on 12/5/25.
|
|
|
|
*/
|
|
"CFBundleDisplayName" = "VoiceOn";
|
|
"NSPhotoLibraryUsageDescription" = "Allow access to your photo library to select photos.";
|
|
"NSMicrophoneUsageDescription" = "Allow access to your microphone to record audio.";
|
|
"NSUserTrackingUsageDescription" = "Allow tracking to deliver personalized ads.";
|
|
"NSCameraUsageDescription" = "Allow access to your camera to take photos.";
|