appiconset 2.8.0 → 2.9.0

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: fd1622129ae37bed52aff7c82936052105ce307e5a0dd4504253585c8bbe852c
4
+ data.tar.gz: 24ba97bc6022c3787db08793045e261c81c68964b3b9cdc41097133371fdd855
5
5
  SHA512:
6
- metadata.gz: 73dc8fdffac661a7c8a46e2106959385f7a163e110c785f02c79e5d22d8f93a2e05ef632a7aa41220562402ccf50a69afe10aca97967032f79d47575b27f2cc7
7
- data.tar.gz: 2d2cf96130f81644fd5a6c1cac38c12d1d1b9da3bcc9a43aa788ab582388cc76f5250c4bc4972bf2e9720b9b76eac61b325123a6d5da0ffce6a90273eba691f9
6
+ metadata.gz: 4fb3001d7cdbe6b3b4f984a10a14495eaeee1cdcdd9d3247fccc67612d8d83b68f03ea51fce4f90fc0256bc751c2fd4e7a59668d94b3aabac5727d9cd17c20c1
7
+ data.tar.gz: b90f727e21d4d1b6b2d3537c7cc687029d3d0931a9a5519e0ff9b6f12f0deb6313ee340e3d091122b433c106c0f6d0a0d195973c15c25aa69d64249172a99ffb
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)|
@@ -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.0'
5
5
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
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.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - arthur87
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-25 00:00:00.000000000 Z
11
+ date: 2025-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -101,6 +101,7 @@ files:
101
101
  - lib/appiconset/settings/universal-xcode9.1-Contents.json
102
102
  - lib/appiconset/settings/watch-xcode10.0-Contents.json
103
103
  - lib/appiconset/version.rb
104
+ - sample/tv-1024x1024/Icon@1x.png
104
105
  - sample/tv-appstore/Icon@1x.png
105
106
  - sample/tv-top-shelf-wide/Icon@1x.png
106
107
  - sample/tv-top-shelf-wide/Icon@2x.png