This commit is contained in:
jvernet 2016-01-02 17:48:06 +01:00 committed by Aaron Culliney
parent f05ce4d247
commit 7008d21fcf
13 changed files with 92 additions and 5 deletions

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "cpu.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "Pause.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

View File

@ -7,12 +7,10 @@
},
{
"idiom" : "universal",
"filename" : "pref64.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "prefs128.png",
"scale" : "3x"
}
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "reboot.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "run.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

@ -23,17 +23,19 @@
<constraint firstAttribute="height" constant="36" id="FMY-Nk-ouC"/>
</constraints>
<items>
<barButtonItem title="Reboot" id="pwr-c0-7tW">
<barButtonItem image="Reboot" id="pwr-c0-7tW">
<connections>
<action selector="rebootItemSelected:" destination="dkx-z0-nzr" id="O17-ef-Kc9"/>
</connections>
</barButtonItem>
<barButtonItem title="Pause" id="XF9-t2-IEl">
<barButtonItem width="42" style="plain" systemItem="fixedSpace" id="Ad7-qe-EkZ"/>
<barButtonItem image="Pause" id="XF9-t2-IEl">
<connections>
<action selector="togglePauseItemSelected:" destination="dkx-z0-nzr" id="qVs-rI-2r2"/>
</connections>
</barButtonItem>
<barButtonItem title="CPU Togle" id="d5g-uX-Ssk">
<barButtonItem width="42" style="plain" systemItem="fixedSpace" id="Z5Y-ui-n58"/>
<barButtonItem image="CPU" id="d5g-uX-Ssk">
<connections>
<action selector="toggleCPUSpeedItem:" destination="dkx-z0-nzr" id="TRp-OQ-bk2"/>
</connections>
@ -413,7 +415,10 @@
</scene>
</scenes>
<resources>
<image name="CPU" width="32" height="32"/>
<image name="Disk" width="32" height="32"/>
<image name="Pause" width="32" height="32"/>
<image name="Prefs" width="32" height="32"/>
<image name="Reboot" width="32" height="32"/>
</resources>
</document>