Add watch platforms and commands to configuration

This commit is contained in:
2026-04-19 00:52:57 +02:00
parent a11d88d365
commit 432e3c9922
3 changed files with 3 additions and 141 deletions
+1
View File
@@ -9,6 +9,7 @@
"swift:build:macos": "tsswift build --path SocialIO/SocialIO.xcodeproj --platform macos",
"swift:test": "tsswift test --path SocialIO/SocialIO.xcodeproj",
"swift:run": "tsswift run --path SocialIO/SocialIO.xcodeproj",
"swift:watch": "tsswift watch --path SocialIO/SocialIO.xcodeproj",
"swift:launch": "tsswift launch --path SocialIO/SocialIO.xcodeproj",
"swift:command:inbox": "tsswift command --path SocialIO/SocialIO.xcodeproj --route socialio://mailbox/inbox",
"swift:screenshots:ios": "tsswift screenshots --path SocialIO/SocialIO.xcodeproj --platform ios",