Commit ff3bafc
authored
refactor: extract FigmaAPI into standalone package (#71)
* refactor: extract FigmaAPI into standalone package swift-figma-api
Replace local FigmaAPI module with external dependency from
github.com/DesignPipe/swift-figma-api (0.1.0).
Changes:
- Remove Sources/FigmaAPI/ and Tests/FigmaAPITests/ (now in swift-figma-api)
- Add swift-figma-api 0.1.0 dependency to Package.swift
- Update ExFigCLI and ExFigTests to use .product(name:package:)
- Update CLAUDE.md: 13→12 modules, add swift-figma-api to dependencies
- Update testing-workflow.md: remove FigmaAPITests target
* ci: trigger CI run1 parent 8fc39fa commit ff3bafc
59 files changed
Lines changed: 17 additions & 6331 deletions
File tree
- .claude/rules
- Sources/FigmaAPI
- Endpoint
- Model
- Tests/FigmaAPITests
- Fixtures
- Helpers
- Mocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | | - | |
| 117 | + | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
258 | 257 | | |
259 | 258 | | |
260 | 259 | | |
261 | | - | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
326 | 325 | | |
327 | 326 | | |
328 | 327 | | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
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 | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 83 | | |
92 | 84 | | |
93 | 85 | | |
| |||
200 | 192 | | |
201 | 193 | | |
202 | 194 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 195 | | |
214 | 196 | | |
215 | 197 | | |
216 | 198 | | |
217 | | - | |
| 199 | + | |
218 | 200 | | |
219 | 201 | | |
220 | 202 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments