|
116 | 116 | "sdk_version": "14e300c" |
117 | 117 | } |
118 | 118 | } |
| 119 | + }, |
| 120 | + { |
| 121 | + "drone_dimensions": [ |
| 122 | + "device_type=none", |
| 123 | + "mac_model=Macmini8,1", |
| 124 | + "os=Mac-12" |
| 125 | + ], |
| 126 | + "gn": [ |
| 127 | + "--ios", |
| 128 | + "--runtime-mode", |
| 129 | + "debug", |
| 130 | + "--simulator", |
| 131 | + "--no-lto", |
| 132 | + "--darwin-extension-safe" |
| 133 | + ], |
| 134 | + "name": "ios_debug_sim_extension_safe", |
| 135 | + "ninja": { |
| 136 | + "config": "ios_debug_sim_extension_safe" |
| 137 | + }, |
| 138 | + "properties": { |
| 139 | + "$flutter/osx_sdk": { |
| 140 | + "sdk_version": "14e300c" |
| 141 | + } |
| 142 | + } |
| 143 | + }, |
| 144 | + { |
| 145 | + "drone_dimensions": [ |
| 146 | + "device_type=none", |
| 147 | + "os=Mac-12" |
| 148 | + ], |
| 149 | + "gn": [ |
| 150 | + "--ios", |
| 151 | + "--runtime-mode", |
| 152 | + "debug", |
| 153 | + "--simulator", |
| 154 | + "--simulator-cpu=arm64", |
| 155 | + "--no-lto", |
| 156 | + "--darwin-extension-safe" |
| 157 | + ], |
| 158 | + "name": "ios_debug_sim_arm64_extension_safe", |
| 159 | + "ninja": { |
| 160 | + "config": "ios_debug_sim_arm64_extension_safe" |
| 161 | + }, |
| 162 | + "properties": { |
| 163 | + "$flutter/osx_sdk": { |
| 164 | + "sdk_version": "14e300c" |
| 165 | + } |
| 166 | + } |
| 167 | + }, |
| 168 | + { |
| 169 | + "drone_dimensions": [ |
| 170 | + "device_type=none", |
| 171 | + "os=Mac-12" |
| 172 | + ], |
| 173 | + "gn": [ |
| 174 | + "--ios", |
| 175 | + "--runtime-mode", |
| 176 | + "debug", |
| 177 | + "--darwin-extension-safe" |
| 178 | + ], |
| 179 | + "name": "ios_debug_extension_safe", |
| 180 | + "ninja": { |
| 181 | + "config": "ios_debug_extension_safe", |
| 182 | + "targets": [ |
| 183 | + "flutter/shell/platform/darwin/ios:flutter_framework" |
| 184 | + ] |
| 185 | + }, |
| 186 | + "properties": { |
| 187 | + "$flutter/osx_sdk": { |
| 188 | + "sdk_version": "14e300c" |
| 189 | + } |
| 190 | + } |
| 191 | + }, |
| 192 | + { |
| 193 | + "drone_dimensions": [ |
| 194 | + "device_type=none", |
| 195 | + "os=Mac-12" |
| 196 | + ], |
| 197 | + "gn": [ |
| 198 | + "--ios", |
| 199 | + "--runtime-mode", |
| 200 | + "profile", |
| 201 | + "--darwin-extension-safe" |
| 202 | + ], |
| 203 | + "name": "ios_profile_extension_safe", |
| 204 | + "ninja": { |
| 205 | + "config": "ios_profile_extension_safe", |
| 206 | + "targets": [ |
| 207 | + "flutter/shell/platform/darwin/ios:flutter_framework", |
| 208 | + "flutter/lib/snapshot:generate_snapshot_bin" |
| 209 | + ] |
| 210 | + }, |
| 211 | + "properties": { |
| 212 | + "$flutter/osx_sdk": { |
| 213 | + "sdk_version": "14e300c" |
| 214 | + } |
| 215 | + } |
| 216 | + }, |
| 217 | + { |
| 218 | + "drone_dimensions": [ |
| 219 | + "device_type=none", |
| 220 | + "os=Mac-12" |
| 221 | + ], |
| 222 | + "gn": [ |
| 223 | + "--ios", |
| 224 | + "--runtime-mode", |
| 225 | + "release", |
| 226 | + "--darwin-extension-safe" |
| 227 | + ], |
| 228 | + "name": "ios_release_extension_safe", |
| 229 | + "ninja": { |
| 230 | + "config": "ios_release_extension_safe", |
| 231 | + "targets": [ |
| 232 | + "flutter/shell/platform/darwin/ios:flutter_framework", |
| 233 | + "flutter/lib/snapshot:generate_snapshot_bin" |
| 234 | + ] |
| 235 | + }, |
| 236 | + "properties": { |
| 237 | + "$flutter/osx_sdk": { |
| 238 | + "sdk_version": "14e300c" |
| 239 | + } |
| 240 | + } |
119 | 241 | } |
120 | 242 | ], |
121 | 243 | "generators": { |
|
167 | 289 | "script": "flutter/sky/tools/create_full_ios_framework.py", |
168 | 290 | "language": "python3" |
169 | 291 | }, |
| 292 | + { |
| 293 | + "name": "Debug-ios-Flutter-Extension-Safe.xcframework", |
| 294 | + "parameters": [ |
| 295 | + "--dst", |
| 296 | + "out/debug_extension_safe", |
| 297 | + "--arm64-out-dir", |
| 298 | + "out/ios_debug_extension_safe", |
| 299 | + "--simulator-x64-out-dir", |
| 300 | + "out/ios_debug_sim_extension_safe", |
| 301 | + "--simulator-arm64-out-dir", |
| 302 | + "out/ios_debug_sim_arm64_extension_safe" |
| 303 | + ], |
| 304 | + "script": "flutter/sky/tools/create_full_ios_framework.py", |
| 305 | + "language": "python3" |
| 306 | + }, |
| 307 | + { |
| 308 | + "name": "Profile-ios-Flutter-Extension-Safe.xcframework", |
| 309 | + "parameters": [ |
| 310 | + "--dst", |
| 311 | + "out/profile_extension_safe", |
| 312 | + "--arm64-out-dir", |
| 313 | + "out/ios_profile_extension_safe", |
| 314 | + "--simulator-x64-out-dir", |
| 315 | + "out/ios_debug_sim_extension_safe", |
| 316 | + "--simulator-arm64-out-dir", |
| 317 | + "out/ios_debug_sim_arm64_extension_safe" |
| 318 | + ], |
| 319 | + "script": "flutter/sky/tools/create_full_ios_framework.py", |
| 320 | + "language": "python3" |
| 321 | + }, |
| 322 | + { |
| 323 | + "name": "Release-ios-Flutter-Extension-Safe.xcframework", |
| 324 | + "parameters": [ |
| 325 | + "--dst", |
| 326 | + "out/release_extension_safe", |
| 327 | + "--arm64-out-dir", |
| 328 | + "out/ios_release_extension_safe", |
| 329 | + "--simulator-x64-out-dir", |
| 330 | + "out/ios_debug_sim_extension_safe", |
| 331 | + "--simulator-arm64-out-dir", |
| 332 | + "out/ios_debug_sim_arm64_extension_safe", |
| 333 | + "--dsym", |
| 334 | + "--strip" |
| 335 | + ], |
| 336 | + "script": "flutter/sky/tools/create_full_ios_framework.py", |
| 337 | + "language": "python3" |
| 338 | + }, |
170 | 339 | { |
171 | 340 | "name": "Release-macos-gen-snapshots", |
172 | 341 | "parameters": [ |
|
208 | 377 | "source": "out/release/Flutter.dSYM.zip", |
209 | 378 | "destination": "ios-release/Flutter.dSYM.zip", |
210 | 379 | "realm": "production" |
| 380 | + }, |
| 381 | + { |
| 382 | + "source": "out/debug_extension_safe/artifacts.zip", |
| 383 | + "destination": "ios-extension-safe/artifacts.zip", |
| 384 | + "realm": "production" |
| 385 | + }, |
| 386 | + { |
| 387 | + "source": "out/profile_extension_safe/artifacts.zip", |
| 388 | + "destination": "ios-profile-extension-safe/artifacts.zip", |
| 389 | + "realm": "production" |
| 390 | + }, |
| 391 | + { |
| 392 | + "source": "out/release_extension_safe/artifacts.zip", |
| 393 | + "destination": "ios-release-extension-safe/artifacts.zip", |
| 394 | + "realm": "production" |
| 395 | + }, |
| 396 | + { |
| 397 | + "source": "out/release_extension_safe/Flutter.dSYM.zip", |
| 398 | + "destination": "ios-release-extension-safe/Flutter.dSYM.zip", |
| 399 | + "realm": "production" |
211 | 400 | } |
212 | 401 | ] |
213 | 402 | } |
0 commit comments