[Bugfix] Mobile platform builds #11
Reference in New Issue
Block a user
Delete Branch "bugfix/mobile-platforms-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Routerprotocol that was causing a compilation issue on watchOS platforms;Packagefile to v5.5;Packagefile to restrict support to the last 2 major releases;READMEfile;READMEfile and added support for both light and dark modes.