Skip to content

Commit 858aa40

Browse files
committed
Merge branch 'dev' of github.com:leo-lox/camelus into dev
2 parents 95536e4 + bb1c33b commit 858aa40

File tree

18 files changed

+567
-1
lines changed

18 files changed

+567
-1
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,16 @@ NOTES.md
5454
#db
5555
default.isar
5656
default.isar-lck
57-
isar.dll
57+
isar.dll
58+
59+
# fastlane specific
60+
**/fastlane/report.xml
61+
62+
# deliver temporary files
63+
**/fastlane/Preview.html
64+
65+
# snapshot generated screenshots
66+
**/fastlane/screenshots
67+
68+
# scan temporary files
69+
**/fastlane/test_output

Gemfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
source "https://rubygems.org"
2+
3+
gem "fastlane"
4+
5+
6+
7+
8+
## On your CI, add bundle install as your first build step
9+
10+
11+
## how to run fastlane
12+
# bundle exec fastlane
13+
14+
15+
## To update fastlane, just run
16+
# bundle update fastlane

Gemfile.lock

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

android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gradle-wrapper.jar
55
/gradlew.bat
66
/local.properties
77
GeneratedPluginRegistrant.java
8+
/.keys/
89

910
# Remember to never publicly share your keystore.
1011
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app

android/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"

0 commit comments

Comments
 (0)