2026-09-19 15:43:37 +02:00
|
|
|
<?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>CFBundleDisplayName</key><string>VoiceCat</string>
|
|
|
|
|
<key>CFBundleIdentifier</key><string>me.iamtalon.voicecat</string>
|
|
|
|
|
<key>LSRequiresIPhoneOS</key><true/>
|
|
|
|
|
<key>NSMicrophoneUsageDescription</key><string>VoiceCat needs microphone access to transmit your voice in channels.</string>
|
2026-09-21 14:14:15 +02:00
|
|
|
<key>UIBackgroundModes</key><array><string>audio</string><string>screen-capture</string></array>
|
2026-09-19 15:43:37 +02:00
|
|
|
<key>UIRequiresFullScreen</key><false/>
|
|
|
|
|
<key>UIDeviceFamily</key><array><integer>1</integer><integer>2</integer></array>
|
|
|
|
|
<key>UILaunchScreen</key><dict/>
|
|
|
|
|
<key>UISupportedInterfaceOrientations</key><array><string>UIInterfaceOrientationPortrait</string><string>UIInterfaceOrientationLandscapeLeft</string><string>UIInterfaceOrientationLandscapeRight</string></array>
|
|
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key><array><string>UIInterfaceOrientationPortrait</string><string>UIInterfaceOrientationPortraitUpsideDown</string><string>UIInterfaceOrientationLandscapeLeft</string><string>UIInterfaceOrientationLandscapeRight</string></array>
|
|
|
|
|
<key>UIApplicationSceneManifest</key><dict>
|
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key><false/>
|
|
|
|
|
<key>UISceneConfigurations</key><dict><key>UIWindowSceneSessionRoleApplication</key><array><dict>
|
|
|
|
|
<key>UISceneConfigurationName</key><string>Default Configuration</string>
|
|
|
|
|
<key>UISceneDelegateClassName</key><string>VoiceCat.iOS.SceneDelegate</string>
|
|
|
|
|
</dict></array></dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict></plist>
|