✨ Add post toolbar
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user