Update Adwaita.md

This commit is contained in:
david-swift 2024-12-03 21:19:28 +01:00
parent 04b705b1de
commit 0c6163ea60

View File

@ -68,13 +68,13 @@ brew install libadwaita
2. Open the `Package.swift` file. 2. Open the `Package.swift` file.
3. Into the `Package` initializer, under `dependencies`, paste: 3. Into the `Package` initializer, under `dependencies`, paste:
```swift ```swift
.package(url: "https://github.com/AparokshaUI/Adwaita", from: "0.1.0") .package(url: "https://git.aparoksha.dev/aparoksha/adwaita-swift", from: "0.1.0")
``` ```
## Template repository ## Template repository
It is recommended to develop apps on Linux inside a Flatpak. It is recommended to develop apps on Linux inside a Flatpak.
Find more information in the [template repository](https://github.com/AparokshaUI/AdwaitaTemplate). Find more information in the [template repository](https://git.aparoksha.dev/aparoksha/adwaita-template).
## Topics ## Topics
@ -95,6 +95,7 @@ Find more information in the [template repository](https://github.com/AparokshaU
### Views ### Views
- ``AboutDialog``
- ``ActionRow`` - ``ActionRow``
- ``AlertDialog`` - ``AlertDialog``
- ``AspectFrame`` - ``AspectFrame``
@ -102,6 +103,7 @@ Find more information in the [template repository](https://github.com/AparokshaU
- ``Banner`` - ``Banner``
- ``Bin`` - ``Bin``
- ``Box`` - ``Box``
- ``BreakpointBin``
- ``Button`` - ``Button``
- ``ButtonContent`` - ``ButtonContent``
- ``Carousel`` - ``Carousel``
@ -109,6 +111,7 @@ Find more information in the [template repository](https://github.com/AparokshaU
- ``CheckButton`` - ``CheckButton``
- ``Clamp`` - ``Clamp``
- ``ComboRow`` - ``ComboRow``
- ``Dialog``
- ``EntryRow`` - ``EntryRow``
- ``ExpanderRow`` - ``ExpanderRow``
- ``Fixed`` - ``Fixed``
@ -126,11 +129,13 @@ Find more information in the [template repository](https://github.com/AparokshaU
- ``Menu`` - ``Menu``
- ``NavigationSplitView`` - ``NavigationSplitView``
- ``NavigationView`` - ``NavigationView``
- ``ModifierWrapper``
- ``Overlay`` - ``Overlay``
- ``OverlaySplitView`` - ``OverlaySplitView``
- ``PasswordEntryRow`` - ``PasswordEntryRow``
- ``Picture`` - ``Picture``
- ``Popover`` - ``Popover``
- ``PreferencesDialog``
- ``PreferencesGroup`` - ``PreferencesGroup``
- ``PreferencesPage`` - ``PreferencesPage``
- ``PreferencesRow`` - ``PreferencesRow``
@ -154,11 +159,12 @@ Find more information in the [template repository](https://github.com/AparokshaU
- ``ViewStack`` - ``ViewStack``
- ``ViewSwitcher`` - ``ViewSwitcher``
- ``VStack`` - ``VStack``
- ``VStackWrapper``
- ``WindowTitle`` - ``WindowTitle``
- ``EitherView``
### Windows ### Windows
- ``AboutWindow``
- ``FileDialog`` - ``FileDialog``
- ``Window`` - ``Window``
@ -167,3 +173,5 @@ Find more information in the [template repository](https://github.com/AparokshaU
- ``MenuButton`` - ``MenuButton``
- ``MenuSection`` - ``MenuSection``
- ``Submenu`` - ``Submenu``
- ``MenuCollection``
- ``MenuEitherView``