-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
769 - Add Scheme to IOS Debug Build #477
base: wallet/dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I remembered it wrong when I recommended use of schemes for different builds, as on further investigation it seems that different build configurations within the same scheme is the better way to build with a different bundle ID. I'm working on implementing this now.
@brendoncoin should I close this PR then? |
…build configuration.
Added a "BETA" scheme
Automatically gets imported to the xcode project after build
DEBUG build uses the BETA scheme while Release uses the original Bitcoin.com Wallet scheme.