fastlane-plugin-appicon 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bf1fa83032493433db0007080e3a53f3b5d88a1
4
- data.tar.gz: 3e1d4f204d629e3d4b875dabd2f950423e581bc2
3
+ metadata.gz: faf29b4498571fb4b050ae86a632877c827d73d9
4
+ data.tar.gz: 75450f442713ad3ff0d54e28c9dd8ea8efbf8f7f
5
5
  SHA512:
6
- metadata.gz: 672d16fd379d1561cbc1aa0ec98eb387fe4a3efc2da49627d2a04bf5c991dceb53c2dd380070de9af5aabf580be99bc7cf48c8f0aaff3922949de715005c14ec
7
- data.tar.gz: 3c7f36099d49da1f89bfce165b4cfaba827e5fbcb8772145ac192a79e1db94b422b9c1abe936e303da8e6783cb7f92de85d6ecd430038534367d2b7df6cc44b8
6
+ metadata.gz: 79c0df5d0eb96aa8a83f9c36ad9d8f27f2f87b5f17e5a28a1c72b6ca60a2bab782b544d08a5bba484fe05141aa6a19faf366e321766e662b4c90c9035a95006d
7
+ data.tar.gz: 4fc66bf641a39e7a62222c04011b78c6efb1b1af0614b7f1bac30c62cab55ea5708e3ea628dd7f718f47e6152f4b226dff017ba7722b003b3422fa7d9fffc050
@@ -8,7 +8,7 @@ module Fastlane
8
8
  '3x' => ['20x20', '29x29', '40x40', '60x60']
9
9
  },
10
10
  ipad: {
11
- '1x' => ['20x20', '29x29', '40x40', '76x76'],
11
+ '1x' => ['20x20', '29x29', '40x40', '76x76', '83.5x83.5'],
12
12
  '2x' => ['20x20', '29x29', '40x40', '76x76', '83.5x83.5']
13
13
  }
14
14
  }
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Appicon
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Bügling
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-10 00:00:00.000000000 Z
11
+ date: 2017-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mini_magick