Andriikym / Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Package Manager

ConfigurationReader

This package inspired by Mattt's article Xcode Build Configuration Files. I recommend to read it first to refresh understanding of configurations in Xcode.

The idea is that best practices prescribe strict separation of configuration from code. Thus, we will do that.

There are two simple ways of doing so:

  • using Xcode project User-Defined Settings;
  • using of configuration files;

User-Defined Settings

This approach is a bit simpler because it is not necessary to create configuration files and manage them later.

First image prev

Imagg

Next image prev

Imagg2

About

License:Other


Languages

Language:Swift 100.0%