blob: ee762339ded0baa27a97b8ae9d4807089176704f [file] [log] [blame]
{
"builds": [
{
"archives": [],
"drone_dimensions": [
"device_type=none",
"mac_model=Macmini8,1",
"os=Mac-12"
],
"gn": [
"--ios",
"--runtime-mode",
"debug",
"--simulator",
"--no-lto"
],
"name": "ios_debug_sim",
"ninja": {
"config": "ios_debug_sim",
"targets": []
},
"tests": []
},
{
"archives": [],
"drone_dimensions": [
"device_type=none",
"mac_model=Macmini8,1",
"os=Mac-12"
],
"generators": {},
"gn": [
"--ios",
"--runtime-mode",
"debug",
"--simulator",
"--simulator-cpu=arm64",
"--no-lto"
],
"name": "ios_debug_sim_arm64",
"ninja": {
"config": "ios_debug_sim_arm64",
"targets": []
},
"tests": []
},
{
"archives": [],
"drone_dimensions": [
"device_type=none",
"mac_model=Macmini8,1",
"os=Mac-12"
],
"gn": [
"--ios",
"--runtime-mode",
"profile"
],
"name": "ios_profile",
"ninja": {
"config": "ios_profile",
"targets": [
"flutter/shell/platform/darwin/ios:flutter_framework",
"flutter/lib/snapshot:generate_snapshot_bin"
]
},
"tests": []
}
],
"tests": [],
"generators": {
"tasks": [
{
"name": "Profile-FlutterMacOS.framework",
"parameters": [
"--dst",
"out/profile",
"--arm64-out-dir",
"out/ios_profile",
"--simulator-x64-out-dir",
"out/ios_debug_sim",
"--simulator-arm64-out-dir",
"out/ios_debug_sim_arm64"
],
"script": "flutter/sky/tools/create_full_ios_framework.py",
"language": "python"
}
]
},
"archives": [
{
"source": "out/profile/artifacts.zip",
"destination": "ios-profile/artifacts.zip"
}
]
}