TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

SOLVED: How do I create and use Environmental Variables in Swift for sensitive info?

Forums > Swift

Hi gang,

How do I do the following:

  1. Create a hidden file that can be added to .gitignore which holds some sensitive information such as API keys, etc?
  2. Access the information in this file inside of Swift/Xcode so as not to directly expose this information to the outside world?

I have been googling but all of it is over my head (6-month old developer).

What's the simplist method that will get the job done inside of Swift/Xcode?

Thanks as always. :)

3      

Do not put sensitive data in the bundle or UserDefaults. Use KeyChain or FileManager (with encription)

You can use kishikawakatsumi's KeychainAccess. @djryanash as you have access to HWS+ then check out this Live steam Simple SwiftUI, part 3: SimpleNotes.

3      

Hacking with Swift is sponsored by Blaze.

SPONSORED Still waiting on your CI build? Speed it up ~3x with Blaze - change one line, pay less, keep your existing GitHub workflows. First 25 HWS readers to use code HACKING at checkout get 50% off the first year. Try it now for free!

Reserve your spot now

Sponsor Hacking with Swift and reach the world's largest Swift community!

Reply to this topic…

You need to create an account or log in to reply.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.