Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 888e1bb

Browse files
author
midyro
committed
remove unused code and added screenshot
1 parent e1f590b commit 888e1bb

File tree

8 files changed

+5
-29
lines changed

8 files changed

+5
-29
lines changed

Emiibo mac/Assets.xcassets/icon_00000000-2.imageset/Contents.json

-23
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Emiibo mac/Base.lproj/Main.storyboard

+2-5
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
<tableColumns>
729729
<tableColumn identifier="NameId" width="118" minWidth="40" maxWidth="1000" id="eFg-IO-Vac">
730730
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Name">
731-
<font key="font" metaFont="systemMedium" size="11"/>
731+
<font key="font" metaFont="smallSystem"/>
732732
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
733733
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
734734
</tableHeaderCell>
@@ -838,7 +838,7 @@
838838
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="il7-lq-mlk">
839839
<rect key="frame" x="78" y="58" width="295" height="295"/>
840840
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
841-
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="icon_00000000-2" id="dVc-d6-nFq"/>
841+
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" id="dVc-d6-nFq"/>
842842
</imageView>
843843
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jeb-4i-XOB">
844844
<rect key="frame" x="349" y="13" width="96" height="32"/>
@@ -889,7 +889,4 @@
889889
<point key="canvasLocation" x="307" y="755"/>
890890
</scene>
891891
</scenes>
892-
<resources>
893-
<image name="icon_00000000-2" width="144" height="179.5"/>
894-
</resources>
895892
</document>

Emiibo mac/Models/Amiibo.swift

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ struct Amiibo: Codable {
1313
var character, gameSeries, head: String
1414
var image: String
1515
var name: String
16-
// var release: Release
1716
var tail: String
1817
var type: String
1918
}

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# emiibo-mac
22
Create Emuiibo files on mac
3+
4+
### Screenshot
5+
![screenhot1](https://github.com/midyro/emiibo-mac/blob/master/screenshot1.png)

screenshot1.png

830 KB
Loading

0 commit comments

Comments
 (0)