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:
parent
416a5e18a1
commit
d881160c03
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue