mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-26 05:18:31 -04:00
Remove BackPorts dependency
This commit is contained in:
parent
b6a058e4e7
commit
46503a32df
@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
import SwiftUIBackports
|
|
||||||
|
|
||||||
struct OutlineButton: View {
|
struct OutlineButton: View {
|
||||||
@Environment(\.dismissSearch) private var dismissSearch
|
@Environment(\.dismissSearch) private var dismissSearch
|
||||||
@EnvironmentObject private var browser: BrowserViewModel
|
@EnvironmentObject private var browser: BrowserViewModel
|
||||||
|
@ -51,9 +51,6 @@ packages:
|
|||||||
Defaults:
|
Defaults:
|
||||||
url: https://github.com/sindresorhus/Defaults
|
url: https://github.com/sindresorhus/Defaults
|
||||||
majorVersion: 6.0.0
|
majorVersion: 6.0.0
|
||||||
SwiftUIBackports:
|
|
||||||
url: https://github.com/shaps80/SwiftUIBackports.git
|
|
||||||
majorVersion: 1.0.0
|
|
||||||
OrderedCollections:
|
OrderedCollections:
|
||||||
url: https://github.com/apple/swift-collections.git
|
url: https://github.com/apple/swift-collections.git
|
||||||
majorVersion: 1.0.4
|
majorVersion: 1.0.4
|
||||||
@ -80,7 +77,6 @@ targetTemplates:
|
|||||||
- sdk: QuickLook.framework
|
- sdk: QuickLook.framework
|
||||||
- package: Fuzi
|
- package: Fuzi
|
||||||
- package: Defaults
|
- package: Defaults
|
||||||
- package: SwiftUIBackports
|
|
||||||
- package: OrderedCollections
|
- package: OrderedCollections
|
||||||
sources:
|
sources:
|
||||||
- path: App
|
- path: App
|
||||||
|
Loading…
x
Reference in New Issue
Block a user