-
If you are looking for help, please confirm the following...
Which mobile framework are you using?iOS (Swift, Objective-C) Steps to reproduceI want to be able to download a let say .env file. Expected resultsI want to be able to upload it directly to CodeMagic and download it later with a worflow Actual resultsI cannot do that Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @OmarJalil, what is your use case here? Are you looking to import this file from a secure S3 bucket and make it downloadable on the UI, or do you want to use values from that file within your workflow? In any case you would need to upload this.env file somewhere in order to import it, then write the values to the
Or, if you just want this file to be downloadable from the UI, you can do it like this:
|
Beta Was this translation helpful? Give feedback.
Hi @OmarJalil, what is your use case here? Are you looking to import this file from a secure S3 bucket and make it downloadable on the UI, or do you want to use values from that file within your workflow?
In any case you would need to upload this.env file somewhere in order to import it, then write the values to the
CM_ENV
environment variable.