1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

icone splashscreen en svg

This commit is contained in:
yostane 2018-05-12 20:49:32 +02:00
parent 0953431a11
commit 64bef419c0
20 changed files with 19 additions and 74 deletions

View file

@ -166,22 +166,8 @@
<ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-152.png" /> <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-152.png" />
<ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-167.png" /> <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-167.png" />
<ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-1024.png" /> <ImageAsset Include="Media.xcassets\AppIcon.appiconset\Icon-1024.png" />
<ImageAsset Include="Media.xcassets\LaunchImage.launchimage\Contents.json" />
<ImageAsset Include="Media.xcassets\LaunchImage.launchimage\Default.png" />
<ImageAsset Include="Media.xcassets\LaunchImage.launchimage\Default%402x.png" />
<ImageAsset Include="Media.xcassets\LaunchImage.launchimage\Default-568h%402x.png" />
<ImageAsset Include="Media.xcassets\LaunchImage.launchimage\Default-Portrait.png" />
<ImageAsset Include="Media.xcassets\LaunchImage.launchimage\Default-Portrait%402x.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Contents.json" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-60%402x.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-76.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-76%402x.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-Small.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-Small%402x.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-Small-40.png" />
<ImageAsset Include="Media.xcassets\AppIcon-1.appiconset\Icon-Small-40%402x.png" />
<ImageAsset Include="Media.xcassets\icon.imageset\Contents.json" /> <ImageAsset Include="Media.xcassets\icon.imageset\Contents.json" />
<ImageAsset Include="Media.xcassets\icon.imageset\Icon-512.png" /> <ImageAsset Include="Media.xcassets\icon.imageset\black-book.pdf" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="Media.xcassets\icon.imageset\" /> <Folder Include="Media.xcassets\icon.imageset\" />

View file

@ -1 +0,0 @@
{"images":[{"idiom":"iphone","filename":"Icon-60@2x.png","size":"60x60","scale":"2x"},{"idiom":"ipad","filename":"Icon-76.png","size":"76x76","scale":"1x"},{"idiom":"ipad","filename":"Icon-76@2x.png","size":"76x76","scale":"2x"},{"idiom":"iphone","filename":"Icon-Small.png","size":"29x29","scale":"1x"},{"idiom":"ipad","filename":"Icon-Small.png","size":"29x29","scale":"1x"},{"idiom":"iphone","filename":"Icon-Small@2x.png","size":"29x29","scale":"2x"},{"idiom":"ipad","filename":"Icon-Small@2x.png","size":"29x29","scale":"2x"},{"idiom":"ipad","filename":"Icon-Small-40.png","size":"40x40","scale":"1x"},{"idiom":"iphone","filename":"Icon-Small-40@2x.png","size":"40x40","scale":"2x"},{"idiom":"ipad","filename":"Icon-Small-40@2x.png","size":"40x40","scale":"2x"}],"info":{"version":1,"author":"xcode"}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 955 B

View file

@ -1,49 +0,0 @@
{
"images": [
{
"orientation": "portrait",
"idiom": "iphone",
"extent": "full-screen",
"filename": "Default.png",
"size": "320x480",
"scale": "1x"
},
{
"orientation": "portrait",
"idiom": "iphone",
"extent": "full-screen",
"filename": "Default@2x.png",
"size": "320x480",
"scale": "2x"
},
{
"orientation": "portrait",
"idiom": "iphone",
"extent": "full-screen",
"filename": "Default-568h@2x.png",
"size": "320x568",
"subtype": "retina4",
"scale": "2x"
},
{
"orientation": "portrait",
"idiom": "ipad",
"extent": "full-screen",
"filename": "Default-Portrait.png",
"size": "768x1004",
"scale": "1x"
},
{
"orientation": "portrait",
"idiom": "ipad",
"extent": "full-screen",
"filename": "Default-Portrait@2x.png",
"size": "768x1004",
"scale": "2x"
}
],
"info": {
"version": 1,
"author": "xcode"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -1,6 +1,7 @@
{ {
"images": [ "images": [
{ {
"filename": "black-book.pdf",
"idiom": "universal" "idiom": "universal"
}, },
{ {
@ -12,7 +13,6 @@
"idiom": "universal" "idiom": "universal"
}, },
{ {
"filename": "Icon-512.png",
"scale": "3x", "scale": "3x",
"idiom": "universal" "idiom": "universal"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

View file

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6245" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="X5k-f2-b5h"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="X5k-f2-b5h">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies> <dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/> <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<scenes> <scenes>
<!--View Controller--> <!--View Controller-->
@ -13,19 +17,24 @@
<viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/> <viewControllerLayoutGuide type="bottom" id="9ZL-r4-8FZ"/>
</layoutGuides> </layoutGuides>
<view key="view" contentMode="scaleToFill" id="yd7-JS-zBw"> <view key="view" contentMode="scaleToFill" id="yd7-JS-zBw">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" image="Icon-60.png" translatesAutoresizingMaskIntoConstraints="NO" id="23"> <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="icon" translatesAutoresizingMaskIntoConstraints="NO" id="23">
<rect key="frame" x="270" y="270" width="60" height="60"/> <rect key="frame" x="123.5" y="269.5" width="128" height="128"/>
<rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/> <rect key="contentStretch" x="0.0" y="0.0" width="0.0" height="0.0"/>
<constraints>
<constraint firstAttribute="width" constant="128" id="1Y4-bB-efC"/>
<constraint firstAttribute="height" constant="128" id="Bij-y4-iXV"/>
</constraints>
</imageView> </imageView>
</subviews> </subviews>
<color key="backgroundColor" red="0.20392156862745098" green="0.59607843137254901" blue="0.85882352941176465" alpha="1" colorSpace="calibratedRGB"/> <color key="backgroundColor" customColorSpace="sRGB" colorSpace="calibratedWhite" white="0" alpha="1"/>
<constraints> <constraints>
<constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/> <constraint firstItem="23" firstAttribute="centerY" secondItem="yd7-JS-zBw" secondAttribute="centerY" priority="1" id="39"/>
<constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/> <constraint firstItem="23" firstAttribute="centerX" secondItem="yd7-JS-zBw" secondAttribute="centerX" priority="1" id="41"/>
</constraints> </constraints>
<color key="tintColor" colorSpace="calibratedWhite" white="0.666666666666667" alpha="1"/>
</view> </view>
</viewController> </viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/> <placeholder placeholderIdentifier="IBFirstResponder" id="XAI-xm-WK6" userLabel="First Responder" sceneMemberID="firstResponder"/>
@ -34,6 +43,6 @@
</scene> </scene>
</scenes> </scenes>
<resources> <resources>
<image name="Icon-60.png" width="180" height="180"/> <image name="icon" width="512" height="512"/>
</resources> </resources>
</document> </document>

BIN
Data/black-book.pdf Normal file

Binary file not shown.