iOS native app used to track buses and trams in the polish city of Wrocław. This is an alternative to official old iMPK app.
Create a file called Secrets.xcconfig in the rootdir of src and set up iMPK API credentials.
API_USERNAME = <api username>
API_PASSWORD = <api password>
API_URLADDRE = <api url address>
