From 22d53fb97cfd534b131b3f8a87afb56c55f1de52 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 16 Apr 2013 23:25:02 +0200 Subject: [PATCH] change reverse DNS strings to io.mpv.* fixes #60 --- TOOLS/osxbundle/mpv.app/Contents/Info.plist | 2 +- video/out/cocoa_common.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist index 472542fe92..d19c83564e 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist +++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist @@ -173,7 +173,7 @@ CFBundleIconFile icon CFBundleIdentifier - org.mpv-player.standalone + io.mpv CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index c1c576d366..836373e051 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -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)