rogerluan / arkana

Use dotenv files for Android and iOS projects.
BSD 2-Clause "Simplified" License
374 stars 18 forks source link

Improve obfuscation by forcing compiler to inline variables #6

Closed rogerluan closed 2 years ago

rogerluan commented 2 years ago

Variables should use the @inline(__always) attribute to help obfuscate their content during build process.

Good read: https://swiftrocks.com/the-forbidden-inline-attribute-in-swift