Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marionauta/fountains-ios
https://github.com/marionauta/fountains-ios
openstreetmap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marionauta/fountains-ios
- Owner: marionauta
- Created: 2022-04-24T22:41:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T14:50:20.000Z (about 2 months ago)
- Last Synced: 2024-11-07T15:18:00.258Z (about 2 months ago)
- Topics: openstreetmap
- Language: Swift
- Homepage: https://apps.apple.com/app/id6447196147
- Size: 275 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Fountains iOS
iOS app to search for drinking fountains nearby.
## KMM
This project relies on a library written in [Kotlin Multiplatform Mobile][kmm].
You need to have the [android project][android] in your local machine, with the
following folder structure:```sh
> ls
android ios
```Then run the compile command on the android projects root folder:
```sh
./gradlew :WaterFountains:assembleXCFramework
```After that, you can open this project in Xcode as usual.
[kmm]: https://kotlinlang.org/lp/mobile/
[android]: https://github.com/marionauta/fountains-android