Cocoa Port:

- Change the app identifier from "com.DeSmuME.DeSmuME" to "org.desmume.DeSmuME".
- Change the app category from Utilities to Entertainment.
This commit is contained in:
rogerman 2012-02-20 18:40:32 +00:00
parent 416a5e18a1
commit d881160c03
11 changed files with 22 additions and 22 deletions

View File

@ -228,11 +228,11 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>DeSmuME (Debug)</string>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIconFile</key>
<string>AppIcon_DeSmuME</string>
<key>CFBundleIdentifier</key>
<string>com.DeSmuME.DeSmuME</string>
<string>org.desmume.DeSmuME</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -246,7 +246,7 @@
<key>CFBundleVersion</key>
<string>0.9.8</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>

View File

@ -228,11 +228,11 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>DeSmuME (Debug)</string>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIconFile</key>
<string>AppIcon_DeSmuME</string>
<key>CFBundleIdentifier</key>
<string>com.DeSmuME.DeSmuME</string>
<string>org.desmume.DeSmuME</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -246,7 +246,7 @@
<key>CFBundleVersion</key>
<string>0.9.8</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>

View File

@ -228,11 +228,11 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>DeSmuME</string>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIconFile</key>
<string>AppIcon_DeSmuME</string>
<key>CFBundleIdentifier</key>
<string>com.DeSmuME.DeSmuME</string>
<string>org.desmume.DeSmuME</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -246,7 +246,7 @@
<key>CFBundleVersion</key>
<string>0.9.8</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>

View File

@ -228,11 +228,11 @@
</dict>
</array>
<key>CFBundleExecutable</key>
<string>DeSmuME</string>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIconFile</key>
<string>AppIcon_DeSmuME</string>
<key>CFBundleIdentifier</key>
<string>com.DeSmuME.DeSmuME</string>
<string>org.desmume.DeSmuME</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@ -246,7 +246,7 @@
<key>CFBundleVersion</key>
<string>0.9.8</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>

View File

@ -1132,7 +1132,7 @@ static NSImage *iconCodeBreaker = nil;
searchCount++;
}
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"com.DeSmuME.DeSmuME.searchDidFinish" object:self userInfo:nil];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"org.desmume.DeSmuME.searchDidFinish" object:self userInfo:nil];
return itemCount;
}
@ -1174,7 +1174,7 @@ static NSImage *iconCodeBreaker = nil;
searchCount++;
}
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"com.DeSmuME.DeSmuME.searchDidFinish" object:self userInfo:nil];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"org.desmume.DeSmuME.searchDidFinish" object:self userInfo:nil];
return itemCount;
}

View File

@ -878,7 +878,7 @@ void HandleQueueValueAvailableCallback(void *inContext, IOReturn inResult, void
// sleep and screensaver whenever we detect an input.
UpdateSystemActivity(UsrActivity);
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"com.DeSmuME.DeSmuME.hidInputDetected" object:inputAttributesList userInfo:nil];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"org.desmume.DeSmuME.hidInputDetected" object:inputAttributesList userInfo:nil];
}
CFRelease(hidValueRef);

View File

@ -204,7 +204,7 @@
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(handleHIDInput:)
name:@"com.DeSmuME.DeSmuME.hidInputDetected"
name:@"org.desmume.DeSmuME.hidInputDetected"
object:nil];
return self;

View File

@ -1398,7 +1398,7 @@ static BOOL isSPUStarted = NO;
[self image], @"screenshotImage",
nil];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"com.DeSmuME.DeSmuME.requestScreenshotDidFinish" object:self userInfo:userInfo];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"org.desmume.DeSmuME.requestScreenshotDidFinish" object:self userInfo:userInfo];
[userInfo release];
[fileURLString release];

View File

@ -211,7 +211,7 @@ static NSMutableDictionary *saveTypeValues = nil;
if (!result)
{
NSDictionary *userInfo = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool:NO], @"DidLoad", nil];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"com.DeSmuME.DeSmuME.loadRomDidFinish" object:self userInfo:userInfo];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"org.desmume.DeSmuME.loadRomDidFinish" object:self userInfo:userInfo];
[userInfo release];
return result;
}
@ -232,7 +232,7 @@ static NSMutableDictionary *saveTypeValues = nil;
}
NSDictionary *userInfo = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool:YES], @"DidLoad", self.fileURL, @"URL", nil];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"com.DeSmuME.DeSmuME.loadRomDidFinish" object:self userInfo:userInfo];
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:@"org.desmume.DeSmuME.loadRomDidFinish" object:self userInfo:userInfo];
[userInfo release];
return result;

View File

@ -115,12 +115,12 @@
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(loadRomDidFinish:)
name:@"com.DeSmuME.DeSmuME.loadRomDidFinish"
name:@"org.desmume.DeSmuME.loadRomDidFinish"
object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(saveScreenshotAsFinish:)
name:@"com.DeSmuME.DeSmuME.requestScreenshotDidFinish"
name:@"org.desmume.DeSmuME.requestScreenshotDidFinish"
object:nil];
return self;

View File

@ -46,7 +46,7 @@
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(handleHIDInput:)
name:@"com.DeSmuME.DeSmuME.hidInputDetected"
name:@"org.desmume.DeSmuME.hidInputDetected"
object:nil];
return self;