Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 9b6fecc

Browse files
committed
add swift package manager support, update gems
1 parent d4b369a commit 9b6fecc

File tree

7 files changed

+46
-324
lines changed

7 files changed

+46
-324
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ xcuserdata/
2323
*.xcscmblueprint
2424
.DS_Store
2525
UICircularProgressRing.framework.zip
26+
src/fastlane/report.xml
27+
src/fastlane/test_output/report.html
28+
src/fastlane/test_output/report.junit

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 6.4.0
2+
3+
- Add Swift Package Manager support
4+
15
# Version 6.3.0
26

37
- Add new "knob" related features, such as custom knob paths and ability to add images to the progress ring knob. Thanks to [@Tom Knapen](https://github.com/wassup-) for the PR!

UICircularProgressRing.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "UICircularProgressRing"
5-
s.version = "6.3.0"
5+
s.version = "6.4.0"
66
s.summary = "A highly customizable circular progress bar for iOS written in Swift"
77

88
s.description = <<-DESC

src/Gemfile.lock

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
5-
addressable (2.6.0)
6-
public_suffix (>= 2.0.2, < 4.0)
4+
CFPropertyList (3.0.1)
5+
addressable (2.7.0)
6+
public_suffix (>= 2.0.2, < 5.0)
77
atomos (0.1.3)
8-
babosa (1.0.2)
9-
claide (1.0.2)
8+
babosa (1.0.3)
9+
claide (1.0.3)
1010
colored (1.2)
1111
colored2 (3.1.2)
1212
commander-fastlane (4.4.6)
1313
highline (~> 1.7.2)
1414
declarative (0.0.10)
1515
declarative-option (0.1.0)
1616
digest-crc (0.4.1)
17-
domain_name (0.5.20180417)
17+
domain_name (0.5.20190701)
1818
unf (>= 0.0.5, < 1.0.0)
19-
dotenv (2.6.0)
19+
dotenv (2.7.5)
2020
emoji_regex (1.0.1)
21-
excon (0.62.0)
22-
faraday (0.15.4)
21+
excon (0.68.0)
22+
faraday (0.17.0)
2323
multipart-post (>= 1.2, < 3)
2424
faraday-cookie_jar (0.0.6)
2525
faraday (>= 0.7.4)
2626
http-cookie (~> 1.0.0)
2727
faraday_middleware (0.13.1)
2828
faraday (>= 0.7.4, < 1.0)
29-
fastimage (2.1.5)
30-
fastlane (2.116.0)
29+
fastimage (2.1.7)
30+
fastlane (2.134.0)
3131
CFPropertyList (>= 2.3, < 4.0.0)
3232
addressable (>= 2.3, < 3.0.0)
3333
babosa (>= 1.0.2, < 2.0.0)
@@ -37,31 +37,31 @@ GEM
3737
dotenv (>= 2.1.1, < 3.0.0)
3838
emoji_regex (>= 0.1, < 2.0)
3939
excon (>= 0.45.0, < 1.0.0)
40-
faraday (~> 0.9)
40+
faraday (~> 0.17)
4141
faraday-cookie_jar (~> 0.0.6)
42-
faraday_middleware (~> 0.9)
42+
faraday_middleware (~> 0.13.1)
4343
fastimage (>= 2.1.0, < 3.0.0)
4444
gh_inspector (>= 1.1.2, < 2.0.0)
4545
google-api-client (>= 0.21.2, < 0.24.0)
4646
google-cloud-storage (>= 1.15.0, < 2.0.0)
4747
highline (>= 1.7.2, < 2.0.0)
4848
json (< 3.0.0)
49-
mini_magick (~> 4.5.1)
50-
multi_json
49+
jwt (~> 2.1.0)
50+
mini_magick (>= 4.9.4, < 5.0.0)
5151
multi_xml (~> 0.5)
5252
multipart-post (~> 2.0.0)
5353
plist (>= 3.1.0, < 4.0.0)
5454
public_suffix (~> 2.0.0)
55-
rubyzip (>= 1.2.2, < 2.0.0)
55+
rubyzip (>= 1.3.0, < 2.0.0)
5656
security (= 0.1.3)
5757
simctl (~> 1.6.3)
5858
slack-notifier (>= 2.0.0, < 3.0.0)
59-
terminal-notifier (>= 1.6.2, < 2.0.0)
59+
terminal-notifier (>= 2.0.0, < 3.0.0)
6060
terminal-table (>= 1.4.5, < 2.0.0)
6161
tty-screen (>= 0.6.3, < 1.0.0)
6262
tty-spinner (>= 0.8.0, < 1.0.0)
6363
word_wrap (~> 1.0.0)
64-
xcodeproj (>= 1.6.0, < 2.0.0)
64+
xcodeproj (>= 1.8.1, < 2.0.0)
6565
xcpretty (~> 0.3.0)
6666
xcpretty-travis-formatter (>= 0.0.3)
6767
gh_inspector (1.1.3)
@@ -73,9 +73,9 @@ GEM
7373
representable (~> 3.0)
7474
retriable (>= 2.0, < 4.0)
7575
signet (~> 0.9)
76-
google-cloud-core (1.3.0)
76+
google-cloud-core (1.4.0)
7777
google-cloud-env (~> 1.0)
78-
google-cloud-env (1.0.5)
78+
google-cloud-env (1.3.0)
7979
faraday (~> 0.11)
8080
google-cloud-storage (1.16.0)
8181
digest-crc (~> 0.4)
@@ -93,19 +93,19 @@ GEM
9393
http-cookie (1.0.3)
9494
domain_name (~> 0.5)
9595
httpclient (2.8.3)
96-
json (2.1.0)
96+
json (2.2.0)
9797
jwt (2.1.0)
9898
memoist (0.16.0)
99-
mime-types (3.2.2)
99+
mime-types (3.3)
100100
mime-types-data (~> 3.2015)
101-
mime-types-data (3.2018.0812)
102-
mini_magick (4.5.1)
103-
multi_json (1.13.1)
101+
mime-types-data (3.2019.1009)
102+
mini_magick (4.9.5)
103+
multi_json (1.14.1)
104104
multi_xml (0.6.0)
105105
multipart-post (2.0.0)
106106
nanaimo (0.2.6)
107107
naturally (2.2.0)
108-
os (1.0.0)
108+
os (1.0.1)
109109
plist (3.5.0)
110110
public_suffix (2.0.5)
111111
representable (3.0.4)
@@ -114,31 +114,31 @@ GEM
114114
uber (< 0.2.0)
115115
retriable (3.1.2)
116116
rouge (2.0.7)
117-
rubyzip (1.2.2)
117+
rubyzip (1.3.0)
118118
security (0.1.3)
119-
signet (0.11.0)
119+
signet (0.12.0)
120120
addressable (~> 2.3)
121121
faraday (~> 0.9)
122122
jwt (>= 1.5, < 3.0)
123123
multi_json (~> 1.10)
124-
simctl (1.6.5)
124+
simctl (1.6.6)
125125
CFPropertyList
126126
naturally
127127
slack-notifier (2.3.2)
128-
terminal-notifier (1.8.0)
128+
terminal-notifier (2.0.0)
129129
terminal-table (1.8.0)
130130
unicode-display_width (~> 1.1, >= 1.1.1)
131-
tty-cursor (0.6.0)
132-
tty-screen (0.6.5)
133-
tty-spinner (0.9.0)
134-
tty-cursor (~> 0.6.0)
131+
tty-cursor (0.7.0)
132+
tty-screen (0.7.0)
133+
tty-spinner (0.9.1)
134+
tty-cursor (~> 0.7)
135135
uber (0.1.0)
136136
unf (0.1.4)
137137
unf_ext
138-
unf_ext (0.0.7.5)
139-
unicode-display_width (1.4.1)
138+
unf_ext (0.0.7.6)
139+
unicode-display_width (1.6.0)
140140
word_wrap (1.0.0)
141-
xcodeproj (1.8.0)
141+
xcodeproj (1.13.0)
142142
CFPropertyList (>= 2.3.3, < 4.0)
143143
atomos (~> 0.1.3)
144144
claide (>= 1.0.2, < 2.0)
@@ -156,4 +156,4 @@ DEPENDENCIES
156156
fastlane
157157

158158
BUNDLED WITH
159-
2.0.1
159+
2.0.2

src/fastlane/report.xml

-18
This file was deleted.

0 commit comments

Comments
 (0)