Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 674 Bytes

Photo Map

Shows geotagged photos on map

screenshot1

Building the app

The app can be built by using the provided Makefile by running:

make

This requires the following things to be present:

  • make
  • which
  • tar: for building the archive
  • curl: used if phpunit and composer are not installed to fetch them from the web
  • npm: for building and testing JS

Publish to App Store

First get an account for the App Store then run:

make && make appstore

The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.