refactor: rename app fai_studio -> chain_studio
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
Studio is the Ch∆In product's GUI, not a F∆I-vendor app. Rename the Flutter package, all package: imports, and the build identity across platforms: linux/windows CMake BINARY_NAME + project, Windows Runner.rc fields, macOS PRODUCT_NAME / bundle id (ai.flemming.chain.chainStudio) / .app + scheme BuildableName. Update the client-SDK + flow-editor deps to their renamed chain_* packages (path + git URL). Company/copyright fields now read Flemming.AI. flutter analyze: clean. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
c27bb29ba0
commit
68d23ab7dd
25 changed files with 73 additions and 73 deletions
|
|
@ -25,11 +25,11 @@ ls ~/.fai/today/proposals/
|
|||
|
||||
```bash
|
||||
# Drop a plist that runs propose.sh every morning at 07:30 local time.
|
||||
# `launchctl load ~/Library/LaunchAgents/ai.flemming.fai.today.plist` to
|
||||
# `launchctl load ~/Library/LaunchAgents/ai.flemming.chain.today.plist` to
|
||||
# install. The plist must point at the absolute path of propose.sh.
|
||||
```
|
||||
|
||||
A starter plist lives at `launchd/ai.flemming.fai.today.plist`.
|
||||
A starter plist lives at `launchd/ai.flemming.chain.today.plist`.
|
||||
|
||||
### Linux — systemd timer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue