Skip to content

Commit 19816f6

Browse files
committed
Remove warnings
1 parent d9c1786 commit 19816f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ios/Demo-iOS/Sources/ContentView.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ private struct RemoteEditorRow: Identifiable {
9696
private extension EditorConfiguration {
9797

9898
static var template: Self {
99-
#warning("1. Update the siteURL and authHeader values below")
100-
#warning("2. Install the Jetpack plugin to the site")
99+
// Steps:
100+
// 1. Update the siteURL and authHeader values below
101+
// 2. Install the Jetpack plugin to the site
101102
let siteUrl: String = "https://modify-me.com"
102103
let authHeader: String = "Insert the Authorization header value here"
103104
let siteApiRoot: String = "\(siteUrl)/wp-json/"

0 commit comments

Comments
 (0)