Skip to content

ma-pp/ma2018_ios

Repository files navigation

Muslim App

DEVELOP Build Status

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.

UI/UX :

Doing

  1. Adobe XD Wireframe
  2. Zeplin UX

Gitflow :

These below will be built in CI foreach push.

  1. Master -> Production (Only Maintainer) master
  2. Develop -> Development develop
  3. Apps -> Executable Target main development line apps/*

Example

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!

Sprint

Trello

Want to Contribute?

git clone --branch develop https://github.com/ma-pp/ma2018_ios.git MuslimAppiOS
cd MuslimAppiOS
bash scripts/setup.sh
open MuslimAppWorkspace.xcworkspace

Configuration

Some notes about configuration file

  1. Production.xcconfig is supposed for PRODUCTION build (Release)
  2. Development.xcconfig is supposed for DEVELOPMENT build (Debug)
  3. 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

About

Native iOS Client for MuslimApp. Make use of private code. Implement yours!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published