Commit 664dae3
fix: Resolve all build errors in AI backend extensions
- Add 6 missing AIBackend enum cases (openWebUI, openAI, googleCloud,
azureCognitive, awsAI, ibmWatson)
- Move stored properties from extensions to main class
- Add missing availability flags and API key properties
- Add OpenWebUI generation method and availability check
- Add saveConfiguration() and refreshAllBackends() convenience methods
- Delete duplicate AIBackendManager+Generation.swift
- Replace deprecated NSUserNotification with UNUserNotificationCenter
- Fix AIBackendStatusMenu missing type references
- Bump version to v1.7.0 build 15
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3a4347c commit 664dae3
5 files changed
Lines changed: 172 additions & 417 deletions
File tree
- RsyncGUI.xcodeproj
- RsyncGUI/Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
155 | | - | |
156 | 153 | | |
157 | 154 | | |
158 | 155 | | |
| |||
401 | 398 | | |
402 | 399 | | |
403 | 400 | | |
404 | | - | |
405 | 401 | | |
406 | 402 | | |
407 | 403 | | |
| |||
599 | 595 | | |
600 | 596 | | |
601 | 597 | | |
602 | | - | |
| 598 | + | |
603 | 599 | | |
604 | 600 | | |
605 | 601 | | |
| |||
611 | 607 | | |
612 | 608 | | |
613 | 609 | | |
614 | | - | |
| 610 | + | |
615 | 611 | | |
616 | 612 | | |
617 | 613 | | |
| |||
629 | 625 | | |
630 | 626 | | |
631 | 627 | | |
632 | | - | |
| 628 | + | |
633 | 629 | | |
634 | 630 | | |
635 | 631 | | |
| |||
641 | 637 | | |
642 | 638 | | |
643 | 639 | | |
644 | | - | |
| 640 | + | |
645 | 641 | | |
646 | 642 | | |
647 | 643 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | | - | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | | - | |
104 | | - | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
| |||
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
211 | | - | |
| 209 | + | |
212 | 210 | | |
213 | 211 | | |
214 | 212 | | |
| |||
231 | 229 | | |
232 | 230 | | |
233 | 231 | | |
234 | | - | |
235 | | - | |
236 | 232 | | |
237 | 233 | | |
238 | 234 | | |
| |||
282 | 278 | | |
283 | 279 | | |
284 | 280 | | |
285 | | - | |
286 | | - | |
287 | 281 | | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
293 | 297 | | |
294 | 298 | | |
295 | | - | |
| 299 | + | |
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
300 | | - | |
301 | | - | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
0 commit comments