Music_Player3/MusicPlayer/Info.plist
2024-05-29 13:20:07 +08:00

41 lines
1.8 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>NSMicrophoneUsageDescription</key>
<string>&quot;Musicoo&quot; requires you to turn on the microphone to recognize surrounding decibels and automatically turn on white noise for you. Do you allow this application to obtain your microphone permissions?</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>&quot;Musicoo&quot; requires opening your album to obtain photos, which are used to add your custom white noise. Do you want to allow this application to obtain your album permissions?</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>NSLocationWhenInUseUsageDescription</key>
<string>&quot;Musicoo&quot; needs to obtain your location information in order to refine the preview music information provided to you!</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>&quot;Musicoo&quot; needs to obtain your location information in order to refine the preview music information provided to you!</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>&quot;Musicoo&quot; needs to obtain your location information in order to refine the preview music information provided to you!</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>myapp</string>
</array>
<key>CFBundleURLName</key>
<string>com.lux.musicplayer.MusicPlayer</string>
</dict>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>backgroundFetch</string>
</array>
</dict>
</plist>