Use SMApplication as the main class, not NSApplication.

This commit is contained in:
Steve Checkoway
2009-03-24 14:04:49 +00:00
parent 5718527579
commit 941369dfb5
+1 -1
View File
@@ -52,6 +52,6 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2009</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<string>SMApplication</string>
</dict>
</plist>