This is open source project implementation for Muslim App.
Feel free to contribute.
Some dependency will make use of private code from private pod.
You can use mock instead.
Doing
These below will be built in CI foreach push.
- Master -> Production (Only Maintainer) master
- Develop -> Development develop
- Apps -> Executable Target main development line apps/*
You make feature ImagePicker for CatatanMuslimApp
git checkout apps/catatan-muslim-app/main # catatanMuslimApp
git checkout -b feature/catatan-muslim-app/image-picker
# working
# merge to apps/catatan-muslim-app/main
# Maintainer will merge to develop!
git clone --branch develop https://github.com/ma-pp/ma2018_ios.git MuslimAppiOS
cd MuslimAppiOS
bash scripts/setup.sh
open MuslimAppWorkspace.xcworkspace
Some notes about configuration file
Production.xcconfig
is supposed for PRODUCTION build (Release)Development.xcconfig
is supposed for DEVELOPMENT build (Debug)Developer.xcconfig
is supposed for DEVELOPMENT local machine build (Debug)
Please take a look at Development.xcconfig
!
// Developer Configuration is set to be untracked in .gitignore
// If you need to specify BUILD_SETTING for your own DEBUG
// Please make your own Developer.xcconfig
#include "Developer.xcconfig"
Developer.xcconfig
is untracked by git