ios - 1 App Built for Enterprise and App Store -
we have app build both enterprise , app store. requires make couple settings
- the bundle identifier
- 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.
first can duplicate release configuration in settings add appstore configuration.
add prepocessor macros every configuration have.
manage schemes have app store build configuration
you have 2 targets need build 1 after other.
for code part, on code have manage every macros in code.
Comments
Post a Comment