small fix

This commit is contained in:
Serhiy Mytrovtsiy
2019-06-10 11:16:48 +02:00
parent c247bb7025
commit 4d7c0d0bd2
3 changed files with 2 additions and 4 deletions

View File

@@ -21,8 +21,6 @@ class CPU: Module {
init() {
self.active = Observable(defaults.object(forKey: name) != nil ? defaults.bool(forKey: name) : true)
self.view = loadViewFromNib()
// self.view.frame = CGRect(x: 20, y: 0, width: self.view.frame.size.width, height: self.view.frame.size.height )
}
func start() {

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>