Javier Cicchelli 9bcdaa697b [Setup] Basic project structure (#1)
This PR contains all the work related to setting up this project as required to implement the [Assignment](https://repo.rock-n-code.com/rock-n-code/deep-linking-assignment/wiki/Assignment) on top, as intended.

To summarise this work:
- [x] created a new **Xcode** project;
- [x] cloned the `Wikipedia` app and inserted it into the **Xcode** project;
- [x] created the `Locations` app and also, its `Libraries` package;
- [x] created the `Shared` package to share dependencies between the apps;
- [x] added a `Makefile` file and implemented some **environment** and **help** commands.

Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Reviewed-on: rock-n-code/deep-linking-assignment#1
2023-04-08 18:37:13 +00:00

67 lines
1.3 KiB
JSON

{
"images" : [
{
"size" : "60x45",
"idiom" : "iphone",
"filename" : "120x90.png",
"scale" : "2x"
},
{
"size" : "60x45",
"idiom" : "iphone",
"filename" : "180x135.png",
"scale" : "3x"
},
{
"size" : "67x50",
"idiom" : "ipad",
"filename" : "134x100.png",
"scale" : "2x"
},
{
"size" : "74x55",
"idiom" : "ipad",
"filename" : "148x110.png",
"scale" : "2x"
},
{
"size" : "27x20",
"idiom" : "universal",
"filename" : "54x40.png",
"scale" : "2x",
"platform" : "ios"
},
{
"size" : "27x20",
"idiom" : "universal",
"filename" : "81x60.png",
"scale" : "3x",
"platform" : "ios"
},
{
"size" : "32x24",
"idiom" : "universal",
"filename" : "64x48.png",
"scale" : "2x",
"platform" : "ios"
},
{
"size" : "32x24",
"idiom" : "universal",
"filename" : "96x72.png",
"scale" : "3x",
"platform" : "ios"
},
{
"size" : "1024x768",
"idiom" : "ios-marketing",
"filename" : "1024x768.png",
"scale" : "1x",
"platform" : "ios"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}