Skip to content

Commit

Permalink
Revert "#1043"
Browse files Browse the repository at this point in the history
This reverts commit 687898b.
  • Loading branch information
ivanminutillo committed Oct 9, 2024
1 parent 54e9306 commit b1c92ac
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>0</integer>
<integer>1</integer>
</dict>
<key>Bonfire.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</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(port: 4000, path: "/"),
production: URL(string: "https://campground.bonfire.cafe")!
development: .localhost(path: "/"),
production: URL(string: "https://example.com")!
),
addons: [
.liveForm
Expand Down

0 comments on commit b1c92ac

Please sign in to comment.