Skip to content

Commit

Permalink
ZPS-00 [picaso] cleaning up code for alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
picaso committed Jul 17, 2016
1 parent 009e9b8 commit e35d4e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 0 additions & 4 deletions ParrotStatus/controllers/ZikMenuViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,4 @@ class ZikMenuViewController: NSViewController, PopoverController {
service?.toggleAsyncEqualizerStatus(sender.checked)
}


@IBAction func exit(sender: AnyObject) {
NSApplication.sharedApplication().terminate(self)
}
}
10 changes: 5 additions & 5 deletions ParrotStatus/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIAppFonts</key>
<array>
<string>FontAwesome.otf</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -21,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1-alpha</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -34,5 +30,9 @@
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>UIAppFonts</key>
<array>
<string>FontAwesome.otf</string>
</array>
</dict>
</plist>
6 changes: 3 additions & 3 deletions ParrotStatus/views/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</buttonCell>
<accessibility description="Quit Parrot Status"/>
<connections>
<action selector="exit:" target="P47-iK-zPo" id="bhj-Hr-MI4"/>
<action selector="terminate:" target="QtR-Ra-IAh" id="fm4-Rf-lg9"/>
</connections>
</button>
<popUpButton fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gHN-7g-bFa">
Expand All @@ -257,7 +257,7 @@
</configuration>
</ciFilter>
</contentFilters>
<popUpButtonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="left" lineBreakMode="truncatingTail" imageScaling="proportionallyDown" inset="2" pullsDown="YES" arrowPosition="noArrow" selectedItem="ocN-Pt-p2S" id="THh-Hn-xbu">
<popUpButtonCell key="cell" type="square" bezelStyle="shadowlessSquare" imagePosition="only" alignment="left" lineBreakMode="truncatingTail" imageScaling="proportionallyDown" inset="2" pullsDown="YES" arrowPosition="noArrow" id="THh-Hn-xbu">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="i6p-op-RRp">
Expand Down Expand Up @@ -512,7 +512,7 @@
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="exit:" target="T4n-Pn-y67" id="nnn-U3-SiH"/>
<action selector="terminate:" target="zXI-fL-jZa" id="m1b-C2-AkI"/>
</connections>
</button>
<popUpButton fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uwn-lj-6NP">
Expand Down

0 comments on commit e35d4e7

Please sign in to comment.