Skip to content

Script.sh

Rajesh edited this page Jan 10, 2019 · 1 revision

#! /bin/bash

openssl enc -aes-256-cbc -d -in ${SRCROOT}/SecretApp/Secrets.swift.enc -out ${SRCROOT}/SecretApp/Secrets.swift -pass pass:samplepassword

Clone this wiki locally