lammylol / Flock

New App Page for Flock
0 stars 0 forks source link

chore: copy googleservice #26

Closed pmar116 closed 2 months ago

pmar116 commented 3 months ago

Problem:

I keep having to re-link the GoogleService-info.plist file when i build >:(

Solution:

Instead of linking file locally, added a folder to store GoogleService-info.plist within the project and added a script to copy it during build.

Link to how