openedx / openedx-app-ios

The mobile app for iOS for the Open EdX Platform.
Apache License 2.0
19 stars 13 forks source link

fix: APIs path and archive fix #450

Closed saeedbashir closed 3 weeks ago

saeedbashir commented 3 weeks ago

This PR address small issues with API paths and errors while creating archive.

  1. Path issues: Some API paths are starting without the /. Ideally it should work and it works sometimes because of appendingPathComponent. But most of the time, it fails and path becomes HostURLAPIPath instead of HostURL/APIPath. Added the / to the API paths where it was missing.

  2. Archive issue: Some mock code was without the #if DEBUG and it was throughing an error while creating an archive.

  3. Theme Some changes to fix the edX theme. These changes will not impact the openedX theme.

volodymyr-chekyrta commented 3 weeks ago

Please fix Lint Commit Message