batoulapps / adhan-kotlin

High precision Islamic prayer time library for Java
MIT License
157 stars 47 forks source link

Fix timing file tests on iOS #55

Closed ahmedre closed 1 year ago

ahmedre commented 1 year ago

The iOS simulator root directory is some random directory where the simulator is running. Consequently, it was tough to figure out where the json files were to run the tests on iOS in the past. Thanks to a trick picked up from here, pass this as an environment variable to the simulator so that we can run the test on iOS as well.