- auth / Mac app rebuild
This commit is contained in:
+5
-4
@@ -1,15 +1,16 @@
|
||||
# TCMS Mac Client
|
||||
|
||||
Native SwiftUI macOS 12+ client for Ty Clifford's Content Management System.
|
||||
Native AppKit macOS 12+ client for Ty Clifford's Content Management System.
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
cd macclient
|
||||
swift run TCMSMacClient
|
||||
./build-app.sh
|
||||
open TCMSMacClient.app
|
||||
```
|
||||
|
||||
You can also open this folder in Xcode and run the `TCMSMacClient` package target.
|
||||
The built app bundle is written to `macclient/TCMSMacClient.app`.
|
||||
|
||||
## Connect
|
||||
|
||||
@@ -20,7 +21,7 @@ https://example.com/blog
|
||||
http://127.0.0.1:8097
|
||||
```
|
||||
|
||||
The client automatically calls `api.php` under that URL. If the server has an API token configured, paste it in Settings. Local development can use TCMS' localhost fallback when `api.token` is blank and `api.allow_local_without_token` is enabled.
|
||||
The client automatically calls `api.php` under that URL. Enter the username/password stored in the site's `.env`, or use the bearer token from `TCMS_API_TOKEN`.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user