Friends++
This commit is contained in:
parent
56b14ed5d6
commit
5017969ff7
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "darkMode.png",
|
||||
"idiom" : "mac"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "light"
|
||||
}
|
||||
],
|
||||
"filename" : "lightMode.png",
|
||||
"idiom" : "mac"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"filename" : "darkMode.png",
|
||||
"idiom" : "mac"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"preserves-vector-representation" : true
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 8.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
|
@ -170,7 +170,7 @@
|
|||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsJamf" id="tGS-D3-Ik3"/>
|
||||
</imageView>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" alphaValue="0.69999999999999996" id="3mq-qv-h8l">
|
||||
<rect key="frame" x="350" y="56" width="114" height="30"/>
|
||||
<rect key="frame" x="293" y="56" width="114" height="30"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsKandji" id="e6d-In-kuf"/>
|
||||
</imageView>
|
||||
|
@ -184,7 +184,7 @@
|
|||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" alphaValue="0.75" id="fJC-IE-PH9">
|
||||
<rect key="frame" x="137" y="52" width="169" height="39"/>
|
||||
<rect key="frame" x="81" y="50" width="179" height="41"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsMacPaw" id="08t-7Z-gUk"/>
|
||||
</imageView>
|
||||
|
@ -194,7 +194,7 @@
|
|||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsFleet" id="RBg-Sd-ADQ"/>
|
||||
</imageView>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" alphaValue="0.66000000000000003" id="9c2-Co-4Ql">
|
||||
<rect key="frame" x="528" y="49" width="148" height="46"/>
|
||||
<rect key="frame" x="441" y="49" width="148" height="46"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsPANW" id="dHd-yp-fGA"/>
|
||||
</imageView>
|
||||
|
@ -204,12 +204,17 @@
|
|||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsKolide" id="wBR-4L-PRo"/>
|
||||
</imageView>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" alphaValue="0.66000000000000003" id="KTw-zc-RYn">
|
||||
<rect key="frame" x="268" y="100" width="127" height="37"/>
|
||||
<rect key="frame" x="264" y="100" width="127" height="37"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsMosyle" id="xZu-49-45r"/>
|
||||
</imageView>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" alphaValue="0.66000000000000003" id="IHk-Xh-Myk">
|
||||
<rect key="frame" x="628" y="54" width="127" height="37"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="FriendsSophos" id="8GO-XP-80H"/>
|
||||
</imageView>
|
||||
</subviews>
|
||||
<point key="canvasLocation" x="686" y="1393.5"/>
|
||||
<point key="canvasLocation" x="686" y="1393"/>
|
||||
</customView>
|
||||
</objects>
|
||||
<resources>
|
||||
|
@ -220,6 +225,7 @@
|
|||
<image name="FriendsMacPaw" width="2034" height="335"/>
|
||||
<image name="FriendsMosyle" width="963" height="265"/>
|
||||
<image name="FriendsPANW" width="1312" height="240"/>
|
||||
<image name="FriendsSophos" width="518" height="137"/>
|
||||
<image name="Icon" width="512" height="512"/>
|
||||
<image name="Love" width="256" height="256"/>
|
||||
<image name="OverSight" width="1301" height="227"/>
|
||||
|
|
Loading…
Reference in New Issue