fastlane-plugin-polidea 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc2048df5ee48ec86a710b352eaf9105dd95da36
|
|
4
|
+
data.tar.gz: e452a24263ac4839320479f016b84e2fb1b0e19f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a8d1f497515071bac4e441c1355d49322c64293e280ad9962086f4ffcd5a92671521d71513b67624e58cffb4f2674e7b2eb79b4d726daa23cf7f5f6ed9bad41
|
|
7
|
+
data.tar.gz: b1de0ee2b7724f06e08c2c52f5cabc70e44250d68930a0a1b268e317c423056a81e053f921f90fda54ce129ce7d64e1f8fcb36ec9960f3637abdca47a71bb2b3
|
|
@@ -149,7 +149,7 @@ module Fastlane
|
|
|
149
149
|
plist_render = eth.render(plist_template, {
|
|
150
150
|
url: ipa_url,
|
|
151
151
|
ipa_url: ipa_url,
|
|
152
|
-
|
|
152
|
+
bundle_id: bundle_id,
|
|
153
153
|
build_number: build_number,
|
|
154
154
|
bundle_version: bundle_version,
|
|
155
155
|
title: app_name
|
|
@@ -158,9 +158,6 @@ module Fastlane
|
|
|
158
158
|
# Gets icon from ipa and uploads it
|
|
159
159
|
icon_url = self.upload_icon(icon_file, url_part, bucket, acl)
|
|
160
160
|
|
|
161
|
-
# require 'pry'
|
|
162
|
-
# binding.pry
|
|
163
|
-
|
|
164
161
|
# Creates html from template
|
|
165
162
|
html_render = PageGenerator.generate({
|
|
166
163
|
url: "itms-services://?action=download-manifest&url=#{URI.encode_www_form_component(plist_url)}",
|