Skip to content

Commit

Permalink
Corrected typo; updated setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Oct 5, 2022
1 parent a706a6a commit 3a48b60
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INaturalistIOS/Controllers/Settings/AboutViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger
NSLocalizedString(@"Ecuador: Instituto Nacional de Biodiversidad (INABIO) supporting iNaturalist Ecuador (ecuador.inaturalist.org).",
@"ecuador partner")];
bodyText = [bodyText stringByAppendingFormat:@"%@\n",
NSLocalizedString(@"Finland: Finnish Museum of Naturalist History (Luomus) supporting iNaturalist Finland (https://inaturalist.laji.fi).",
NSLocalizedString(@"Finland: Finnish Museum of Natural History (Luomus) supporting iNaturalist Finland (https://inaturalist.laji.fi).",
@"finland partner")];
bodyText = [bodyText stringByAppendingFormat:@"%@\n",
NSLocalizedString(@"Greece: iSea supporting iNaturalist Greece (greece.iNaturalist.org).",
Expand Down
Binary file modified INaturalistIOS/User Interface/en.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Setup

We use cocoapods for dependencies. Install it with: `gem install cocoapods`, then do `pod install` in this directory to install the INaturalistIOS dependencies. If you run into the build error *Class 'RK_FIX_CATEGORY_BUGSNDictionary_RKAdditions' defined without specifying a base class*, then you will need to set the clang warning **Unintentional Root Class** to be something other than **Yes (Error)** for the RestKit target in the Pods project. We are moving away from RestKit in 2019 so hopefully this won't be an issue for long.

You'll also need to copy `config.h.example` to `config.h` and fill in your details.
You'll also need to copy `config.h.example` to `INaturalistIOS/config.h` and fill in your details.

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.

Expand Down

0 comments on commit 3a48b60

Please sign in to comment.