[Bugfix] Location library naming #8

Merged
javier merged 2 commits from bugfix/rename-locations-library into main 2023-04-11 15:57:39 +00:00
Owner

This PR contains a bugfix that appeared while I started working on the app itself. Basically, the app was not building as the compiler was complaining about duplicated files in the project, but given that I couldn't find any, then I found out that the compiler doesn't like that a library name and an app target share the same name.

So I renamed the Locations library in the Libraries package as Remote (for the lack of a better word...) to fix this issue that was stopping me from continue working on implementing the app.

This PR contains a bugfix that appeared while I started working on the app itself. Basically, the app was not building as the compiler was complaining about duplicated files in the project, but given that I couldn't find any, then I found out that the compiler doesn't like that a library name and an app target share the same name. So I renamed the `Locations` library in the **Libraries** package as `Remote` (for the lack of a better word...) to fix this issue that was stopping me from continue working on implementing the app.
javier self-assigned this 2023-04-11 15:57:24 +00:00
javier added 2 commits 2023-04-11 15:57:24 +00:00
javier merged commit d51cc97aa4 into main 2023-04-11 15:57:39 +00:00
Sign in to join this conversation.
No description provided.