Skip to content

Commit 97cb8ad

Browse files
committed
Added fastlane release scripts.
1 parent 3e7e08d commit 97cb8ad

File tree

8 files changed

+395
-7
lines changed

8 files changed

+395
-7
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ xcuserdata/
1919
fastlane/report.xml
2020
fastlane/Preview.html
2121
fastlane/screenshots/**/*.png
22-
fastlane/test_output
22+
fastlane/test_output
23+
24+
build

ElementX.xcodeproj/project.pbxproj

+9-6
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
1863A48227BAA8A900B52E4D /* HomeScreen.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeScreen.swift; sourceTree = "<group>"; };
148148
1863A48427BAA8A900B52E4D /* HomeScreenViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeScreenViewModel.swift; sourceTree = "<group>"; };
149149
1863A49327BAAA6700B52E4D /* RoomModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RoomModel.swift; sourceTree = "<group>"; };
150+
18FE279627C7B85300016375 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
150151
/* End PBXFileReference section */
151152

152153
/* Begin PBXFrameworksBuildPhase section */
@@ -273,6 +274,7 @@
273274
1850256727B6A135002E6B18 /* ElementX.entitlements */,
274275
1850256827B6A135002E6B18 /* Assets.xcassets */,
275276
1850256927B6A135002E6B18 /* LaunchScreen.storyboard */,
277+
18FE279627C7B85300016375 /* Info.plist */,
276278
);
277279
path = "Supporting Files";
278280
sourceTree = "<group>";
@@ -540,6 +542,7 @@
540542
BuildIndependentTargetsInParallel = 1;
541543
LastSwiftUpdateCheck = 1320;
542544
LastUpgradeCheck = 1320;
545+
ORGANIZATIONNAME = Element;
543546
TargetAttributes = {
544547
1850252327B6918C002E6B18 = {
545548
CreatedOnToolsVersion = 13.2.1;
@@ -859,7 +862,7 @@
859862
CURRENT_PROJECT_VERSION = 1;
860863
DEVELOPMENT_TEAM = 7J4U792NQT;
861864
GENERATE_INFOPLIST_FILE = YES;
862-
INFOPLIST_FILE = "";
865+
INFOPLIST_FILE = "ElementX/Supporting Files/Info.plist";
863866
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
864867
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
865868
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
@@ -868,8 +871,8 @@
868871
"$(inherited)",
869872
"@executable_path/Frameworks",
870873
);
871-
MARKETING_VERSION = 1.0;
872-
PRODUCT_BUNDLE_IDENTIFIER = io.element.ElementX;
874+
MARKETING_VERSION = 1.0.0;
875+
PRODUCT_BUNDLE_IDENTIFIER = io.element.elementx;
873876
PRODUCT_NAME = "$(TARGET_NAME)";
874877
SUPPORTS_MACCATALYST = YES;
875878
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -888,7 +891,7 @@
888891
CURRENT_PROJECT_VERSION = 1;
889892
DEVELOPMENT_TEAM = 7J4U792NQT;
890893
GENERATE_INFOPLIST_FILE = YES;
891-
INFOPLIST_FILE = "";
894+
INFOPLIST_FILE = "ElementX/Supporting Files/Info.plist";
892895
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
893896
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
894897
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
@@ -897,8 +900,8 @@
897900
"$(inherited)",
898901
"@executable_path/Frameworks",
899902
);
900-
MARKETING_VERSION = 1.0;
901-
PRODUCT_BUNDLE_IDENTIFIER = io.element.ElementX;
903+
MARKETING_VERSION = 1.0.0;
904+
PRODUCT_BUNDLE_IDENTIFIER = io.element.elementx;
902905
PRODUCT_NAME = "$(TARGET_NAME)";
903906
SUPPORTS_MACCATALYST = YES;
904907
SWIFT_EMIT_LOC_STRINGS = YES;

ElementX/Supporting Files/Info.plist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<!--
4+
Info.plist
5+
ElementX
6+
7+
Created by Stefan Ceriu on 24.02.2022.
8+
Copyright (c) 2022 Element. All rights reserved.
9+
-->
10+
<plist version="1.0">
11+
<dict/>
12+
</plist>

Gemfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Autogenerated by fastlane
2+
#
3+
# Ensure this file is checked in to source control!
4+
5+
source "https://rubygems.org"
6+
7+
gem 'fastlane'
8+
9+
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
10+
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

+231
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.5)
5+
rexml
6+
addressable (2.8.0)
7+
public_suffix (>= 2.0.2, < 5.0)
8+
artifactory (3.0.15)
9+
atomos (0.1.3)
10+
aws-eventstream (1.2.0)
11+
aws-partitions (1.557.0)
12+
aws-sdk-core (3.126.2)
13+
aws-eventstream (~> 1, >= 1.0.2)
14+
aws-partitions (~> 1, >= 1.525.0)
15+
aws-sigv4 (~> 1.1)
16+
jmespath (~> 1.0)
17+
aws-sdk-kms (1.54.0)
18+
aws-sdk-core (~> 3, >= 3.126.0)
19+
aws-sigv4 (~> 1.1)
20+
aws-sdk-s3 (1.112.0)
21+
aws-sdk-core (~> 3, >= 3.126.0)
22+
aws-sdk-kms (~> 1)
23+
aws-sigv4 (~> 1.4)
24+
aws-sigv4 (1.4.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.4)
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.7.6)
38+
emoji_regex (3.2.3)
39+
excon (0.91.0)
40+
faraday (1.10.0)
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.3)
60+
multipart-post (>= 1.2, < 3)
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.6)
69+
fastlane (2.204.3)
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+
json (< 3.0.0)
91+
jwt (>= 2.1.0, < 3)
92+
mini_magick (>= 4.9.4, < 5.0.0)
93+
multipart-post (~> 2.0.0)
94+
naturally (~> 2.2)
95+
optparse (~> 0.1.1)
96+
plist (>= 3.1.0, < 4.0.0)
97+
rubyzip (>= 2.0.0, < 3.0.0)
98+
security (= 0.1.3)
99+
simctl (~> 1.6.3)
100+
terminal-notifier (>= 2.0.0, < 3.0.0)
101+
terminal-table (>= 1.4.5, < 2.0.0)
102+
tty-screen (>= 0.6.3, < 1.0.0)
103+
tty-spinner (>= 0.8.0, < 1.0.0)
104+
word_wrap (~> 1.0.0)
105+
xcodeproj (>= 1.13.0, < 2.0.0)
106+
xcpretty (~> 0.3.0)
107+
xcpretty-travis-formatter (>= 0.0.3)
108+
fastlane-plugin-diawi (2.1.0)
109+
rest-client (>= 2.0.0)
110+
gh_inspector (1.1.3)
111+
google-apis-androidpublisher_v3 (0.16.0)
112+
google-apis-core (>= 0.4, < 2.a)
113+
google-apis-core (0.4.2)
114+
addressable (~> 2.5, >= 2.5.1)
115+
googleauth (>= 0.16.2, < 2.a)
116+
httpclient (>= 2.8.1, < 3.a)
117+
mini_mime (~> 1.0)
118+
representable (~> 3.0)
119+
retriable (>= 2.0, < 4.a)
120+
rexml
121+
webrick
122+
google-apis-iamcredentials_v1 (0.10.0)
123+
google-apis-core (>= 0.4, < 2.a)
124+
google-apis-playcustomapp_v1 (0.7.0)
125+
google-apis-core (>= 0.4, < 2.a)
126+
google-apis-storage_v1 (0.11.0)
127+
google-apis-core (>= 0.4, < 2.a)
128+
google-cloud-core (1.6.0)
129+
google-cloud-env (~> 1.0)
130+
google-cloud-errors (~> 1.0)
131+
google-cloud-env (1.5.0)
132+
faraday (>= 0.17.3, < 2.0)
133+
google-cloud-errors (1.2.0)
134+
google-cloud-storage (1.36.1)
135+
addressable (~> 2.8)
136+
digest-crc (~> 0.4)
137+
google-apis-iamcredentials_v1 (~> 0.1)
138+
google-apis-storage_v1 (~> 0.1)
139+
google-cloud-core (~> 1.6)
140+
googleauth (>= 0.16.2, < 2.a)
141+
mini_mime (~> 1.0)
142+
googleauth (1.1.1)
143+
faraday (>= 0.17.3, < 2.0)
144+
jwt (>= 1.4, < 3.0)
145+
memoist (~> 0.16)
146+
multi_json (~> 1.11)
147+
os (>= 0.9, < 2.0)
148+
signet (>= 0.16, < 2.a)
149+
highline (2.0.3)
150+
http-accept (1.7.0)
151+
http-cookie (1.0.4)
152+
domain_name (~> 0.5)
153+
httpclient (2.8.3)
154+
jmespath (1.6.0)
155+
json (2.6.1)
156+
jwt (2.3.0)
157+
memoist (0.16.2)
158+
mime-types (3.4.1)
159+
mime-types-data (~> 3.2015)
160+
mime-types-data (3.2022.0105)
161+
mini_magick (4.11.0)
162+
mini_mime (1.1.2)
163+
multi_json (1.15.0)
164+
multipart-post (2.0.0)
165+
nanaimo (0.3.0)
166+
naturally (2.2.1)
167+
netrc (0.11.0)
168+
optparse (0.1.1)
169+
os (1.1.4)
170+
plist (3.6.0)
171+
public_suffix (4.0.6)
172+
rake (13.0.6)
173+
representable (3.1.1)
174+
declarative (< 0.1.0)
175+
trailblazer-option (>= 0.1.1, < 0.2.0)
176+
uber (< 0.2.0)
177+
rest-client (2.1.0)
178+
http-accept (>= 1.7.0, < 2.0)
179+
http-cookie (>= 1.0.2, < 2.0)
180+
mime-types (>= 1.16, < 4.0)
181+
netrc (~> 0.8)
182+
retriable (3.1.2)
183+
rexml (3.2.5)
184+
rouge (2.0.7)
185+
ruby2_keywords (0.0.5)
186+
rubyzip (2.3.2)
187+
security (0.1.3)
188+
signet (0.16.0)
189+
addressable (~> 2.8)
190+
faraday (>= 0.17.3, < 2.0)
191+
jwt (>= 1.5, < 3.0)
192+
multi_json (~> 1.10)
193+
simctl (1.6.8)
194+
CFPropertyList
195+
naturally
196+
terminal-notifier (2.0.0)
197+
terminal-table (1.8.0)
198+
unicode-display_width (~> 1.1, >= 1.1.1)
199+
trailblazer-option (0.1.2)
200+
tty-cursor (0.7.1)
201+
tty-screen (0.8.1)
202+
tty-spinner (0.9.3)
203+
tty-cursor (~> 0.7)
204+
uber (0.1.0)
205+
unf (0.1.4)
206+
unf_ext
207+
unf_ext (0.0.8)
208+
unicode-display_width (1.8.0)
209+
webrick (1.7.0)
210+
word_wrap (1.0.0)
211+
xcodeproj (1.21.0)
212+
CFPropertyList (>= 2.3.3, < 4.0)
213+
atomos (~> 0.1.3)
214+
claide (>= 1.0.2, < 2.0)
215+
colored2 (~> 3.1)
216+
nanaimo (~> 0.3.0)
217+
rexml (~> 3.2.4)
218+
xcpretty (0.3.0)
219+
rouge (~> 2.0.7)
220+
xcpretty-travis-formatter (1.0.1)
221+
xcpretty (~> 0.2, >= 0.0.7)
222+
223+
PLATFORMS
224+
arm64-darwin-21
225+
226+
DEPENDENCIES
227+
fastlane
228+
fastlane-plugin-diawi
229+
230+
BUNDLED WITH
231+
2.3.7

0 commit comments

Comments
 (0)