NEW: My new book Pro SwiftUI is out now – level up your SwiftUI skills today! >>

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. :)

   

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.

   

Hacking with Swift is sponsored by Judo

SPONSORED Let’s face it, SwiftUI previews are limited, slow, and painful. Judo takes a different approach to building visually—think Interface Builder for SwiftUI. Build your interface in a completely visual canvas, then drag and drop into your Xcode project and wire up button clicks to custom code. Download the Mac App and start your free trial today!

Try 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.