Configuration icon indicating copy to clipboard operation
Configuration copied to clipboard

Hierarchical configuration manager for Swift applications

Results 7 Configuration issues
Sort by recently updated
recently updated
newest added

Trying to fix URLSession move to `FoundationNetworking` ## Description Getting the flowing error on the latest version of Configuration, even though I am using Swift 5.1.1 version. ```!Swift [821/832] Compiling...

Env var and argv will assign non-JSON, non-PLIST to String type, always. This makes overriding numeric values with numeric values impossible. We should figure out a way to coerce the...

It would be fantastic if Configuration could support kubernetes secrets: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/ In essence it should get the basepath, for a directory where there is one (text) file with the value...

- [ ] SPM is changing executable location again. `BasePath.project` will be removed along with implicit Xcode support. - [x] Update `Package.swift` to Swift 4 format. - [ ] Add...

- Don't call `XCTFail` in class level `setup` and `teardown` - Rework tests that use `symlinkInExecutableFolder` as the code may not have the permissions to modify that folder

I see that you're already supporting the Swift Package Manager. I think it would still be great addition if you could support Cocoapods as well. The main reason being that...

`TestProgram` was written to test code that has no easy way to be tested inside XCT test cases (i.e. code that parses env var and argv). We should revisit this...