File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ addons:
2424
2525env :
2626 - CACHE_NAME=iOS PLATFORM=iOS
27+ - CACHE_NAME=macOS PLATFORM=macOS
28+ - CACHE_NAME=tvOS PLATFORM=tvOS
29+ - CACHE_NAME=watchOS PLATFORM=watchOS
2730
2831install :
2932- pip install codecov
Original file line number Diff line number Diff line change 44 <a href =" https://developer.apple.com/swift/ " >
55 <img src="https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat" alt="Swift 5.0">
66 </a >
7- <a href =" https://travis-ci.com/SwiftAlgorithmClub/AGString " >
8- <img src="https://travis-ci.com/SwiftAlgorithmClub/AGString.svg?branch=master" alt="SPM"> </a>
9- <a href =" https://codecov.io/gh/SwiftAlgorithmClub/AGString " >
10- <img src="https://codecov.io/gh/SwiftAlgorithmClub/AGString/branch/develop/graph/badge.svg" alt="SPM">
11- </a >
127 <a href =" http://cocoapods.org/pods/AGString " >
138 <img src="https://img.shields.io/cocoapods/v/AGString.svg?style=flat" alt="Version">
149 </a >
2318 </a >
2419</p >
2520
21+ <p align =" center " >
22+ <a href =" https://travis-ci.com/SwiftAlgorithmClub/AGString " >
23+ <img src="https://travis-ci.com/SwiftAlgorithmClub/AGString.svg?branch=master" alt="SPM"> </a>
24+ <a href =" https://codecov.io/gh/SwiftAlgorithmClub/AGString " >
25+ <img src="https://codecov.io/gh/SwiftAlgorithmClub/AGString/branch/develop/graph/badge.svg" alt="SPM">
26+ </a >
27+ <a href="https://sonarcloud.io/dashboard?id=SwiftAlgorithmClub_AGString">
28+ <img src="https://sonarcloud.io/api/project_badges/measure?project=SwiftAlgorithmClub_AGString&metric=alert_status" alt="SonarSwift">
29+ </a >
30+ </p >
31+
2632# AGString
2733<p align =" center " >
2834AGString is an extension for convenient working with swift String.
You can’t perform that action at this time.
0 commit comments