File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -151,16 +151,22 @@ Example:
151
151
<array>
152
152
<string>9BV3692736V893B47V893BY4V94B8V6123984BV6983V6B093</string>
153
153
<string>BVQ09PY89V86BY98VY9876BV9786B98687B6976BOP967BP96</string>
154
- <string>PB869869P6B76P9B7869P8B69P697P69769769P7B697PB89B9 </string>
154
+ <string>PB869869P6B76P9B7869P8B69P697P69769769P7B697PB89B </string>
155
155
</array>
156
156
</dict>
157
157
</plist>
158
158
```
159
159
160
- ## Mapping
160
+ ## Mapping (.map)
161
161
162
162
` arrayOfHashes: [String] `
163
163
164
- ## Config file (* .swift )
164
+ ## Config file (generated )
165
165
166
- ` static let arrayOfHashes: [String] = [...] `
166
+ ```
167
+ static let arrayOfHashes: [String] = [
168
+ 9BV3692736V893B47V893BY4V94B8V6123984BV6983V6B093,
169
+ BVQ09PY89V86BY98VY9876BV9786B98687B6976BOP967BP96,
170
+ PB869869P6B76P9B7869P8B69P697P69769769P7B697PB89B
171
+ ]
172
+ ```
You can’t perform that action at this time.
0 commit comments