appiconset 2.7.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 +4 -4
- data/.rubocop_todo.yml +2 -2
- data/README.base.md +5 -1
- data/README.ja.md +2 -0
- data/README.md +2 -0
- data/lib/appiconset/generator.rb +14 -0
- data/lib/appiconset/version.rb +1 -1
- data/sample/tv/Icon@1x.png +0 -0
- data/sample/tv/Icon@2x.png +0 -0
- data/sample/tv-1024x1024/Icon@1x.png +0 -0
- data/sample/tv-appstore/Icon@1x.png +0 -0
- data/sample/tv-top-shelf/Icon@1x.png +0 -0
- data/sample/tv-top-shelf/Icon@2x.png +0 -0
- data/sample/tv-top-shelf-wide/Icon@1x.png +0 -0
- data/sample/tv-top-shelf-wide/Icon@2x.png +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd1622129ae37bed52aff7c82936052105ce307e5a0dd4504253585c8bbe852c
|
4
|
+
data.tar.gz: 24ba97bc6022c3787db08793045e261c81c68964b3b9cdc41097133371fdd855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
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:
|
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,7 +51,9 @@ tvOSアプリ向けのアイコンを作成するには。4640px x 1440px の画
|
|
51
51
|
|
52
52
|
| ディレクトリの名前 | サイズ | 画像 |
|
53
53
|
|--|--|--|
|
54
|
+
| tv-1024x1024 | 1024x1024 |  |
|
54
55
|
| tv | 400x1440 |  |
|
56
|
+
| tv-appstore | 1280x768 |  |
|
55
57
|
| tv-top-shelf | 3840x1440 | |
|
56
58
|
| tv-top-shelf-wide | 4640x1440 | |
|
57
59
|
|
@@ -105,7 +107,9 @@ The input image is the same as tv-top-shelf-wide, tv-top-shelf is the image from
|
|
105
107
|
|
106
108
|
| Directory name | Size | Image |
|
107
109
|
|--|--|--|
|
110
|
+
| tv-1024x1024 | 1024x1024 |  |
|
108
111
|
| tv | 400x1440 |  |
|
112
|
+
| tv-appstore | 1280x768 |  |
|
109
113
|
| tv-top-shelf | 3840x1440 | |
|
110
114
|
| tv-top-shelf-wide | 4640x1440 | |
|
111
115
|
|
data/README.ja.md
CHANGED
@@ -45,7 +45,9 @@ tvOSアプリ向けのアイコンを作成するには。4640px x 1440px の画
|
|
45
45
|
|
46
46
|
| ディレクトリの名前 | サイズ | 画像 |
|
47
47
|
|--|--|--|
|
48
|
+
| tv-1024x1024 | 1024x1024 |  |
|
48
49
|
| tv | 400x1440 |  |
|
50
|
+
| tv-appstore | 1280x768 |  |
|
49
51
|
| tv-top-shelf | 3840x1440 | |
|
50
52
|
| tv-top-shelf-wide | 4640x1440 | |
|
51
53
|
|
data/README.md
CHANGED
@@ -45,7 +45,9 @@ 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 |  |
|
48
49
|
| tv | 400x1440 |  |
|
50
|
+
| tv-appstore | 1280x768 |  |
|
49
51
|
| tv-top-shelf | 3840x1440 | |
|
50
52
|
| tv-top-shelf-wide | 4640x1440 | |
|
51
53
|
|
data/lib/appiconset/generator.rb
CHANGED
@@ -112,6 +112,20 @@ module Appiconset
|
|
112
112
|
{ width: 4640, height: 1440, name: 'Icon@2x.png' },
|
113
113
|
{ width: 2320, height: 720, name: 'Icon@1x.png' }
|
114
114
|
]
|
115
|
+
},
|
116
|
+
{
|
117
|
+
name: 'tv-appstore',
|
118
|
+
size: [4640, 1440],
|
119
|
+
contents: [
|
120
|
+
{ width: 1280, height: 768, name: 'Icon@1x.png' }
|
121
|
+
]
|
122
|
+
},
|
123
|
+
{
|
124
|
+
name: 'tv-1024x1024',
|
125
|
+
size: [4640, 1440],
|
126
|
+
contents: [
|
127
|
+
{ width: 1024, height: 1024, name: 'Icon@1x.png' }
|
128
|
+
]
|
115
129
|
}
|
116
130
|
]
|
117
131
|
|
data/lib/appiconset/version.rb
CHANGED
data/sample/tv/Icon@1x.png
CHANGED
Binary file
|
data/sample/tv/Icon@2x.png
CHANGED
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.
|
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-
|
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,8 @@ 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
|
105
|
+
- sample/tv-appstore/Icon@1x.png
|
104
106
|
- sample/tv-top-shelf-wide/Icon@1x.png
|
105
107
|
- sample/tv-top-shelf-wide/Icon@2x.png
|
106
108
|
- sample/tv-top-shelf/Icon@1x.png
|