mirror of
https://github.com/mpv-player/mpv
synced 2025-03-31 07:51:55 +00:00
parent
33ffc28373
commit
22d53fb97c
@ -173,7 +173,7 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icon</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.mpv-player.standalone</string>
|
||||
<string>io.mpv</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
|
@ -201,7 +201,7 @@ static void disable_power_management(struct vo *vo)
|
||||
assertion_type = kIOPMAssertionTypePreventUserIdleDisplaySleep;
|
||||
|
||||
IOPMAssertionCreateWithName(assertion_type, kIOPMAssertionLevelOn,
|
||||
CFSTR("org.mplayer2.power_mgmt"), &s->power_mgmt_assertion);
|
||||
CFSTR("io.mpv.power_management"), &s->power_mgmt_assertion);
|
||||
}
|
||||
|
||||
int vo_cocoa_init(struct vo *vo)
|
||||
|
Loading…
Reference in New Issue
Block a user