Skip to content

Commit 4cd1ba9

Browse files
authored
[Merge] #154 - Fastlane 세팅중
2 parents 15ea724 + db919b9 commit 4cd1ba9

File tree

8 files changed

+441
-12
lines changed

8 files changed

+441
-12
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,10 @@ iOSInjectionProject/
135135

136136
# AppSecret
137137
*.xcconfig
138+
*.env
139+
140+
# Certificates
141+
*.cer
142+
*.p12
143+
*.mobileprovision
144+
*.certSigningRequest

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: 332 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,332 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.8)
5+
abbrev (0.1.2)
6+
addressable (2.8.8)
7+
public_suffix (>= 2.0.2, < 8.0)
8+
artifactory (3.0.17)
9+
atomos (0.1.3)
10+
aws-eventstream (1.4.0)
11+
aws-partitions (1.1220.0)
12+
aws-sdk-core (3.242.0)
13+
aws-eventstream (~> 1, >= 1.3.0)
14+
aws-partitions (~> 1, >= 1.992.0)
15+
aws-sigv4 (~> 1.9)
16+
base64
17+
bigdecimal
18+
jmespath (~> 1, >= 1.6.1)
19+
logger
20+
aws-sdk-kms (1.122.0)
21+
aws-sdk-core (~> 3, >= 3.241.4)
22+
aws-sigv4 (~> 1.5)
23+
aws-sdk-s3 (1.213.0)
24+
aws-sdk-core (~> 3, >= 3.241.4)
25+
aws-sdk-kms (~> 1)
26+
aws-sigv4 (~> 1.5)
27+
aws-sigv4 (1.12.1)
28+
aws-eventstream (~> 1, >= 1.0.2)
29+
babosa (1.0.4)
30+
base64 (0.2.0)
31+
benchmark (0.5.0)
32+
bigdecimal (4.0.1)
33+
claide (1.1.0)
34+
colored (1.2)
35+
colored2 (3.1.2)
36+
commander (4.6.0)
37+
highline (~> 2.0.0)
38+
csv (3.3.5)
39+
declarative (0.0.20)
40+
digest-crc (0.7.0)
41+
rake (>= 12.0.0, < 14.0.0)
42+
domain_name (0.6.20240107)
43+
dotenv (2.8.1)
44+
emoji_regex (3.2.3)
45+
excon (0.112.0)
46+
faraday (1.8.0)
47+
faraday-em_http (~> 1.0)
48+
faraday-em_synchrony (~> 1.0)
49+
faraday-excon (~> 1.1)
50+
faraday-httpclient (~> 1.0.1)
51+
faraday-net_http (~> 1.0)
52+
faraday-net_http_persistent (~> 1.1)
53+
faraday-patron (~> 1.0)
54+
faraday-rack (~> 1.0)
55+
multipart-post (>= 1.2, < 3)
56+
ruby2_keywords (>= 0.0.4)
57+
faraday-cookie_jar (0.0.8)
58+
faraday (>= 0.8.0)
59+
http-cookie (>= 1.0.0)
60+
faraday-em_http (1.0.0)
61+
faraday-em_synchrony (1.0.1)
62+
faraday-excon (1.1.0)
63+
faraday-httpclient (1.0.1)
64+
faraday-net_http (1.0.2)
65+
faraday-net_http_persistent (1.2.0)
66+
faraday-patron (1.0.0)
67+
faraday-rack (1.0.0)
68+
faraday_middleware (1.2.1)
69+
faraday (~> 1.0)
70+
fastimage (2.4.0)
71+
fastlane (2.232.1)
72+
CFPropertyList (>= 2.3, < 4.0.0)
73+
abbrev (~> 0.1.2)
74+
addressable (>= 2.8, < 3.0.0)
75+
artifactory (~> 3.0)
76+
aws-sdk-s3 (~> 1.197)
77+
babosa (>= 1.0.3, < 2.0.0)
78+
base64 (~> 0.2.0)
79+
benchmark (>= 0.1.0)
80+
bundler (>= 1.17.3, < 5.0.0)
81+
colored (~> 1.2)
82+
commander (~> 4.6)
83+
csv (~> 3.3)
84+
dotenv (>= 2.1.1, < 3.0.0)
85+
emoji_regex (>= 0.1, < 4.0)
86+
excon (>= 0.71.0, < 1.0.0)
87+
faraday (~> 1.0)
88+
faraday-cookie_jar (~> 0.0.6)
89+
faraday_middleware (~> 1.0)
90+
fastimage (>= 2.1.0, < 3.0.0)
91+
fastlane-sirp (>= 1.0.0)
92+
gh_inspector (>= 1.1.2, < 2.0.0)
93+
google-apis-androidpublisher_v3 (~> 0.3)
94+
google-apis-playcustomapp_v1 (~> 0.1)
95+
google-cloud-env (>= 1.6.0, <= 2.1.1)
96+
google-cloud-storage (~> 1.31)
97+
highline (~> 2.0)
98+
http-cookie (~> 1.0.5)
99+
json (< 3.0.0)
100+
jwt (>= 2.1.0, < 3)
101+
logger (>= 1.6, < 2.0)
102+
mini_magick (>= 4.9.4, < 5.0.0)
103+
multipart-post (>= 2.0.0, < 3.0.0)
104+
mutex_m (~> 0.3.0)
105+
naturally (~> 2.2)
106+
nkf (~> 0.2.0)
107+
optparse (>= 0.1.1, < 1.0.0)
108+
ostruct (>= 0.1.0)
109+
plist (>= 3.1.0, < 4.0.0)
110+
rubyzip (>= 2.0.0, < 3.0.0)
111+
security (= 0.1.5)
112+
simctl (~> 1.6.3)
113+
terminal-notifier (>= 2.0.0, < 3.0.0)
114+
terminal-table (~> 3)
115+
tty-screen (>= 0.6.3, < 1.0.0)
116+
tty-spinner (>= 0.8.0, < 1.0.0)
117+
word_wrap (~> 1.0.0)
118+
xcodeproj (>= 1.13.0, < 2.0.0)
119+
xcpretty (~> 0.4.1)
120+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
121+
fastlane-sirp (1.0.0)
122+
sysrandom (~> 1.0)
123+
gh_inspector (1.1.3)
124+
google-apis-androidpublisher_v3 (0.96.0)
125+
google-apis-core (>= 0.15.0, < 2.a)
126+
google-apis-core (0.18.0)
127+
addressable (~> 2.5, >= 2.5.1)
128+
googleauth (~> 1.9)
129+
httpclient (>= 2.8.3, < 3.a)
130+
mini_mime (~> 1.0)
131+
mutex_m
132+
representable (~> 3.0)
133+
retriable (>= 2.0, < 4.a)
134+
google-apis-iamcredentials_v1 (0.26.0)
135+
google-apis-core (>= 0.15.0, < 2.a)
136+
google-apis-playcustomapp_v1 (0.17.0)
137+
google-apis-core (>= 0.15.0, < 2.a)
138+
google-apis-storage_v1 (0.61.0)
139+
google-apis-core (>= 0.15.0, < 2.a)
140+
google-cloud-core (1.8.0)
141+
google-cloud-env (>= 1.0, < 3.a)
142+
google-cloud-errors (~> 1.0)
143+
google-cloud-env (2.1.1)
144+
faraday (>= 1.0, < 3.a)
145+
google-cloud-errors (1.5.0)
146+
google-cloud-storage (1.58.0)
147+
addressable (~> 2.8)
148+
digest-crc (~> 0.4)
149+
google-apis-core (>= 0.18, < 2)
150+
google-apis-iamcredentials_v1 (~> 0.18)
151+
google-apis-storage_v1 (>= 0.42)
152+
google-cloud-core (~> 1.6)
153+
googleauth (~> 1.9)
154+
mini_mime (~> 1.0)
155+
googleauth (1.11.2)
156+
faraday (>= 1.0, < 3.a)
157+
google-cloud-env (~> 2.1)
158+
jwt (>= 1.4, < 3.0)
159+
multi_json (~> 1.11)
160+
os (>= 0.9, < 2.0)
161+
signet (>= 0.16, < 2.a)
162+
highline (2.0.3)
163+
http-cookie (1.0.8)
164+
domain_name (~> 0.5)
165+
httpclient (2.9.0)
166+
mutex_m
167+
jmespath (1.6.2)
168+
json (2.18.1)
169+
jwt (2.10.2)
170+
base64
171+
logger (1.7.0)
172+
mini_magick (4.13.2)
173+
mini_mime (1.1.5)
174+
multi_json (1.19.1)
175+
multipart-post (2.4.1)
176+
mutex_m (0.3.0)
177+
nanaimo (0.4.0)
178+
naturally (2.3.0)
179+
nkf (0.2.0)
180+
optparse (0.8.1)
181+
os (1.1.4)
182+
ostruct (0.6.3)
183+
plist (3.7.2)
184+
public_suffix (7.0.2)
185+
rake (13.3.1)
186+
representable (3.2.0)
187+
declarative (< 0.1.0)
188+
trailblazer-option (>= 0.1.1, < 0.2.0)
189+
uber (< 0.2.0)
190+
retriable (3.2.1)
191+
rexml (3.4.4)
192+
rouge (3.28.0)
193+
ruby2_keywords (0.0.5)
194+
rubyzip (2.4.1)
195+
security (0.1.5)
196+
signet (0.21.0)
197+
addressable (~> 2.8)
198+
faraday (>= 0.17.5, < 3.a)
199+
jwt (>= 1.5, < 4.0)
200+
multi_json (~> 1.10)
201+
simctl (1.6.10)
202+
CFPropertyList
203+
naturally
204+
sysrandom (1.0.5)
205+
terminal-notifier (2.0.0)
206+
terminal-table (3.0.2)
207+
unicode-display_width (>= 1.1.1, < 3)
208+
trailblazer-option (0.1.2)
209+
tty-cursor (0.7.1)
210+
tty-screen (0.8.2)
211+
tty-spinner (0.9.3)
212+
tty-cursor (~> 0.7)
213+
uber (0.1.0)
214+
unicode-display_width (2.6.0)
215+
word_wrap (1.0.0)
216+
xcodeproj (1.27.0)
217+
CFPropertyList (>= 2.3.3, < 4.0)
218+
atomos (~> 0.1.3)
219+
claide (>= 1.0.2, < 2.0)
220+
colored2 (~> 3.1)
221+
nanaimo (~> 0.4.0)
222+
rexml (>= 3.3.6, < 4.0)
223+
xcpretty (0.4.1)
224+
rouge (~> 3.28.0)
225+
xcpretty-travis-formatter (1.0.1)
226+
xcpretty (~> 0.2, >= 0.0.7)
227+
228+
PLATFORMS
229+
arm64-darwin-25
230+
ruby
231+
232+
DEPENDENCIES
233+
fastlane
234+
235+
CHECKSUMS
236+
CFPropertyList (3.0.8) sha256=2c99d0d980536d3d7ab252f7bd59ac8be50fbdd1ff487c98c949bb66bb114261
237+
abbrev (0.1.2) sha256=ad1b4eaaaed4cb722d5684d63949e4bde1d34f2a95e20db93aecfe7cbac74242
238+
addressable (2.8.8) sha256=7c13b8f9536cf6364c03b9d417c19986019e28f7c00ac8132da4eb0fe393b057
239+
artifactory (3.0.17) sha256=3023d5c964c31674090d655a516f38ca75665c15084140c08b7f2841131af263
240+
atomos (0.1.3) sha256=7d43b22f2454a36bace5532d30785b06de3711399cb1c6bf932573eda536789f
241+
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
242+
aws-partitions (1.1220.0) sha256=1567da9ae45cba28e1d31f5e996928b2eb92ad01700000846d6d90043be8670f
243+
aws-sdk-core (3.242.0) sha256=c17b3003acc78d80c1a8437b285a1cfc5e4d7749ce7821cf3071e847535a29a0
244+
aws-sdk-kms (1.122.0) sha256=47ce3f51b26bd7d76f1270cfdfca17b40073ecd3219c8c9400788712abfb4eb8
245+
aws-sdk-s3 (1.213.0) sha256=af596ccf544582406db610e95cc9099276eaf03142f57a2f30f76940e598e50d
246+
aws-sigv4 (1.12.1) sha256=6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00
247+
babosa (1.0.4) sha256=18dea450f595462ed7cb80595abd76b2e535db8c91b350f6c4b3d73986c5bc99
248+
base64 (0.2.0) sha256=0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
249+
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
250+
bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
251+
claide (1.1.0) sha256=6d3c5c089dde904d96aa30e73306d0d4bd444b1accb9b3125ce14a3c0183f82e
252+
colored (1.2) sha256=9d82b47ac589ce7f6cab64b1f194a2009e9fd00c326a5357321f44afab2c1d2c
253+
colored2 (3.1.2) sha256=b13c2bd7eeae2cf7356a62501d398e72fde78780bd26aec6a979578293c28b4a
254+
commander (4.6.0) sha256=7d1ddc3fccae60cc906b4131b916107e2ef0108858f485fdda30610c0f2913d9
255+
csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
256+
declarative (0.0.20) sha256=8021dd6cb17ab2b61233c56903d3f5a259c5cf43c80ff332d447d395b17d9ff9
257+
digest-crc (0.7.0) sha256=64adc23a26a241044cbe6732477ca1b3c281d79e2240bcff275a37a5a0d78c07
258+
domain_name (0.6.20240107) sha256=5f693b2215708476517479bf2b3802e49068ad82167bcd2286f899536a17d933
259+
dotenv (2.8.1) sha256=c5944793349ae03c432e1780a2ca929d60b88c7d14d52d630db0508c3a8a17d8
260+
emoji_regex (3.2.3) sha256=ecd8be856b7691406c6bf3bb3a5e55d6ed683ffab98b4aa531bb90e1ddcc564b
261+
excon (0.112.0) sha256=daf9ac3a4c2fc9aa48383a33da77ecb44fa395111e973084d5c52f6f214ae0f0
262+
faraday (1.8.0) sha256=d1fb776cf25973b7f52a82b625bb0a009fe30ad6021ef838fb9109bf1ea6d029
263+
faraday-cookie_jar (0.0.8) sha256=0140605823f8cc63c7028fccee486aaed8e54835c360cffc1f7c8c07c4299dbb
264+
faraday-em_http (1.0.0) sha256=7a3d4c7079789121054f57e08cd4ef7e40ad1549b63101f38c7093a9d6c59689
265+
faraday-em_synchrony (1.0.1) sha256=bf3ce45dcf543088d319ab051f80985ea6d294930635b7a0b966563179f81750
266+
faraday-excon (1.1.0) sha256=b055c842376734d7f74350fe8611542ae2000c5387348d9ba9708109d6e40940
267+
faraday-httpclient (1.0.1) sha256=4c8ff1f0973ff835be8d043ef16aaf54f47f25b7578f6d916deee8399a04d33b
268+
faraday-net_http (1.0.2) sha256=63992efea42c925a20818cf3c0830947948541fdcf345842755510d266e4c682
269+
faraday-net_http_persistent (1.2.0) sha256=0b0cbc8f03dab943c3e1cc58d8b7beb142d9df068b39c718cd83e39260348335
270+
faraday-patron (1.0.0) sha256=dc2cd7b340bb3cc8e36bcb9e6e7eff43d134b6d526d5f3429c7a7680ddd38fa7
271+
faraday-rack (1.0.0) sha256=ef60ec969a2bb95b8dbf24400155aee64a00fc8ba6c6a4d3968562bcc92328c0
272+
faraday_middleware (1.2.1) sha256=d45b78c8ee864c4783fbc276f845243d4a7918a67301c052647bacabec0529e9
273+
fastimage (2.4.0) sha256=5fce375e27d3bdbb46c18dbca6ba9af29d3304801ae1eb995771c4796c5ac7e8
274+
fastlane (2.232.1) sha256=5b768d7a515332bea357ec836425e389b931a8cce64a6c31bcdd67353df8c25a
275+
fastlane-sirp (1.0.0) sha256=66478f25bcd039ec02ccf65625373fca29646fa73d655eb533c915f106c5e641
276+
gh_inspector (1.1.3) sha256=04cca7171b87164e053aa43147971d3b7f500fcb58177698886b48a9fc4a1939
277+
google-apis-androidpublisher_v3 (0.96.0) sha256=9e27b03295fdd2c4a67b5e4d11f891492c89f73beff4a3f9323419165a56d01c
278+
google-apis-core (0.18.0) sha256=96b057816feeeab448139ed5b5c78eab7fc2a9d8958f0fbc8217dedffad054ee
279+
google-apis-iamcredentials_v1 (0.26.0) sha256=3ff70a10a1d6cddf2554e95b7c5df2c26afdeaeb64100048a355194da19e48a3
280+
google-apis-playcustomapp_v1 (0.17.0) sha256=d5bc90b705f3f862bab4998086449b0abe704ee1685a84821daa90ca7fa95a78
281+
google-apis-storage_v1 (0.61.0) sha256=b330e599b58e6a01533c189525398d6dbdbaf101ffb0c60145940b57e1c982e8
282+
google-cloud-core (1.8.0) sha256=e572edcbf189cfcab16590628a516cec3f4f63454b730e59f0b36575120281cf
283+
google-cloud-env (2.1.1) sha256=cf4bb8c7d517ee1ea692baedf06e0b56ce68007549d8d5a66481aa9f97f46999
284+
google-cloud-errors (1.5.0) sha256=b56be28b8c10628125214dde571b925cfcebdbc58619e598250c37a2114f7b4b
285+
google-cloud-storage (1.58.0) sha256=1bedc07a9c75af169e1ede1dd306b9f941f9ffa9e7095d0364c0803c468fdffd
286+
googleauth (1.11.2) sha256=7e6bacaeed7aea3dd66dcea985266839816af6633e9f5983c3c2e0e40a44731e
287+
highline (2.0.3) sha256=2ddd5c127d4692721486f91737307236fe005352d12a4202e26c48614f719479
288+
http-cookie (1.0.8) sha256=b14fe0445cf24bf9ae098633e9b8d42e4c07c3c1f700672b09fbfe32ffd41aa6
289+
httpclient (2.9.0) sha256=4b645958e494b2f86c2f8a2f304c959baa273a310e77a2931ddb986d83e498c8
290+
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
291+
json (2.18.1) sha256=fe112755501b8d0466b5ada6cf50c8c3f41e897fa128ac5d263ec09eedc9f986
292+
jwt (2.10.2) sha256=31e1ee46f7359883d5e622446969fe9c118c3da87a0b1dca765ce269c3a0c4f4
293+
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
294+
mini_magick (4.13.2) sha256=71d6258e0e8a3d04a9a0a09784d5d857b403a198a51dd4f882510435eb95ddd9
295+
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
296+
multi_json (1.19.1) sha256=7aefeff8f2c854bf739931a238e4aea64592845e0c0395c8a7d2eea7fdd631b7
297+
multipart-post (2.4.1) sha256=9872d03a8e552020ca096adadbf5e3cb1cd1cdd6acd3c161136b8a5737cdb4a8
298+
mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
299+
nanaimo (0.4.0) sha256=faf069551bab17f15169c1f74a1c73c220657e71b6e900919897a10d991d0723
300+
naturally (2.3.0) sha256=459923cf76c2e6613048301742363200c3c7e4904c324097d54a67401e179e01
301+
nkf (0.2.0) sha256=fbc151bda025451f627fafdfcb3f4f13d0b22ae11f58c6d3a2939c76c5f5f126
302+
optparse (0.8.1) sha256=42bea10d53907ccff4f080a69991441d611fbf8733b60ed1ce9ee365ce03bd1a
303+
os (1.1.4) sha256=57816d6a334e7bd6aed048f4b0308226c5fb027433b67d90a9ab435f35108d3f
304+
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
305+
plist (3.7.2) sha256=d37a4527cc1116064393df4b40e1dbbc94c65fa9ca2eec52edf9a13616718a42
306+
public_suffix (7.0.2) sha256=9114090c8e4e7135c1fd0e7acfea33afaab38101884320c65aaa0ffb8e26a857
307+
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
308+
representable (3.2.0) sha256=cc29bf7eebc31653586849371a43ffe36c60b54b0a6365b5f7d95ec34d1ebace
309+
retriable (3.2.1) sha256=26e87a33391fae4c382d4750f1e135e4dda7e5aa32b6b71f1992265981f9b991
310+
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
311+
rouge (3.28.0) sha256=0d6de482c7624000d92697772ab14e48dca35629f8ddf3f4b21c99183fd70e20
312+
ruby2_keywords (0.0.5) sha256=ffd13740c573b7301cf7a2e61fc857b2a8e3d3aff32545d6f8300d8bae10e3ef
313+
rubyzip (2.4.1) sha256=8577c88edc1fde8935eb91064c5cb1aef9ad5494b940cf19c775ee833e075615
314+
security (0.1.5) sha256=3a977a0eca7706e804c96db0dd9619e0a94969fe3aac9680fcfc2bf9b8a833b7
315+
signet (0.21.0) sha256=d617e9fbf24928280d39dcfefba9a0372d1c38187ffffd0a9283957a10a8cd5b
316+
simctl (1.6.10) sha256=b99077f4d13ad81eace9f86bf5ba4df1b0b893a4d1b368bd3ed59b5b27f9236b
317+
sysrandom (1.0.5) sha256=5ac1ac3c2ec64ef76ac91018059f541b7e8f437fbda1ccddb4f2c56a9ccf1e75
318+
terminal-notifier (2.0.0) sha256=7a0d2b2212ab9835c07f4b2e22a94cff64149dba1eed203c04835f7991078cea
319+
terminal-table (3.0.2) sha256=f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91
320+
trailblazer-option (0.1.2) sha256=20e4f12ea4e1f718c8007e7944ca21a329eee4eed9e0fa5dde6e8ad8ac4344a3
321+
tty-cursor (0.7.1) sha256=79534185e6a777888d88628b14b6a1fdf5154a603f285f80b1753e1908e0bf48
322+
tty-screen (0.8.2) sha256=c090652115beae764336c28802d633f204fb84da93c6a968aa5d8e319e819b50
323+
tty-spinner (0.9.3) sha256=0e036f047b4ffb61f2aa45f5a770ec00b4d04130531558a94bfc5b192b570542
324+
uber (0.1.0) sha256=5beeb407ff807b5db994f82fa9ee07cfceaa561dad8af20be880bc67eba935dc
325+
unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a
326+
word_wrap (1.0.0) sha256=f556d4224c812e371000f12a6ee8102e0daa724a314c3f246afaad76d82accc7
327+
xcodeproj (1.27.0) sha256=8cc7a73b4505c227deab044dce118ede787041c702bc47636856a2e566f854d3
328+
xcpretty (0.4.1) sha256=b14c50e721f6589ee3d6f5353e2c2cfcd8541fa1ea16d6c602807dd7327f3892
329+
xcpretty-travis-formatter (1.0.1) sha256=aacc332f17cb7b2cba222994e2adc74223db88724fe76341483ad3098e232f93
330+
331+
BUNDLED WITH
332+
4.0.3

Neki-iOS.xcodeproj/project.pbxproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,9 @@
309309
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
310310
CODE_SIGN_ENTITLEMENTS = "Neki-iOS/Neki-iOS.entitlements";
311311
CODE_SIGN_IDENTITY = "Apple Development";
312-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
313-
CODE_SIGN_STYLE = Manual;
314-
CURRENT_PROJECT_VERSION = 3;
315-
DEVELOPMENT_TEAM = "";
316-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 586LZSS32L;
312+
CODE_SIGN_STYLE = Automatic;
313+
CURRENT_PROJECT_VERSION = 5;
314+
DEVELOPMENT_TEAM = 586LZSS32L;
317315
ENABLE_PREVIEWS = YES;
318316
GENERATE_INFOPLIST_FILE = YES;
319317
INFOPLIST_FILE = "Neki-iOS/Info.plist";
@@ -336,7 +334,6 @@
336334
PRODUCT_BUNDLE_IDENTIFIER = "com.OneTen.Neki-dev";
337335
PRODUCT_NAME = "$(TARGET_NAME)";
338336
PROVISIONING_PROFILE_SPECIFIER = "";
339-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = dev_neki;
340337
STRING_CATALOG_GENERATE_SYMBOLS = YES;
341338
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
342339
SUPPORTS_MACCATALYST = NO;
@@ -360,11 +357,9 @@
360357
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
361358
CODE_SIGN_ENTITLEMENTS = "Neki-iOS/Neki-iOS.entitlements";
362359
CODE_SIGN_IDENTITY = "Apple Development";
363-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
364-
CODE_SIGN_STYLE = Manual;
365-
CURRENT_PROJECT_VERSION = 3;
366-
DEVELOPMENT_TEAM = "";
367-
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 586LZSS32L;
360+
CODE_SIGN_STYLE = Automatic;
361+
CURRENT_PROJECT_VERSION = 5;
362+
DEVELOPMENT_TEAM = 586LZSS32L;
368363
ENABLE_PREVIEWS = YES;
369364
GENERATE_INFOPLIST_FILE = YES;
370365
INFOPLIST_FILE = "Neki-iOS/Info.plist";
@@ -387,7 +382,6 @@
387382
PRODUCT_BUNDLE_IDENTIFIER = "com.OneTen.Neki-iOS";
388383
PRODUCT_NAME = "$(TARGET_NAME)";
389384
PROVISIONING_PROFILE_SPECIFIER = "";
390-
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = release_neki;
391385
STRING_CATALOG_GENERATE_SYMBOLS = YES;
392386
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
393387
SUPPORTS_MACCATALYST = NO;

fastlane/Appfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app_identifier(ENV['APP_IDENTIFIER']) # The bundle identifier of your app
2+
3+
itc_team_id(ENV['FASTLANE_ITC_TEAM_ID']) # App Store Connect Team ID
4+
team_id(ENV['TEAM_ID']) # Developer Portal Team ID

0 commit comments

Comments
 (0)