- Add Netflix-style Home with recent audiobooks/podcasts, list/grid toggle shared with Library - Add searchable libraries — audiobooks filter on title/author; podcasts also index and search episodes across the whole library - Add unified context menu (download / progress remove) across Home, Library, and PodcastDetail - Rework cover badges: listened checkmark top-right, download indicator bottom-right; hide progress bar when finished - Add AirPlay picker in PlayerBar - Replace splash with four-phase animation: orbital particles → attract → flash → fade; cross-platform iOS+macOS, runtime AppIcon lookup - Fix macOS parallel downloads: align connection settings with iOS, raise timeoutIntervalForRequest to 300s - Fix progress deletion using server-side progress UUID (DELETE /api/me/progress/:id) - Bump CFBundleVersion to 8 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
30 lines
672 B
Plaintext
30 lines
672 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>1</integer>
|
|
</dict>
|
|
<key>DownloadWidgetExtensionExtension.xcscheme_^#shared#^_</key>
|
|
<dict>
|
|
<key>isShown</key>
|
|
<false/>
|
|
<key>orderHint</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
</dict>
|
|
<key>SuppressBuildableAutocreation</key>
|
|
<dict>
|
|
<key>39C4270A2FD189220033EE46</key>
|
|
<dict>
|
|
<key>primary</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|