Initial commit
This commit is contained in:
commit
2b88f739f1
10 changed files with 69613 additions and 0 deletions
33
Sources/Luminate/Luminate.swift
Normal file
33
Sources/Luminate/Luminate.swift
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
//
|
||||
// Luminate.swift
|
||||
//
|
||||
// Copyright 2026 Brendan Szymanski <hello@bscubed.dev>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
//
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
//
|
||||
|
||||
import Portico
|
||||
|
||||
@main
|
||||
struct Luminate: App {
|
||||
var applicationId: String? { "dev.bscubed.Luminate" }
|
||||
|
||||
var body: some Scene {
|
||||
ApplicationWindow { _ in
|
||||
Label("Hello, world!")
|
||||
}
|
||||
}
|
||||
}
|
||||
22
Sources/LuminateAPI/LuminateAPI.swift
Normal file
22
Sources/LuminateAPI/LuminateAPI.swift
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
//
|
||||
// LuminateAPI.swift
|
||||
//
|
||||
// Copyright 2026 Brendan Szymanski <hello@bscubed.dev>
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
//
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
//
|
||||
|
||||
public enum LuminateAPI {}
|
||||
5
Sources/LuminateAPI/openapi-generator-config.yaml
Normal file
5
Sources/LuminateAPI/openapi-generator-config.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
generate:
|
||||
- types
|
||||
- client
|
||||
accessModifier: public
|
||||
namingStrategy: idiomatic
|
||||
68649
Sources/LuminateAPI/openapi.yaml
Normal file
68649
Sources/LuminateAPI/openapi.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue