-
|
As part of the installation on iOS "ArkanaKeys" is placed under a folder named "Dependencies". |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey @houmie, I don't remember from the top of my head since it's been a while, and I'm away from my computer until Sunday, I'll reply you then :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi @houmie, in the setup your described, that folder should be added to the gitignore, as per the README:
Note that that folder's name can be customized via the I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @houmie, in the setup your described, that folder should be added to the gitignore, as per the README:
Note that that folder's name can be customized via the
result_pathconfig. In my setups I like putting it in a folder such asresult_path: 'dependencies/Generated'and then gitignore the entireGeneratedfolder (which may contain other generates dependencies like results of SwiftGen or custom scripts. Mydependencies/parent folder is not gitignored as…