appiconset 2.8.0 → 2.9.1

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
  SHA256:
3
- metadata.gz: 28423220ebc350413e2b46587e70333a39b5bed37dc3e45ba6980ba9a5486726
4
- data.tar.gz: 6b0a4badc573fa5bf74f5d3fc3080bdcda8812685ca4b43ed82037016a2381ed
3
+ metadata.gz: da806d47c4e3050a477cb733c20fd781a37a420f1c6dd245ff166f2f36ad2f35
4
+ data.tar.gz: 99b200d7180a86637629836f5678a1c0e2159977a94e510623ed463f6319cd19
5
5
  SHA512:
6
- metadata.gz: 73dc8fdffac661a7c8a46e2106959385f7a163e110c785f02c79e5d22d8f93a2e05ef632a7aa41220562402ccf50a69afe10aca97967032f79d47575b27f2cc7
7
- data.tar.gz: 2d2cf96130f81644fd5a6c1cac38c12d1d1b9da3bcc9a43aa788ab582388cc76f5250c4bc4972bf2e9720b9b76eac61b325123a6d5da0ffce6a90273eba691f9
6
+ metadata.gz: f03f08caf42cad5c4d0461bdc770e82d7168b809fd519dd97ae0e7c314f12dab950eb08f6fc087f541eb8401d10fad6c8d29c3150e1aa0bc977cebc3aca1cdfd
7
+ data.tar.gz: e79dc2559d140d88915b325af561c663fdf4acaca9eb796f480766342d6f61f0978aafc62ff57986cf6ff4ddc6ff269393e0e74a135202444c21d395f9edb160
data/.rubocop_todo.yml CHANGED
@@ -15,7 +15,7 @@ Metrics/AbcSize:
15
15
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
16
16
  # AllowedMethods: refine
17
17
  Metrics/BlockLength:
18
- Max: 47
18
+ Max: 50
19
19
 
20
20
  # Offense count: 1
21
21
  # Configuration parameters: CountComments, CountAsOne.
@@ -30,7 +30,7 @@ Metrics/CyclomaticComplexity:
30
30
  # Offense count: 3
31
31
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
32
32
  Metrics/MethodLength:
33
- Max: 64
33
+ Max: 70
34
34
 
35
35
  Metrics/PerceivedComplexity:
36
36
  Max: 12
data/README.base.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <!-- no suffix: en -->
4
4
  <!---------------------------->
5
5
 
6
- <!-- $ mmg README.base.md -->
6
+ <!-- $ mmg -y README.base.md -->
7
7
 
8
8
  <!-- [ja] -->
9
9
 
@@ -51,6 +51,7 @@ tvOSアプリ向けのアイコンを作成するには。4640px x 1440px の画
51
51
 
52
52
  | ディレクトリの名前 | サイズ | 画像 |
53
53
  |--|--|--|
54
+ | tv-1024x1024 | 1024x1024 | ![tv-1024x1024](sample/tv-1024x1024/Icon@1x.png) |
54
55
  | tv | 400x1440 | ![tv](sample/tv/Icon@2x.png) |
55
56
  | tv-appstore | 1280x768 | ![tv-appstore](sample/tv-appstore/Icon@1x.png) |
56
57
  | tv-top-shelf | 3840x1440 | ![tv-top-shelf](sample/tv-top-shelf/Icon@2x.png)|
@@ -106,6 +107,7 @@ The input image is the same as tv-top-shelf-wide, tv-top-shelf is the image from
106
107
 
107
108
  | Directory name | Size | Image |
108
109
  |--|--|--|
110
+ | tv-1024x1024 | 1024x1024 | ![tv-1024x1024](sample/tv-1024x1024/Icon@1x.png) |
109
111
  | tv | 400x1440 | ![tv](sample/tv/Icon@2x.png) |
110
112
  | tv-appstore | 1280x768 | ![tv-appstore](sample/tv-appstore/Icon@1x.png) |
111
113
  | tv-top-shelf | 3840x1440 | ![tv-top-shelf](sample/tv-top-shelf/Icon@2x.png)|
data/README.ja.md CHANGED
@@ -45,6 +45,7 @@ tvOSアプリ向けのアイコンを作成するには。4640px x 1440px の画
45
45
 
46
46
  | ディレクトリの名前 | サイズ | 画像 |
47
47
  |--|--|--|
48
+ | tv-1024x1024 | 1024x1024 | ![tv-1024x1024](sample/tv-1024x1024/Icon@1x.png) |
48
49
  | tv | 400x1440 | ![tv](sample/tv/Icon@2x.png) |
49
50
  | tv-appstore | 1280x768 | ![tv-appstore](sample/tv-appstore/Icon@1x.png) |
50
51
  | tv-top-shelf | 3840x1440 | ![tv-top-shelf](sample/tv-top-shelf/Icon@2x.png)|
data/README.md CHANGED
@@ -45,6 +45,7 @@ The input image is the same as tv-top-shelf-wide, tv-top-shelf is the image from
45
45
 
46
46
  | Directory name | Size | Image |
47
47
  |--|--|--|
48
+ | tv-1024x1024 | 1024x1024 | ![tv-1024x1024](sample/tv-1024x1024/Icon@1x.png) |
48
49
  | tv | 400x1440 | ![tv](sample/tv/Icon@2x.png) |
49
50
  | tv-appstore | 1280x768 | ![tv-appstore](sample/tv-appstore/Icon@1x.png) |
50
51
  | tv-top-shelf | 3840x1440 | ![tv-top-shelf](sample/tv-top-shelf/Icon@2x.png)|
@@ -32,5 +32,10 @@ module Appiconset
32
32
  exit(1)
33
33
  end
34
34
  end
35
+
36
+ def help
37
+ super
38
+ puts 'Online documentation: https://github.com/arthur87/appiconset'
39
+ end
35
40
  end
36
41
  end
@@ -119,6 +119,13 @@ module Appiconset
119
119
  contents: [
120
120
  { width: 1280, height: 768, name: 'Icon@1x.png' }
121
121
  ]
122
+ },
123
+ {
124
+ name: 'tv-1024x1024',
125
+ size: [4640, 1440],
126
+ contents: [
127
+ { width: 1024, height: 1024, name: 'Icon@1x.png' }
128
+ ]
122
129
  }
123
130
  ]
124
131
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Appiconset
4
- VERSION = '2.8.0'
4
+ VERSION = '2.9.1'
5
5
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appiconset
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - arthur87
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-04-25 00:00:00.000000000 Z
10
+ date: 2026-04-27 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rubocop
@@ -101,6 +100,7 @@ files:
101
100
  - lib/appiconset/settings/universal-xcode9.1-Contents.json
102
101
  - lib/appiconset/settings/watch-xcode10.0-Contents.json
103
102
  - lib/appiconset/version.rb
103
+ - sample/tv-1024x1024/Icon@1x.png
104
104
  - sample/tv-appstore/Icon@1x.png
105
105
  - sample/tv-top-shelf-wide/Icon@1x.png
106
106
  - sample/tv-top-shelf-wide/Icon@2x.png
@@ -115,7 +115,6 @@ licenses:
115
115
  metadata:
116
116
  homepage_uri: https://github.com/arthur87/appiconset
117
117
  source_code_uri: https://github.com/arthur87/appiconset
118
- post_install_message:
119
118
  rdoc_options: []
120
119
  require_paths:
121
120
  - lib
@@ -130,8 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
129
  - !ruby/object:Gem::Version
131
130
  version: '0'
132
131
  requirements: []
133
- rubygems_version: 3.3.3
134
- signing_key:
132
+ rubygems_version: 3.6.3
135
133
  specification_version: 4
136
134
  summary: appiconset generator for Xcode
137
135
  test_files: []