Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/1043
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Oct 8, 2024
1 parent 1ec014f commit 687898b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>Bonfire Watch App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>Bonfire.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>1</integer>
</dict>
<key>BonfireUmbrella Watch App.xcscheme_^#shared#^_</key>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions native/swiftui/Bonfire/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ struct ContentView: View {
// #LiveView(.automatic(development: .custom(URL(string: "http://localhost:4000/")!), production: .custom(URL(string: "https://campground.bonfire.cafe/")!)))
#LiveView(
.automatic(
development: .localhost(path: "/"),
production: URL(string: "https://example.com")!
development: .localhost(port: 4000, path: "/"),
production: URL(string: "https://campground.bonfire.cafe")!
),
addons: [
.liveForm
Expand Down

0 comments on commit 687898b

Please sign in to comment.