rt-evil-inc / gira

Aplicação alternativa para o sistema de bicicletas partilhadas de Lisboa
GNU General Public License v3.0
174 stars 10 forks source link

Fix iOS build #14

Closed GilOliveira closed 6 months ago

GilOliveira commented 10 months ago

iOS build was failing due to a refactoring of the App's name in the Xcode schema from the default Ionic one, causing a well documented error. This PR fixes it by changing the capacitor.config.json and Podfile files to match the new internal name. Also added a missing step to the compilation instructions in the README.md file to clarify that the last command must be run from the project's root directory.

ttmx commented 8 months ago

I know this is very late, but you were right, thank you for the contribution.