Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ileaflog/INaturalistIOS

 
 

Repository files navigation

INaturalistIOS

INaturalistIOS is the official iOS app for submitting data to iNaturalist.org.

Setup

We're using a number of submodules so there's a little more to do than cloning:

git clone [email protected]:inaturalist/INaturalistIOS.git
cd INaturalistIOS/
cp config.h.example config.h # and edit to configure for your project
git submodule init
git submodule update
cd Vendor/Facebook && ./scripts/build_framework.sh

That should get you set up for local development with the Simulator. If you want to test on actual devices you'll need to get a provisioning profile from Apple and configure the project to use it: https://developer.apple.com/ios/manage/overview/index.action.

About

iNaturalist iOS app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.0%
  • XSLT 1.3%
  • Other 0.7%