File tree 2 files changed +72
-65
lines changed
2 files changed +72
-65
lines changed Original file line number Diff line number Diff line change 2
2
SquotImageMapper {
3
3
#path : FSAbsolutePath [
4
4
'assets',
5
- 'SpotifyConnectInSqueak .png'
5
+ 'pause .png'
6
6
],
7
7
#encoding : Class [ #PNGReadWriter ]
8
8
},
9
9
SquotImageMapper {
10
10
#path : FSAbsolutePath [
11
11
'assets',
12
- 'recently-played .png'
12
+ 'squeak-mouse .png'
13
13
],
14
14
#encoding : @4
15
15
},
16
- SquotImageMapper {
16
+ SquotPlaintextMapper {
17
17
#path : FSAbsolutePath [
18
- 'assets',
19
- 'previous.png'
18
+ 'README.md'
20
19
],
21
- #encoding : @4
20
+ #encoding : 'TXT'
22
21
},
23
22
SquotImageMapper {
24
23
#path : FSAbsolutePath [
25
24
'assets',
26
- 'refresh .png'
25
+ 'Screenshot .png'
27
26
],
28
27
#encoding : @4
29
28
},
30
29
SquotPlaintextMapper {
31
30
#path : FSAbsolutePath [
32
31
'assets',
33
32
'mockdata',
34
- 'playlistResponse'
35
- ],
36
- #encoding : 'TXT'
37
- },
38
- SquotPlaintextMapper {
39
- #path : FSAbsolutePath [
40
- 'src',
41
- '.properties'
33
+ 'playbackStateResponse'
42
34
],
43
35
#encoding : 'TXT'
44
36
},
45
- SquotPlaintextMapper {
37
+ SquotTonelMapper {
38
+ #package : MCPackage {
39
+ #name : 'BaselineOfSpotifyConnect'
40
+ },
46
41
#path : FSAbsolutePath [
47
- 'CodeGuidelines.md'
48
- ],
49
- #encoding : 'TXT'
42
+ 'src'
43
+ ]
50
44
},
51
45
SquotPlaintextMapper {
52
46
#path : FSAbsolutePath [
53
47
'assets',
54
48
'mockdata',
55
- 'searchResponse '
49
+ 'playlistResponse '
56
50
],
57
51
#encoding : 'TXT'
58
52
},
59
53
SquotImageMapper {
60
54
#path : FSAbsolutePath [
61
55
'assets',
62
- 'previous-white .png'
56
+ 'devices .png'
63
57
],
64
58
#encoding : @4
65
59
},
66
60
SquotPlaintextMapper {
67
61
#path : FSAbsolutePath [
68
- 'assets',
69
- 'successResponse.html'
62
+ 'LICENSE'
70
63
],
71
64
#encoding : 'TXT'
72
65
},
73
66
SquotPlaintextMapper {
74
67
#path : FSAbsolutePath [
75
- 'assets',
76
- 'mockdata',
77
- 'recentlyPlayedResponse'
68
+ '.smalltalk.ston'
78
69
],
79
70
#encoding : 'TXT'
80
71
},
81
72
SquotPlaintextMapper {
82
73
#path : FSAbsolutePath [
83
74
'assets',
84
75
'mockdata',
85
- 'devicesResponse '
76
+ 'recentlyPlayedResponse '
86
77
],
87
78
#encoding : 'TXT'
88
79
},
89
- SquotTonelMapper {
90
- #package : MCPackage {
91
- #name : 'SpotifyConnect'
92
- },
93
- #path : FSAbsolutePath [
94
- 'src'
95
- ]
96
- },
97
80
SquotImageMapper {
98
81
#path : FSAbsolutePath [
99
82
'assets',
100
- 'squeak-mouse .png'
83
+ 'next .png'
101
84
],
102
85
#encoding : @4
103
86
},
104
- SquotImageMapper {
87
+ SquotPlaintextMapper {
105
88
#path : FSAbsolutePath [
106
- 'assets ',
107
- 'devices.png '
89
+ 'src ',
90
+ '.properties '
108
91
],
109
- #encoding : @4
110
- },
111
- SquotTonelMapper {
112
- #package : MCPackage {
113
- #name : 'BaselineOfSpotifyConnect'
114
- },
115
- #path : @29
92
+ #encoding : 'TXT'
116
93
},
117
94
SquotImageMapper {
118
95
#path : FSAbsolutePath [
119
96
'assets',
120
- 'next-white .png'
97
+ 'recently-played .png'
121
98
],
122
99
#encoding : @4
123
100
},
124
101
SquotPlaintextMapper {
125
102
#path : FSAbsolutePath [
126
103
'assets',
127
104
'mockdata',
128
- 'albumResponse '
105
+ 'devicesResponse '
129
106
],
130
107
#encoding : 'TXT'
131
108
},
132
- SquotPlaintextMapper {
109
+ SquotImageMapper {
133
110
#path : FSAbsolutePath [
134
- '.github',
135
- 'workflows',
136
- 'ci.yml'
111
+ 'assets',
112
+ 'previous-white.png'
137
113
],
138
- #encoding : 'TXT'
114
+ #encoding : @4
139
115
},
140
- SquotPlaintextMapper {
116
+ SquotImageMapper {
141
117
#path : FSAbsolutePath [
142
- 'LICENSE'
118
+ 'assets',
119
+ 'SpotifyConnectInSqueak.png'
143
120
],
144
- #encoding : 'TXT'
121
+ #encoding : @4
145
122
},
146
123
SquotPlaintextMapper {
147
124
#path : FSAbsolutePath [
148
- 'README.md'
125
+ 'assets',
126
+ 'mockdata',
127
+ 'searchResponse'
149
128
],
150
129
#encoding : 'TXT'
151
130
},
152
131
SquotImageMapper {
153
132
#path : FSAbsolutePath [
154
133
'assets',
155
- 'speaker.png'
134
+ 'speaker-muted .png'
156
135
],
157
136
#encoding : @4
158
137
},
159
138
SquotImageMapper {
160
139
#path : FSAbsolutePath [
161
140
'assets',
162
- 'pause .png'
141
+ 'speaker .png'
163
142
],
164
143
#encoding : @4
165
144
},
172
151
},
173
152
SquotPlaintextMapper {
174
153
#path : FSAbsolutePath [
175
- '.smalltalk.ston'
154
+ 'assets',
155
+ 'successResponse.html'
156
+ ],
157
+ #encoding : 'TXT'
158
+ },
159
+ SquotPlaintextMapper {
160
+ #path : FSAbsolutePath [
161
+ 'assets',
162
+ 'mockdata',
163
+ 'albumResponse'
176
164
],
177
165
#encoding : 'TXT'
178
166
},
179
167
SquotImageMapper {
180
168
#path : FSAbsolutePath [
181
169
'assets',
182
- 'next .png'
170
+ 'previous .png'
183
171
],
184
172
#encoding : @4
185
173
},
174
+ SquotTonelMapper {
175
+ #package : MCPackage {
176
+ #name : 'SpotifyConnect'
177
+ },
178
+ #path : @15
179
+ },
186
180
SquotImageMapper {
187
181
#path : FSAbsolutePath [
188
182
'assets',
189
- 'speaker-muted .png'
183
+ 'next-white .png'
190
184
],
191
185
#encoding : @4
192
186
},
193
187
SquotPlaintextMapper {
194
188
#path : FSAbsolutePath [
195
- 'assets',
196
- 'mockdata',
197
- 'playbackStateResponse'
189
+ '.github',
190
+ 'workflows',
191
+ 'ci.yml'
192
+ ],
193
+ #encoding : 'TXT'
194
+ },
195
+ SquotPlaintextMapper {
196
+ #path : FSAbsolutePath [
197
+ 'CodeGuidelines.md'
198
198
],
199
199
#encoding : 'TXT'
200
+ },
201
+ SquotImageMapper {
202
+ #path : FSAbsolutePath [
203
+ 'assets',
204
+ 'refresh.png'
205
+ ],
206
+ #encoding : @4
200
207
}
201
208
]
You can’t perform that action at this time.
0 commit comments