feature: add flower

This commit is contained in:
2023-08-02 23:45:04 +08:00
parent 155ca9ad9c
commit 31cfaee4f0
55 changed files with 2416 additions and 308 deletions

View File

@ -0,0 +1,9 @@
{
"CFBundleDisplayName" = "Flower Story";
"NSLocationWhenInUseUsageDescription" = "Flower Story needs to know your location in order to save the flower's location.";
"TemporaryFullAccuracyUsageDescription" = "Flower Story needs to know your accurate location to judge the distance between flowers.";
"NSCameraUsageDescription" = "Flower Story needs access to the camera to take photos.";
"NSMicrophoneUsageDescription" = "Flower Story needs access to microphone for taking videos.";
"NSPhotoLibraryAddUsageDescription" = "Flower Story needs access to the photo gallery for picking photos and videos.";
"NSPhotoLibraryUsageDescription" = "Flower Story needs access to photos gallery for picking photos and videos.";
}