ios - 1 App Built for Enterprise and App Store -


we have app build both enterprise , app store. requires make couple settings

  1. the bundle identifier
  2. the development team

currently use 2 branches enterprise branch master , app store branch secondary, , merge master app store branch before submitting.

i eliminate step , build both versions @ same time.

what best way this?

i have 1 additional requirement. mixed swift , objective-c project , want ability have code specific app store version , code specific enterprise version. envision using #ifdef

any suggestions on solution this, or keeping on 2 branches make technical sense.

  1. first can duplicate release configuration in settings add appstore configuration. enter image description here

  2. add prepocessor macros every configuration have.enter image description here

  3. manage schemes have app store build configuration enter image description here

  4. you have 2 targets need build 1 after other.

  5. for code part, on code have manage every macros in code.


Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -