目录
目录README.md

SwiftyXcActivityLog

Swift Test Create Release

Install

You can install this package via Swift Package.

Simply add

.package(name: "SwiftyXcActivityLog", url: "https://github.com/KS1019/SwiftyXcActivityLog", .upToNextMajor(from: "0.0.5"))

to your dependecies in your Package.swift.

Alternatively, you can add this package via Xcode.

Usage

In order to access to the log, you write

let log = XcActivityLog(productName: productName)

// Use this when you want to deal with an array of Execution struct
guard let executions = log.asExecutions() else { return } 

// Use this when you want to deal with an array of String
guard let strArray = log.asStringArray() else { return }

Alternatives

关于
51.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号