Release 1.2.0
INI file looking like this:
[Header] Key=Value ; some comment
Parse it like this:
let config = try parseINI(filename: "config.ini") print(config["Header"]?["Key"]) // prints Optional("Value")
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Swift INI Parser
Usage
INI file looking like this:
Parse it like this: