Initial scaffold — NASBackup iOS app
Full project scaffold: XcodeGen project.yml, Core models/protocols/errors,
SMBService (kishikawakatsumi/SMBClient), SFTPService (Citadel 0.9.2),
PhotoLibraryService, LANMonitor, BackupEngine, BackgroundTaskManager,
all feature UIs (Login, Connect, Browse, Backup, History, Settings),
Shared components and theme. Builds clean with zero errors.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 17:05:04 +03:00
|
|
|
{
|
|
|
|
|
"images" : [
|
|
|
|
|
{
|
|
|
|
|
"filename" : "nas_logo_clean.png",
|
|
|
|
|
"idiom" : "universal",
|
|
|
|
|
"scale" : "1x"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-05-16 16:59:23 +03:00
|
|
|
"filename" : "nas_logo_clean.png",
|
Initial scaffold — NASBackup iOS app
Full project scaffold: XcodeGen project.yml, Core models/protocols/errors,
SMBService (kishikawakatsumi/SMBClient), SFTPService (Citadel 0.9.2),
PhotoLibraryService, LANMonitor, BackupEngine, BackgroundTaskManager,
all feature UIs (Login, Connect, Browse, Backup, History, Settings),
Shared components and theme. Builds clean with zero errors.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 17:05:04 +03:00
|
|
|
"idiom" : "universal",
|
|
|
|
|
"scale" : "2x"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-05-16 16:59:23 +03:00
|
|
|
"filename" : "nas_logo_clean.png",
|
Initial scaffold — NASBackup iOS app
Full project scaffold: XcodeGen project.yml, Core models/protocols/errors,
SMBService (kishikawakatsumi/SMBClient), SFTPService (Citadel 0.9.2),
PhotoLibraryService, LANMonitor, BackupEngine, BackgroundTaskManager,
all feature UIs (Login, Connect, Browse, Backup, History, Settings),
Shared components and theme. Builds clean with zero errors.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 17:05:04 +03:00
|
|
|
"idiom" : "universal",
|
|
|
|
|
"scale" : "3x"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"info" : {
|
|
|
|
|
"author" : "xcode",
|
|
|
|
|
"version" : 1
|
|
|
|
|
}
|
|
|
|
|
}
|