Skip to content

Commit

Permalink
Merge pull request #86 from anshulahuja98/patch-1
Browse files Browse the repository at this point in the history
Add warning to ContentView in step 8 for Catalina users
  • Loading branch information
ben-z authored May 5, 2020
2 parents bb8a4e2 + 52294be commit 707c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion free-sidecar/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ struct ContentView: View {
.padding(.trailing, 20)
}.padding()
VStack {
Text("8. Sign the patched SidecarCore (in Terminal):")
Text("8. Sign the patched SidecarCore (in Terminal) (If you are on macOS Catalina 10.15.4+, please refer to step 8 of the README for special instructions):")
TextField("", text: $sign)
.font(.system(size: 10, design: .monospaced))
.padding(.leading, 20)
Expand Down

0 comments on commit 707c864

Please sign in to comment.