mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
Toolbar Icons
This commit is contained in:
parent
672d824946
commit
6445546ff9
20
Apple2Mac/Apple2Mac/Images.xcassets/Disks.imageset/Contents.json
vendored
Normal file
20
Apple2Mac/Apple2Mac/Images.xcassets/Disks.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
6
Apple2Mac/Apple2iOS/Assets.xcassets/Contents.json
Normal file
6
Apple2Mac/Apple2iOS/Assets.xcassets/Contents.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
21
Apple2Mac/Apple2iOS/Assets.xcassets/Disk.imageset/Contents.json
vendored
Normal file
21
Apple2Mac/Apple2iOS/Assets.xcassets/Disk.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "floppy.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
BIN
Apple2Mac/Apple2iOS/Assets.xcassets/Disk.imageset/floppy.png
vendored
Normal file
BIN
Apple2Mac/Apple2iOS/Assets.xcassets/Disk.imageset/floppy.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 643 B |
21
Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Contents.json
vendored
Normal file
21
Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "Prefs.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
BIN
Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Prefs.png
vendored
Normal file
BIN
Apple2Mac/Apple2iOS/Assets.xcassets/Prefs.imageset/Prefs.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
@ -18,9 +18,9 @@
|
|||||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
<subviews>
|
<subviews>
|
||||||
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="center" translatesAutoresizingMaskIntoConstraints="NO" id="MKz-35-wcI">
|
<toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="center" translatesAutoresizingMaskIntoConstraints="NO" id="MKz-35-wcI">
|
||||||
<rect key="frame" x="0.0" y="568" width="600" height="32"/>
|
<rect key="frame" x="0.0" y="564" width="600" height="36"/>
|
||||||
<constraints>
|
<constraints>
|
||||||
<constraint firstAttribute="height" constant="32" id="FMY-Nk-ouC"/>
|
<constraint firstAttribute="height" constant="36" id="FMY-Nk-ouC"/>
|
||||||
</constraints>
|
</constraints>
|
||||||
<items>
|
<items>
|
||||||
<barButtonItem title="Reboot" id="pwr-c0-7tW">
|
<barButtonItem title="Reboot" id="pwr-c0-7tW">
|
||||||
@ -39,12 +39,12 @@
|
|||||||
</connections>
|
</connections>
|
||||||
</barButtonItem>
|
</barButtonItem>
|
||||||
<barButtonItem width="42" style="plain" systemItem="fixedSpace" id="c1a-uF-Awt"/>
|
<barButtonItem width="42" style="plain" systemItem="fixedSpace" id="c1a-uF-Awt"/>
|
||||||
<barButtonItem title="Prefs" id="80q-oc-naJ">
|
<barButtonItem image="Prefs" id="80q-oc-naJ">
|
||||||
<connections>
|
<connections>
|
||||||
<segue destination="fYd-cd-QfE" kind="presentation" id="Yi8-iq-9a7"/>
|
<segue destination="fYd-cd-QfE" kind="presentation" id="Yi8-iq-9a7"/>
|
||||||
</connections>
|
</connections>
|
||||||
</barButtonItem>
|
</barButtonItem>
|
||||||
<barButtonItem title="Disks" id="g21-de-0Ou">
|
<barButtonItem image="Disk" id="g21-de-0Ou">
|
||||||
<connections>
|
<connections>
|
||||||
<segue destination="KHo-XT-99s" kind="presentation" id="1L7-E3-ayP"/>
|
<segue destination="KHo-XT-99s" kind="presentation" id="1L7-E3-ayP"/>
|
||||||
</connections>
|
</connections>
|
||||||
@ -412,4 +412,8 @@
|
|||||||
<point key="canvasLocation" x="849.375" y="-784.85915492957736"/>
|
<point key="canvasLocation" x="849.375" y="-784.85915492957736"/>
|
||||||
</scene>
|
</scene>
|
||||||
</scenes>
|
</scenes>
|
||||||
|
<resources>
|
||||||
|
<image name="Disk" width="32" height="32"/>
|
||||||
|
<image name="Prefs" width="32" height="32"/>
|
||||||
|
</resources>
|
||||||
</document>
|
</document>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user