You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,11 +86,9 @@ Install the latest release using Homebrew with:
86
86
brew install cask corelocationcli
87
87
```
88
88
89
-
Or build from the command line using the Xcode compiler with one of these commands:
89
+
Or build from the command line using the compiler:
90
90
91
91
```sh
92
-
xcodebuild # requires Apple Developer account
93
-
# ... or ...
94
92
swift build --disable-sandbox -c release # does not require account
95
93
```
96
94
@@ -106,9 +104,9 @@ After trying to run `CoreLocationCLI` for the first time, the process will be bl
106
104
107
105
> "CoreLocationCLI" can't be opened because it is from an unidentified developer...
108
106
109
-
To approve the process and allow `CoreLocationCLI` to run, go to System Preferences ➡️ Security & Privacy ➡️ General, and look in the bottom right corner for a button to click.
107
+
To approve the process and allow `CoreLocationCLI` to run, go to System Settings ➡️ Privacy & Security ➡️ General, and look in the bottom right corner for a button to click.
110
108
111
-
After approving `CoreLocationCLI`, it should run successfully. For more information, see https://support.apple.com/en-us/HT202491.
109
+
After approving `CoreLocationCLI`, it should run successfully. For more information, see <https://support.apple.com/en-us/HT202491>.
112
110
113
111
## Project scope
114
112
@@ -118,7 +116,6 @@ The project maintainer was a victim of kidnapping in his past. Meanwhile his lap
118
116
119
117
## Contributing
120
118
121
-
Considering the project scope, please report any issues at https://github.com/fulldecent/corelocationcli/issues and recommend a fix if possible.
122
-
123
-
You can fund the project maintainer at https://github.com/sponsors/fulldecent. Even the most modest contribution will surely be noticed.
119
+
Considering the project scope, please report any issues at <https://github.com/fulldecent/corelocationcli/issues> and recommend a fix if possible.
124
120
121
+
You can fund the project maintainer at <https://github.com/sponsors/fulldecent>. Even the most modest contribution will surely be noticed.
0 commit comments