Read more about Be My Eyes project.
This is the main issue for the entire Be My Eyes project. Issues on other repos like backend and server should refer to issues in this repo when relevant. E.g. when a new feature in the app requires a support on the backend.
We are using Waffle.io to manage Github issues. It has two-way sync by adding and removing tags like:
- Ready – Done discussing, do!
- In progress – Someone is working on this one
You can see priorities on Waffle.io where top = first. Admins of this repo can make the changes.
All dependencies are already in the repo. To update pods use pod update
in the terminal (install CocoaPods first if necessary with sudo gem install cocoapods
).
Duplicate BMEGlobal.temp.h
and rename to BMEGlobal.h
in Finder and configure to your own needs. If you are part of the team, reach out to get the salty secrets.
Remember to update BMEGlobal.temp.h along with BMEGlobal.h, when any additions or changes are made.
OpenTok supports armv7
and armv7s
and not arm64
. Therefor the option ONLY_ACTIVE_ARCH
should be set to NO
.
The translations are crowd sourced at crowdin. Please contribute there, instead of editing the .string
s files directly in the repo.
- Chinese
Simplified
is equivalent tozh-Hant
in iOS andzh-CN
on CrowdIn. - Chinese
Traditional
is equivalent tozh-Hans
in iOS andzh-TW
on CrowdIn. - Croation is
hr
- Greek is
el
- Urdu is
ur-PK
The Scripts
folder contains useful scripts that automate the process of maintaining language translations. All of them require CrowdIn API key to work properly.
upload_translations.py
– Script responsible for uploading/updating the base language strings (en).export_translations.py
– Triggers a build of the newest translations on the CrowdIn server.update_translations.py
– Script for downloading the newest translations, unpacking them and placing in the right place within the project structure.update_translations_and_run_miaw.sh
– Bash script that exports the newest translations, downloads them and runsMiawKit
to update string constants within the project.
- Send localizable strings files for new features to Crowdin
- Manual integration test on alpha/development
- Pull latest localizations from Crowdin and add to project
- Manual integration test on beta/staging
- Submit to App Store
- Update App Store app description + screenshots + update description
- Manual integration test on production
- Signup as blind person + sighted with email
- Login with email + Facebook
- Make help request
- Respond to help request
- Reset password
- Change name + email