Skip to content

nzbrn/INaturalistIOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 than cloning:

git clone git@github.com: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.1%
  • XSLT 1.2%
  • Other 0.7%