[Bugfix] Mobile platform builds #11

Merged
javier merged 6 commits from bugfix/mobile-platforms-build into main 2023-04-25 13:38:31 +00:00
Owner

This PR contains the work done to address the issue #10, that was raised based on the build logs from publishing the package in the Swift Package Index.

To provide further details about the work done:

  • fixed the Router protocol that was causing a compilation issue on watchOS platforms;
  • downgraded the swift tools version in the Package file to v5.5;
  • bumped the minimum platform version in the Package file to restrict support to the last 2 major releases;
  • written the Installation section in the README file;
  • updated the project logo assets, including light and dark versions;
  • updated the project logo in the README file and added support for both light and dark modes.
This PR contains the work done to address the issue #10, that was raised based on the build logs from publishing the package in the Swift Package Index. To provide further details about the work done: - [x] fixed the `Router` protocol that was causing a compilation issue on *watchOS* platforms; - [x] downgraded the swift tools version in the `Package` file to v5.5; - [x] bumped the minimum platform version in the `Package` file to restrict support to the last 2 major releases; - [x] written the *Installation* section in the `README` file; - [x] updated the project logo assets, including light and dark versions; - [x] updated the project logo in the `README` file and added support for both light and dark modes.
javier self-assigned this 2023-04-25 13:38:03 +00:00
javier added 6 commits 2023-04-25 13:38:04 +00:00
javier merged commit 4a1fab2f8a into main 2023-04-25 13:38:31 +00:00
javier deleted branch bugfix/mobile-platforms-build 2023-04-25 13:38:31 +00:00
Sign in to join this conversation.
No description provided.