2026-04-19 00:46:00 +02:00
|
|
|
{
|
|
|
|
|
"name": "social-io-swiftapp-tooling",
|
|
|
|
|
"private": true,
|
|
|
|
|
"packageManager": "pnpm@10.18.1",
|
|
|
|
|
"scripts": {
|
2026-04-19 01:00:32 +02:00
|
|
|
"swift:doctor": "tsswift doctor --path swift/SocialIO.xcodeproj",
|
|
|
|
|
"swift:emulators": "tsswift emulators --path swift/SocialIO.xcodeproj",
|
|
|
|
|
"swift:build": "tsswift build --path swift/SocialIO.xcodeproj",
|
|
|
|
|
"swift:build:macos": "tsswift build --path swift/SocialIO.xcodeproj --platform macos",
|
|
|
|
|
"swift:test": "tsswift test --path swift/SocialIO.xcodeproj",
|
|
|
|
|
"swift:run": "tsswift run --path swift/SocialIO.xcodeproj",
|
2026-04-19 01:21:24 +02:00
|
|
|
"swift:watch": "tsswift watch --path swift/SocialIO.xcodeproj",
|
2026-04-19 01:00:32 +02:00
|
|
|
"swift:launch": "tsswift launch --path swift/SocialIO.xcodeproj",
|
|
|
|
|
"swift:command:inbox": "tsswift command --path swift/SocialIO.xcodeproj --route socialio://mailbox/inbox",
|
|
|
|
|
"swift:screenshots:ios": "tsswift screenshots --path swift/SocialIO.xcodeproj --platform ios",
|
|
|
|
|
"swift:screenshots:ipad": "tsswift screenshots --path swift/SocialIO.xcodeproj --platform ipad",
|
|
|
|
|
"swift:screenshots:macos": "tsswift screenshots --path swift/SocialIO.xcodeproj --platform macos",
|
|
|
|
|
"swift:review": "tsswift review --path swift/SocialIO.xcodeproj"
|
2026-04-19 00:46:00 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-19 01:21:24 +02:00
|
|
|
"@git.zone/tsswift": "0.4.1"
|
2026-04-19 00:46:00 +02:00
|
|
|
}
|
|
|
|
|
}
|