chore: clean up code comments
This commit is contained in:
@@ -118,12 +118,8 @@ import wakelock_plus
|
||||
_ application: UIApplication,
|
||||
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||
) -> Bool {
|
||||
// Dolby's sequence diagram prescribes exactly this at app launch: the
|
||||
// long-form playback profile, then activation, so the session is eligible
|
||||
// for the system's Dolby decode/render path and its rendering capabilities
|
||||
// can be read before any content is chosen. The mpv AVFoundation audio
|
||||
// output reconfigures and re-activates the same shared session at playback
|
||||
// start; this establishes the launch-time state the guide expects.
|
||||
// Set the long-form profile before activation so Dolby capabilities are
|
||||
// available before playback.
|
||||
do {
|
||||
let session = AVAudioSession.sharedInstance()
|
||||
try session.setCategory(
|
||||
|
||||
@@ -11,7 +11,6 @@ find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/TARGETED_DEVIC
|
||||
find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/SDKROOT[[:space:]]=[[:space:]]iphoneos/SDKROOT = appletvos/g'
|
||||
find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/SUPPORTED_PLATFORMS[[:space:]]=[[:space:]]iphoneos/SUPPORTED_PLATFORMS = appletvos/g'
|
||||
find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/IPHONEOS_DEPLOYMENT_TARGET[[:space:]]=[[:space:]]9.0/TVOS_DEPLOYMENT_TARGET = 13.0/g'
|
||||
# TODO: 8.0 --> should work with any version!
|
||||
|
||||
cd ../..
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/TARGETED_DEVIC
|
||||
find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/SDKROOT[[:space:]]=[[:space:]]iphoneos/SDKROOT = appletvos/g'
|
||||
find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/SUPPORTED_PLATFORMS[[:space:]]=[[:space:]]iphoneos/SUPPORTED_PLATFORMS = appletvos/g'
|
||||
find . -name 'project.pbxproj' -print0 | xargs -0 sed -i '' -e 's/IPHONEOS_DEPLOYMENT_TARGET[[:space:]]=[[:space:]][0-9].[0-9]/TVOS_DEPLOYMENT_TARGET = 13.0/g'
|
||||
# TODO: 8.0 --> should work with any version!
|
||||
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user