Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

The Development Workflow #427

Answered by antsgar
barelyhuman asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @barelyhuman! Hope you're doing well 🙂 I think you've covered pretty much all of what needs to be done.

Specifically for Android, you can notice that you need to add the productFlavours to your app/build.gradle file https://github.com/standardnotes/mobile/blob/develop/android/app/build.gradle#L182, and add each flavour's icons to the corresponding res folder.

On iOS, you should create separate targets and schemes on XCode and add the targets to your Podfile, like so https://github.com/standardnotes/mobile/blob/develop/ios/Podfile#L16. You can also create separate icon sets and set them to each target on Build Settings > Asset Catalog Compiler - Options > Asset Catalog App Icon Set Name.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@barelyhuman
Comment options

Answer selected by barelyhuman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants