From e578286985e8da1f1c49ceb549ed4f2d7517a2c5 Mon Sep 17 00:00:00 2001 From: Michael Henry Date: Sat, 4 Mar 2023 10:48:00 +1100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 268df5a..3bfa0ef 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ And this is inspired by the functionality of [variable-injector](https://github. ![envject](https://user-images.githubusercontent.com/717992/222741865-e8c51ba1-3660-4c07-a02f-8a630b5a577d.gif) -> So inside the CI, this can be executed during pre-compilation. +> This can allow us to prevent hard-coding production keys inside the project. So inside the CI, this can be executed during pre-compilation. And then after that, you can then do the obfuscation to guarantee that no strings are readable. + +## The Problem with XCode's configuration -## The Problem with XCode's ## How to use ### Use from source @@ -40,6 +41,9 @@ brew install envject envject --file sample.config.txt ``` +## Recommendations + + ## LICENSE