Add post toolbar

This commit is contained in:
2024-03-24 16:07:29 +08:00
parent 527655458f
commit f6429115a4
9 changed files with 161 additions and 4 deletions

View File

@ -29,10 +29,10 @@
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>sms</string>
<string>tel</string>
</array>
<array>
<string>sms</string>
<string>tel</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
@ -55,5 +55,11 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Allow Solar access to your camera to take photo, so that you can attach image in your post.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allow Solar access to your microphone to record audio, so that you can attach image in your post.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Allow Solar access to your photo library, so that you can attach image in your post.</string>
</dict>
</plist>