ETLane 0.1.63 → 0.1.64
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Lanes/CommonFastfile +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c21118b330fea052e2405589b0480be667a243cd547b7ad437c3218e2b1f9e5d
|
4
|
+
data.tar.gz: 3e038495782aa85043807a229169544abf2bb9e36d43d01e9622378f12d6ddf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52a326d487305580123d0eb57ca10a158ddc7f9666f23318f1d1ca21fa478f609bdcec6527cfef1ce4e9716d2a105390cb9e94552932351e504daeda7bac8dfd
|
7
|
+
data.tar.gz: 16191a465fe2d91ebdb3659b1d72d44688db8487fd03933e8940fc39ee9a8d44e00c9ed29f31c678f00c61a027d15cb57ebe683cb5bc1ef9d28b107a13a82562
|
data/Lanes/CommonFastfile
CHANGED
@@ -22,8 +22,8 @@ platform :ios do
|
|
22
22
|
ENV["GYM_PROJECT"] = "#{project_name}.xcodeproj"
|
23
23
|
else
|
24
24
|
ENV["GYM_WORKSPACE"] = "#{project_name}.xcworkspace"
|
25
|
+
cocoapods(repo_update: true)
|
25
26
|
end
|
26
|
-
cocoapods
|
27
27
|
|
28
28
|
get_certificates(output_path: build_folder, username: username)
|
29
29
|
profile_uuid = get_provisioning_profile(output_path: build_folder, username: username, app_identifier: product_bundle_identifier)
|