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: b7de3061ffd293b0ae09bf97fafab4b5ec0bc200
4
- data.tar.gz: 2a9778c8a843a7fb86d4dc16f75fb07fe97961e2
3
+ metadata.gz: bc2048df5ee48ec86a710b352eaf9105dd95da36
4
+ data.tar.gz: e452a24263ac4839320479f016b84e2fb1b0e19f
5
5
  SHA512:
6
- metadata.gz: 6c11e86417c3236a516b6ff2f337b3e86b5808e1abeef30846ad69e8afa47fa7af015bdf9c80f090a2a6e718eb9a6c5ec1adde37256432c92bb2b8fa31c025f4
7
- data.tar.gz: d861e86457125589499b36f6c4b4f045a9bee3520569150b1c77c412425183b8d2e0dd9260814863dc276ff2f59a4a8e25cc4cc6f14f7247559d750681611b05
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
- app_version: bundle_id,
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)}",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Polidea
3
- VERSION = "0.4.4"
3
+ VERSION = "0.4.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-polidea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotrek Dubiel