{
"schema": "flowdeck.context",
"schemaVersion": "1.1.0",
"workspace": "iOS/MyApp.xcodeproj",
"schemes": [
{
"name": "MyApp",
"category": "iOS",
"platform": "iOS",
"defaultConfiguration": "Debug",
"actionConfigurations": ["Debug", "Release"],
"availableConfigurations": ["Debug", "Release", "Staging"]
}
],
"buildConfigurations": ["Debug", "Release"],
"derivedDataPath": "/Users/you/Library/Developer/FlowDeck/DerivedData/...",
"simulators": [
{"name": "iPhone 16", "udid": "...", "platform": "iOS", "osVersion": "18.0", "state": "Shutdown"}
],
"projects": [
{
"workspace": "iOS/MyApp.xcodeproj",
"schemes": [
{
"name": "MyApp",
"category": "iOS",
"platform": "iOS",
"defaultConfiguration": "Debug",
"actionConfigurations": ["Debug", "Release"],
"availableConfigurations": ["Debug", "Release", "Staging"]
}
],
"buildConfigurations": ["Debug", "Release"],
"derivedDataPath": "/Users/you/Library/Developer/FlowDeck/DerivedData/..."
},
{
"workspace": "test/IntegrationTests.xcodeproj",
"schemes": [
{
"name": "IntegrationTests",
"category": "Tests",
"platform": "iOS",
"defaultConfiguration": "Debug",
"actionConfigurations": ["Debug", "Release"],
"availableConfigurations": ["Debug", "Release"]
}
],
"buildConfigurations": ["Debug", "Release"],
"derivedDataPath": "/Users/you/Library/Developer/FlowDeck/DerivedData/..."
}
]
}