Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Oct 13, 2023
1 parent 27d0285 commit 24d8a88
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,24 @@ let isDebug = config.isDebug // true
## Installation
### Common
- Create directory for splitted configuration files, e.g. `$PROJECT/Resources/BuildConfig`.
- If you use different settings for each environment, create `.env` into above directory.
- If you use different settings for each environment, create folders with the name for each environments into above directory.
- You don't have to add above directory into project.

#### Example
```
BuildConfig
│ ├ debug
│ │ └ c.yml
│ ├ adhoc
│ │ └ c.yml
│ └ release
│ ├ a.yml
│ └ c.yml
├ a.yml
├ b.yml
└ c.yml
```

### SwiftPM(6.0.0~)
> [!IMPORTANT]
> In this case, there are some constraints.
Expand Down

0 comments on commit 24d8a88

Please sign in to comment.