登录
dnrops/ini
关注点赞复刻(Fork)
  • 主页
  • 代码库
  • 疑修(Issue)
  • 合并请求(PR)
  • 引擎(Engine)
  • 里程碑
  • 维基(Wiki)
  • 动态
目录
master
分支2
标签5
+ 疑修
Web IDE
Bouke Haarsma

Release 1.2.0

6年前25次提交
  • SourcesBuild against Swift Foundation's differing API as well6年前
  • TestsFixed Linux test configuration6年前
  • .gitignoreUpdated for Swift 07-078年前
  • .travis.ymlLinux build failures no longer allowed6年前
  • CHANGELOG.mdRelease 1.2.06年前
  • LICENSEInitial commit9年前
  • Package.swiftResolve swiftlint warnings (#5)6年前
  • README.mdShow SQ badge and improve usage instructions6年前
  • sonar-project.propertiesMore elaborate Travis testing + try SonarQube integration (#4)6年前
目录README.md

Swift INI Parser

Build Status Quality Gate Status

Usage

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")
关于
swift
README.md
64.0 KB
邀请码