4 Commits

Author SHA1 Message Date
cd0ad7fe27 Removed the Main storyboard from the Locations target. 2023-04-09 20:15:55 +02:00
ec45fe0c33 Fixed the product bundle identifier of the Locations target. 2023-04-09 19:57:51 +02:00
9f425a2483 Defined the LaunchScreen storyboard as the launch screen in the Info.plist file of the Locations target. 2023-04-09 19:55:59 +02:00
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