Added target for localization bundle

This commit is contained in:
Matt Coneybeare
2014-09-17 14:20:41 -04:00
parent c65800b889
commit 52188a1ffd
45 changed files with 615 additions and 165 deletions

View File

@@ -39,7 +39,7 @@
import Cocoa
@NSApplicationMain
// @NSApplicationMain // TODO - Needs Xcode 6.1 beta 2 to compile. Figure out a way to support both for the time being
class AppDelegate: NSObject, NSApplicationDelegate {
@IBOutlet weak var window: NSWindow!