1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-31 07:51:55 +00:00

change reverse DNS strings to io.mpv.*

fixes #60
This commit is contained in:
Stefano Pigozzi 2013-04-16 23:25:02 +02:00
parent 33ffc28373
commit 22d53fb97c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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)