Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 9b7b0a9

Browse files
Merge pull request #9 from LiveTL/beta
V1.1.0
2 parents c9cef4e + b9b1681 commit 9b7b0a9

40 files changed

+2743
-323
lines changed

.github/workflows/xctests.yml

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,32 @@
33
name: XCTests
44

55
# Controls when the workflow will run
6-
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
8-
push:
9-
branches: all
10-
pull_request:
11-
branches: all
12-
13-
# Allows you to run this workflow manually from the Actions tab
14-
workflow_dispatch:
6+
on: [ push, pull_request, workflow_dispatch ]
157

168
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
179
jobs:
18-
# This workflow contains a single job called "build"
19-
build:
20-
# The type of runner that the job will run on
10+
build-and-test:
2111
runs-on: macos-latest
22-
23-
# Steps represent a sequence of tasks that will be executed as part of the job
2412
steps:
25-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2613
- uses: actions/checkout@v2
27-
28-
# Runs a single command using the runners shell
29-
- name: Xcode Test
14+
with:
15+
submodules: recursive
16+
token: ${{ secrets.ACTION_ACCESS_TOKEN }}
17+
18+
- name: Pod Install
19+
run: pod install
20+
21+
- name: Xcode Build
3022
run: |
3123
xcodebuild \
3224
-workspace ios.xcworkspace \
3325
-scheme ios \
3426
-sdk iphonesimulator \
35-
-destination 'platform=iOS Simulator,name=iPhone 12,OS=14.5' \
36-
clean test
27+
-destination 'platform=iOS Simulator,name=iPhone 12,OS=14.4' \
28+
clean test | xcpretty
3729
38-
- name: Analize Tests
39-
uses: tbartelmess/analyze-xcoderesults-action@0.1.0
40-
if: always()
41-
with:
42-
results: TestResults.xcresult
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
- name: Make Test Results artifact
31+
uses: actions/upload-artifact@v2
32+
with:
33+
name: TestResults.xcresult
34+
path: TestResults.xcresult

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ Pods/
33
ios.xcodeproj/xcuserdata
44
ios.xcodeproj/*.xcworkspace
55

6-
.DS_Store
6+
.DS_Store
7+
fastlane/README.md
8+
9+
fastlane/report.xml
10+
11+
ios.app.dSYM.zip
12+
13+
ios.ipa

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "fastlane"

Gemfile.lock

Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,209 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.3)
5+
addressable (2.8.0)
6+
public_suffix (>= 2.0.2, < 5.0)
7+
artifactory (3.0.15)
8+
atomos (0.1.3)
9+
aws-eventstream (1.1.1)
10+
aws-partitions (1.479.0)
11+
aws-sdk-core (3.117.0)
12+
aws-eventstream (~> 1, >= 1.0.2)
13+
aws-partitions (~> 1, >= 1.239.0)
14+
aws-sigv4 (~> 1.1)
15+
jmespath (~> 1.0)
16+
aws-sdk-kms (1.44.0)
17+
aws-sdk-core (~> 3, >= 3.112.0)
18+
aws-sigv4 (~> 1.1)
19+
aws-sdk-s3 (1.96.1)
20+
aws-sdk-core (~> 3, >= 3.112.0)
21+
aws-sdk-kms (~> 1)
22+
aws-sigv4 (~> 1.1)
23+
aws-sigv4 (1.2.4)
24+
aws-eventstream (~> 1, >= 1.0.2)
25+
babosa (1.0.4)
26+
claide (1.0.3)
27+
colored (1.2)
28+
colored2 (3.1.2)
29+
commander (4.6.0)
30+
highline (~> 2.0.0)
31+
declarative (0.0.20)
32+
digest-crc (0.6.3)
33+
rake (>= 12.0.0, < 14.0.0)
34+
domain_name (0.5.20190701)
35+
unf (>= 0.0.5, < 1.0.0)
36+
dotenv (2.7.6)
37+
emoji_regex (3.2.2)
38+
excon (0.85.0)
39+
faraday (1.5.1)
40+
faraday-em_http (~> 1.0)
41+
faraday-em_synchrony (~> 1.0)
42+
faraday-excon (~> 1.1)
43+
faraday-httpclient (~> 1.0.1)
44+
faraday-net_http (~> 1.0)
45+
faraday-net_http_persistent (~> 1.1)
46+
faraday-patron (~> 1.0)
47+
multipart-post (>= 1.2, < 3)
48+
ruby2_keywords (>= 0.0.4)
49+
faraday-cookie_jar (0.0.7)
50+
faraday (>= 0.8.0)
51+
http-cookie (~> 1.0.0)
52+
faraday-em_http (1.0.0)
53+
faraday-em_synchrony (1.0.0)
54+
faraday-excon (1.1.0)
55+
faraday-httpclient (1.0.1)
56+
faraday-net_http (1.0.1)
57+
faraday-net_http_persistent (1.2.0)
58+
faraday-patron (1.0.0)
59+
faraday_middleware (1.0.0)
60+
faraday (~> 1.0)
61+
fastimage (2.2.4)
62+
fastlane (2.187.0)
63+
CFPropertyList (>= 2.3, < 4.0.0)
64+
addressable (>= 2.3, < 3.0.0)
65+
artifactory (~> 3.0)
66+
aws-sdk-s3 (~> 1.0)
67+
babosa (>= 1.0.3, < 2.0.0)
68+
bundler (>= 1.12.0, < 3.0.0)
69+
colored
70+
commander (~> 4.6)
71+
dotenv (>= 2.1.1, < 3.0.0)
72+
emoji_regex (>= 0.1, < 4.0)
73+
excon (>= 0.71.0, < 1.0.0)
74+
faraday (~> 1.0)
75+
faraday-cookie_jar (~> 0.0.6)
76+
faraday_middleware (~> 1.0)
77+
fastimage (>= 2.1.0, < 3.0.0)
78+
gh_inspector (>= 1.1.2, < 2.0.0)
79+
google-apis-androidpublisher_v3 (~> 0.1)
80+
google-apis-playcustomapp_v1 (~> 0.1)
81+
google-cloud-storage (~> 1.31)
82+
highline (~> 2.0)
83+
json (< 3.0.0)
84+
jwt (>= 2.1.0, < 3)
85+
mini_magick (>= 4.9.4, < 5.0.0)
86+
multipart-post (~> 2.0.0)
87+
naturally (~> 2.2)
88+
plist (>= 3.1.0, < 4.0.0)
89+
rubyzip (>= 2.0.0, < 3.0.0)
90+
security (= 0.1.3)
91+
simctl (~> 1.6.3)
92+
terminal-notifier (>= 2.0.0, < 3.0.0)
93+
terminal-table (>= 1.4.5, < 2.0.0)
94+
tty-screen (>= 0.6.3, < 1.0.0)
95+
tty-spinner (>= 0.8.0, < 1.0.0)
96+
word_wrap (~> 1.0.0)
97+
xcodeproj (>= 1.13.0, < 2.0.0)
98+
xcpretty (~> 0.3.0)
99+
xcpretty-travis-formatter (>= 0.0.3)
100+
gh_inspector (1.1.3)
101+
google-apis-androidpublisher_v3 (0.8.0)
102+
google-apis-core (>= 0.4, < 2.a)
103+
google-apis-core (0.4.0)
104+
addressable (~> 2.5, >= 2.5.1)
105+
googleauth (>= 0.16.2, < 2.a)
106+
httpclient (>= 2.8.1, < 3.a)
107+
mini_mime (~> 1.0)
108+
representable (~> 3.0)
109+
retriable (>= 2.0, < 4.a)
110+
rexml
111+
webrick
112+
google-apis-iamcredentials_v1 (0.6.0)
113+
google-apis-core (>= 0.4, < 2.a)
114+
google-apis-playcustomapp_v1 (0.5.0)
115+
google-apis-core (>= 0.4, < 2.a)
116+
google-apis-storage_v1 (0.6.0)
117+
google-apis-core (>= 0.4, < 2.a)
118+
google-cloud-core (1.6.0)
119+
google-cloud-env (~> 1.0)
120+
google-cloud-errors (~> 1.0)
121+
google-cloud-env (1.5.0)
122+
faraday (>= 0.17.3, < 2.0)
123+
google-cloud-errors (1.1.0)
124+
google-cloud-storage (1.34.1)
125+
addressable (~> 2.5)
126+
digest-crc (~> 0.4)
127+
google-apis-iamcredentials_v1 (~> 0.1)
128+
google-apis-storage_v1 (~> 0.1)
129+
google-cloud-core (~> 1.6)
130+
googleauth (>= 0.16.2, < 2.a)
131+
mini_mime (~> 1.0)
132+
googleauth (0.16.2)
133+
faraday (>= 0.17.3, < 2.0)
134+
jwt (>= 1.4, < 3.0)
135+
memoist (~> 0.16)
136+
multi_json (~> 1.11)
137+
os (>= 0.9, < 2.0)
138+
signet (~> 0.14)
139+
highline (2.0.3)
140+
http-cookie (1.0.4)
141+
domain_name (~> 0.5)
142+
httpclient (2.8.3)
143+
jmespath (1.4.0)
144+
json (2.5.1)
145+
jwt (2.2.3)
146+
memoist (0.16.2)
147+
mini_magick (4.11.0)
148+
mini_mime (1.1.0)
149+
multi_json (1.15.0)
150+
multipart-post (2.0.0)
151+
nanaimo (0.3.0)
152+
naturally (2.2.1)
153+
os (1.1.1)
154+
plist (3.6.0)
155+
public_suffix (4.0.6)
156+
rake (13.0.6)
157+
representable (3.1.1)
158+
declarative (< 0.1.0)
159+
trailblazer-option (>= 0.1.1, < 0.2.0)
160+
uber (< 0.2.0)
161+
retriable (3.1.2)
162+
rexml (3.2.5)
163+
rouge (2.0.7)
164+
ruby2_keywords (0.0.5)
165+
rubyzip (2.3.2)
166+
security (0.1.3)
167+
signet (0.15.0)
168+
addressable (~> 2.3)
169+
faraday (>= 0.17.3, < 2.0)
170+
jwt (>= 1.5, < 3.0)
171+
multi_json (~> 1.10)
172+
simctl (1.6.8)
173+
CFPropertyList
174+
naturally
175+
terminal-notifier (2.0.0)
176+
terminal-table (1.8.0)
177+
unicode-display_width (~> 1.1, >= 1.1.1)
178+
trailblazer-option (0.1.1)
179+
tty-cursor (0.7.1)
180+
tty-screen (0.8.1)
181+
tty-spinner (0.9.3)
182+
tty-cursor (~> 0.7)
183+
uber (0.1.0)
184+
unf (0.1.4)
185+
unf_ext
186+
unf_ext (0.0.7.7)
187+
unicode-display_width (1.7.0)
188+
webrick (1.7.0)
189+
word_wrap (1.0.0)
190+
xcodeproj (1.20.0)
191+
CFPropertyList (>= 2.3.3, < 4.0)
192+
atomos (~> 0.1.3)
193+
claide (>= 1.0.2, < 2.0)
194+
colored2 (~> 3.1)
195+
nanaimo (~> 0.3.0)
196+
rexml (~> 3.2.4)
197+
xcpretty (0.3.0)
198+
rouge (~> 2.0.7)
199+
xcpretty-travis-formatter (1.0.1)
200+
xcpretty (~> 0.2, >= 0.0.7)
201+
202+
PLATFORMS
203+
ruby
204+
205+
DEPENDENCIES
206+
fastlane
207+
208+
BUNDLED WITH
209+
2.1.4

0 commit comments

Comments
 (0)