mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
Set NSApplication subclass in Info.plist instead of using poseAsClass
This commit is contained in:
parent
7280fd356f
commit
300db7705b
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
<key>NSMainNibFile</key>
|
||||
<string>Launcher</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<string>SDLApplication</string>
|
||||
<key>SUEnableAutomaticChecks</key>
|
||||
<false/>
|
||||
<key>SUFeedURL</key>
|
||||
|
|
|
@ -78,7 +78,6 @@ int main (int argc, char **argv)
|
|||
gFinderLaunch = NO;
|
||||
}
|
||||
|
||||
[SDLApplication poseAsClass:[NSApplication class]];
|
||||
NSApplicationMain (argc, argv);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue