Revisão | d95bb2482cdb23d72f801de4713f1965b8578d52 (tree) |
---|---|
Hora | 2021-11-26 23:20:01 |
Autor | sebastian_bugiu |
Commiter | sebastian_bugiu |
Added ios Media.xcassets.
@@ -0,0 +1,54 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 | +<plist version="1.0"> | |
4 | +<dict> | |
5 | + <key>CFBundleDevelopmentRegion</key> | |
6 | + <string>en</string> | |
7 | + <key>CFBundleDisplayName</key> | |
8 | + <string>${app.name}</string> | |
9 | + <key>CFBundleExecutable</key> | |
10 | + <string>${app.executable}</string> | |
11 | + <key>CFBundleIdentifier</key> | |
12 | + <string>${app.id}</string> | |
13 | + <key>CFBundleInfoDictionaryVersion</key> | |
14 | + <string>6.0</string> | |
15 | + <key>CFBundleName</key> | |
16 | + <string>${app.name}</string> | |
17 | + <key>CFBundlePackageType</key> | |
18 | + <string>APPL</string> | |
19 | + <key>CFBundleShortVersionString</key> | |
20 | + <string>${app.version}</string> | |
21 | + <key>CFBundleSignature</key> | |
22 | + <string>????</string> | |
23 | + <key>CFBundleVersion</key> | |
24 | + <string>${app.build}</string> | |
25 | + <key>LSRequiresIPhoneOS</key> | |
26 | + <true/> | |
27 | + <key>UIViewControllerBasedStatusBarAppearance</key> | |
28 | + <false/> | |
29 | + <key>UIStatusBarHidden</key> | |
30 | + <true/> | |
31 | + <key>MinimumOSVersion</key> | |
32 | + <string>8.0</string> | |
33 | + <key>UIDeviceFamily</key> | |
34 | + <array> | |
35 | + <integer>1</integer> | |
36 | + <integer>2</integer> | |
37 | + </array> | |
38 | + <key>UIRequiredDeviceCapabilities</key> | |
39 | + <array> | |
40 | + <string>opengles-2</string> | |
41 | + </array> | |
42 | + <key>UISupportedInterfaceOrientations</key> | |
43 | + <array> | |
44 | + <string>UIInterfaceOrientationPortrait</string> | |
45 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> | |
46 | + <string>UIInterfaceOrientationLandscapeLeft</string> | |
47 | + <string>UIInterfaceOrientationLandscapeRight</string> | |
48 | + </array> | |
49 | + <key>UILaunchStoryboardName</key> | |
50 | + <string>LaunchScreen</string> | |
51 | + <key>CFBundleIconName</key> | |
52 | + <string>AppIcon</string> | |
53 | +</dict> | |
54 | +</plist> |
@@ -0,0 +1,36 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM"> | |
3 | + <device id="retina6_1" orientation="portrait" appearance="light"/> | |
4 | + <dependencies> | |
5 | + <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/> | |
6 | + <capability name="Safe area layout guides" minToolsVersion="9.0"/> | |
7 | + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | |
8 | + </dependencies> | |
9 | + <scenes> | |
10 | + <!--View Controller--> | |
11 | + <scene sceneID="EHf-IW-A2E"> | |
12 | + <objects> | |
13 | + <viewController id="01J-lp-oVM" sceneMemberID="viewController"> | |
14 | + <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3"> | |
15 | + <rect key="frame" x="0.0" y="0.0" width="414" height="896"/> | |
16 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
17 | + <subviews> | |
18 | + <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Logo" translatesAutoresizingMaskIntoConstraints="NO" id="hN2-E0-Tu8"> | |
19 | + <rect key="frame" x="120" y="402" width="172" height="93"/> | |
20 | + <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/> | |
21 | + </imageView> | |
22 | + </subviews> | |
23 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | |
24 | + <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> | |
25 | + <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/> | |
26 | + </view> | |
27 | + </viewController> | |
28 | + <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
29 | + </objects> | |
30 | + <point key="canvasLocation" x="52.173913043478265" y="375"/> | |
31 | + </scene> | |
32 | + </scenes> | |
33 | + <resources> | |
34 | + <image name="Logo" width="243" height="41"/> | |
35 | + </resources> | |
36 | +</document> |
@@ -0,0 +1,116 @@ | ||
1 | +{ | |
2 | + "images" : [ | |
3 | + { | |
4 | + "size" : "20x20", | |
5 | + "idiom" : "iphone", | |
6 | + "filename" : "iphone-notification-icon-20@2x.png", | |
7 | + "scale" : "2x" | |
8 | + }, | |
9 | + { | |
10 | + "size" : "20x20", | |
11 | + "idiom" : "iphone", | |
12 | + "filename" : "iphone-notification-icon-20@3x.png", | |
13 | + "scale" : "3x" | |
14 | + }, | |
15 | + { | |
16 | + "size" : "29x29", | |
17 | + "idiom" : "iphone", | |
18 | + "filename" : "iphone-spotlight-settings-icon-29@2x.png", | |
19 | + "scale" : "2x" | |
20 | + }, | |
21 | + { | |
22 | + "size" : "29x29", | |
23 | + "idiom" : "iphone", | |
24 | + "filename" : "iphone-spotlight-settings-icon-29@3x.png", | |
25 | + "scale" : "3x" | |
26 | + }, | |
27 | + { | |
28 | + "size" : "40x40", | |
29 | + "idiom" : "iphone", | |
30 | + "filename" : "iphone-spotlight-icon-40@2x.png", | |
31 | + "scale" : "2x" | |
32 | + }, | |
33 | + { | |
34 | + "size" : "40x40", | |
35 | + "idiom" : "iphone", | |
36 | + "filename" : "iphone-spotlight-icon-40@3x.png", | |
37 | + "scale" : "3x" | |
38 | + }, | |
39 | + { | |
40 | + "size" : "60x60", | |
41 | + "idiom" : "iphone", | |
42 | + "filename" : "iphone-app-icon-60@2x.png", | |
43 | + "scale" : "2x" | |
44 | + }, | |
45 | + { | |
46 | + "size" : "60x60", | |
47 | + "idiom" : "iphone", | |
48 | + "filename" : "iphone-app-icon-60@3x.png", | |
49 | + "scale" : "3x" | |
50 | + }, | |
51 | + { | |
52 | + "size" : "20x20", | |
53 | + "idiom" : "ipad", | |
54 | + "filename" : "ipad-notifications-icon-20@1x.png", | |
55 | + "scale" : "1x" | |
56 | + }, | |
57 | + { | |
58 | + "size" : "20x20", | |
59 | + "idiom" : "ipad", | |
60 | + "filename" : "ipad-notifications-icon-20@2x.png", | |
61 | + "scale" : "2x" | |
62 | + }, | |
63 | + { | |
64 | + "size" : "29x29", | |
65 | + "idiom" : "ipad", | |
66 | + "filename" : "ipad-settings-icon-29@1x.png", | |
67 | + "scale" : "1x" | |
68 | + }, | |
69 | + { | |
70 | + "size" : "29x29", | |
71 | + "idiom" : "ipad", | |
72 | + "filename" : "ipad-settings-icon-29@2x.png", | |
73 | + "scale" : "2x" | |
74 | + }, | |
75 | + { | |
76 | + "size" : "40x40", | |
77 | + "idiom" : "ipad", | |
78 | + "filename" : "ipad-spotlight-icon-40@1x.png", | |
79 | + "scale" : "1x" | |
80 | + }, | |
81 | + { | |
82 | + "size" : "40x40", | |
83 | + "idiom" : "ipad", | |
84 | + "filename" : "ipad-spotlight-icon-40@2x.png", | |
85 | + "scale" : "2x" | |
86 | + }, | |
87 | + { | |
88 | + "size" : "76x76", | |
89 | + "idiom" : "ipad", | |
90 | + "filename" : "ipad-app-icon-76@1x.png", | |
91 | + "scale" : "1x" | |
92 | + }, | |
93 | + { | |
94 | + "size" : "76x76", | |
95 | + "idiom" : "ipad", | |
96 | + "filename" : "ipad-app-icon-76@2x.png", | |
97 | + "scale" : "2x" | |
98 | + }, | |
99 | + { | |
100 | + "size" : "83.5x83.5", | |
101 | + "idiom" : "ipad", | |
102 | + "filename" : "ipad-pro-app-icon-83.5@2x.png", | |
103 | + "scale" : "2x" | |
104 | + }, | |
105 | + { | |
106 | + "size" : "1024x1024", | |
107 | + "idiom" : "ios-marketing", | |
108 | + "filename" : "app-store-icon-1024@1x.png", | |
109 | + "scale" : "1x" | |
110 | + } | |
111 | + ], | |
112 | + "info" : { | |
113 | + "version" : 1, | |
114 | + "author" : "xcode" | |
115 | + } | |
116 | +} | |
\ No newline at end of file |
@@ -0,0 +1,6 @@ | ||
1 | +{ | |
2 | + "info" : { | |
3 | + "version" : 1, | |
4 | + "author" : "xcode" | |
5 | + } | |
6 | +} | |
\ No newline at end of file |
@@ -0,0 +1,23 @@ | ||
1 | +{ | |
2 | + "images" : [ | |
3 | + { | |
4 | + "filename" : "libgdx@1x.png", | |
5 | + "idiom" : "universal", | |
6 | + "scale" : "1x" | |
7 | + }, | |
8 | + { | |
9 | + "filename" : "libgdx@2x.png", | |
10 | + "idiom" : "universal", | |
11 | + "scale" : "2x" | |
12 | + }, | |
13 | + { | |
14 | + "filename" : "libgdx@3x.png", | |
15 | + "idiom" : "universal", | |
16 | + "scale" : "3x" | |
17 | + } | |
18 | + ], | |
19 | + "info" : { | |
20 | + "author" : "xcode", | |
21 | + "version" : 1 | |
22 | + } | |
23 | +} |
@@ -0,0 +1,2 @@ | ||
1 | +# Location of the android SDK | |
2 | +sdk.dir=/Users/sebastian/Library/Android/sdk | |
\ No newline at end of file |