This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
Expand file tree
/
Copy pathmac_ios_engine_profile.json
More file actions
96 lines (96 loc) · 2.59 KB
/
mac_ios_engine_profile.json
File metadata and controls
96 lines (96 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"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": "python3"
}
]
},
"archives": [
{
"source": "out/profile/artifacts.zip",
"destination": "ios-profile/artifacts.zip"
}
]
}