iOS Code Signing & Provisioning

First we create a CSR While creating CSR, the public/private key pair is generated under the hood. The public key is attached to your CSR The private key is kept…

Swift Property Wrappers

Property wrappers are a relatively new feature of Swift and can provide a lot of shortcuts. Say we want to store something in UserDefaults, or localize a string. We can…