Commit 8fc39fa
authored
refactor: extract SVGKit into standalone package swift-svgkit (#70)
Replace the local SVGKit module with the newly published
DesignPipe/swift-svgkit package (0.1.0). The module name stays
`SVGKit`, so all `import SVGKit` statements remain unchanged.
- Add swift-svgkit remote dependency to Package.swift
- Update ExFigCLI, AndroidExport, ExFig-Android to use .product()
- Remove local SVGKit target and SVGKitTests test target
- Delete Sources/SVGKit/ and Tests/SVGKitTests/ (8 + 27 files)
- Update CLAUDE.md architecture (14 → 13 modules) and dependencies1 parent 3b588ad commit 8fc39fa
40 files changed
Lines changed: 32 additions & 11180 deletions
File tree
- Sources/SVGKit
- Tests/SVGKitTests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| |||
315 | 314 | | |
316 | 315 | | |
317 | 316 | | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 113 | | |
123 | 114 | | |
124 | 115 | | |
125 | 116 | | |
126 | 117 | | |
127 | | - | |
| 118 | + | |
128 | 119 | | |
129 | 120 | | |
130 | 121 | | |
| |||
180 | 171 | | |
181 | 172 | | |
182 | 173 | | |
183 | | - | |
| 174 | + | |
184 | 175 | | |
185 | 176 | | |
186 | 177 | | |
| |||
271 | 262 | | |
272 | 263 | | |
273 | 264 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | 265 | | |
279 | 266 | | |
280 | 267 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments