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 +4 -4
- data/.rubocop_todo.yml +2 -2
- data/README.base.md +3 -1
- data/README.ja.md +1 -0
- data/README.md +1 -0
- data/lib/appiconset/generator.rb +7 -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 +3 -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,6 +51,7 @@ tvOSアプリ向けのアイコンを作成するには。4640px x 1440px の画
|
|
51
51
|
|
52
52
|
| ディレクトリの名前 | サイズ | 画像 |
|
53
53
|
|--|--|--|
|
54
|
+
| tv-1024x1024 | 1024x1024 |  |
|
54
55
|
| tv | 400x1440 |  |
|
55
56
|
| tv-appstore | 1280x768 |  |
|
56
57
|
| tv-top-shelf | 3840x1440 | |
|
@@ -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 |  |
|
109
111
|
| tv | 400x1440 |  |
|
110
112
|
| tv-appstore | 1280x768 |  |
|
111
113
|
| tv-top-shelf | 3840x1440 | |
|
data/README.ja.md
CHANGED
@@ -45,6 +45,7 @@ tvOSアプリ向けのアイコンを作成するには。4640px x 1440px の画
|
|
45
45
|
|
46
46
|
| ディレクトリの名前 | サイズ | 画像 |
|
47
47
|
|--|--|--|
|
48
|
+
| tv-1024x1024 | 1024x1024 |  |
|
48
49
|
| tv | 400x1440 |  |
|
49
50
|
| tv-appstore | 1280x768 |  |
|
50
51
|
| tv-top-shelf | 3840x1440 | |
|
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 |  |
|
48
49
|
| tv | 400x1440 |  |
|
49
50
|
| tv-appstore | 1280x768 |  |
|
50
51
|
| tv-top-shelf | 3840x1440 | |
|
data/lib/appiconset/generator.rb
CHANGED
@@ -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
|
|
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-04-
|
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
|