- Updated notification body to use proper German quotation marks for download failure alerts. - Refactored audio interruption handling in PlayerEngine to utilize MainActor.assumeIsolated for better performance. - Introduced nonisolated properties for support and downloads directories in ProgressSyncManager. - Improved FullHistoryView and MainView with additional toolbar items and alerts for download failures. - Added new toggles in SettingsView for parallel downloads and mobile data usage. - Created new color assets for the DownloadWidgetExtension and updated widget appearance. - Implemented Info.plist for DownloadWidgetExtension to support widget functionality. - Enabled live activities support in iOS Info.plist.
33 lines
728 B
Plaintext
33 lines
728 B
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>SchemeUserState</key>
|
|
<dict>
|
|
<key>Audiobookshelf swift.xcscheme_^#shared#^_</key>
|
|
<dict>
|
|
<key>orderHint</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
<key>DownloadWidgetExtensionExtension.xcscheme_^#shared#^_</key>
|
|
<dict>
|
|
<key>orderHint</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
</dict>
|
|
<key>SuppressBuildableAutocreation</key>
|
|
<dict>
|
|
<key>39614D0A2FB4D44400DBEF5E</key>
|
|
<dict>
|
|
<key>primary</key>
|
|
<true/>
|
|
</dict>
|
|
<key>39C4270A2FD189220033EE46</key>
|
|
<dict>
|
|
<key>primary</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|