Skip to content

Commit

Permalink
Resource assets and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarosNovak committed Jan 29, 2021
1 parent 0a5bdf3 commit a57613a
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"images" : [
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
"idiom" : "ipad",
"scale" : "1x",
"size" : "20x20"
},
{
"idiom" : "ipad",
"scale" : "2x",
"size" : "20x20"
},
{
"idiom" : "ipad",
"scale" : "1x",
"size" : "29x29"
},
{
"idiom" : "ipad",
"scale" : "2x",
"size" : "29x29"
},
{
"idiom" : "ipad",
"scale" : "1x",
"size" : "40x40"
},
{
"idiom" : "ipad",
"scale" : "2x",
"size" : "40x40"
},
{
"idiom" : "ipad",
"scale" : "1x",
"size" : "76x76"
},
{
"idiom" : "ipad",
"scale" : "2x",
"size" : "76x76"
},
{
"idiom" : "ipad",
"scale" : "2x",
"size" : "83.5x83.5"
},
{
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
},
{
"idiom" : "car",
"scale" : "2x",
"size" : "60x60"
},
{
"idiom" : "car",
"scale" : "3x",
"size" : "60x60"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,25 @@
<string>UIKit</string>
</array>
</dict>
<key>Resource/Assets.xcassets</key>
<dict>
<key>Path</key>
<string>Resource/Assets.xcassets</string>
<key>Group</key>
<array>
<string>Resource</string>
</array>
</dict>

<key>Resource/Colors.xcassets</key>
<dict>
<key>Path</key>
<string>Resource/Colors.xcassets</string>
<key>Group</key>
<array>
<string>Resource</string>
</array>
</dict>
<key>Extension/Foundation/String.swift</key>
<dict>
<key>Path</key>
Expand All @@ -158,6 +177,8 @@
<string>Manager/Request/RequestManagerType.swift</string>
<string>Manager/Request/Endpoint.swift</string>
<string>Extension/UIKit/UIView.swift</string>
<string>Resource/Colors.xcassets</string>
<string>Resource/Assets.xcassets</string>
<string>Extension/Foundation/String.swift</string>
<string>Info.plist:UIMainStoryboardFile</string>
<string>Info.plist:UIApplicationSceneManifest:UISceneStoryboardFile</string>
Expand Down

0 comments on commit a57613a

Please sign in to comment.