{
 "app_id": "io.github.AparokshaUI.Demo",
 "source_url": "https://raw.githubusercontent.com/AparokshaUI/adwaita-swift/main/io.github.AparokshaUI.Demo.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "47",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=fallback-x11",
  "--device=dri",
  "--socket=wayland"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-18T08:44:42.956487+00:00",
 "manifest": {
  "app-id": "io.github.AparokshaUI.Demo",
  "runtime": "org.gnome.Platform",
  "runtime-version": "47",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.swift6"
  ],
  "command": "Demo",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--device=dri",
   "--socket=wayland"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/swift6/bin",
   "prepend-ld-library-path": "/usr/lib/sdk/swift6/lib"
  },
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/man",
   "/share/doc",
   "/share/gtk-doc",
   "/share/man",
   "/share/pkgconfig",
   "/share/vala",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "Demo",
    "builddir": true,
    "buildsystem": "simple",
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ],
    "build-commands": [
     "swift build -c debug --static-swift-stdlib",
     "install -Dm755 .build/debug/Demo /app/bin/Demo"
    ]
   }
  ]
 }
}