- Remove KVO on player.timeControlStatus (fires from CoreMedia bg threads) - Stop accessing item.duration in timer callback (triggers FigNotificationCenter weak listener ops) - Check player.rate in timer callback instead for isPlaying state - Remove replaceCurrentItem(nil) from cleanup to prevent CoreMedia state inconsistency - Use cachedDuration exclusively in time display updates - Fix actor isolation warning in endObserver callback
13 lines
544 B
Plaintext
13 lines
544 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>CFBundleName</key><string>MiniPlayer</string>
|
|
<key>CFBundleIdentifier</key><string>com.example.MiniPlayer</string>
|
|
<key>CFBundleVersion</key><string>1</string>
|
|
<key>CFBundleShortVersionString</key><string>1.0</string>
|
|
<key>CFBundleExecutable</key><string>MiniPlayer</string>
|
|
<key>CFBundlePackageType</key><string>APPL</string>
|
|
</dict>
|
|
</plist>
|