mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
parent
f17fc2ff83
commit
37ef15db7b
@ -1,7 +1,7 @@
|
||||
# Scenario App
|
||||
|
||||
This folder contains a dart:ui application and scripts to compile it to AOT
|
||||
for exercising embedders.
|
||||
This folder contains a dart:ui application and scripts to compile it to JIT or
|
||||
AOT for exercising embedders.
|
||||
|
||||
It intentionally has no dependencies on the Flutter framework or tooling, such
|
||||
that it should be buildable as a presubmit or postsubmit to the engine even in
|
||||
@ -28,7 +28,7 @@ This will create an `App.framework` copy it as well as the correct
|
||||
You can then use `xcodebuild` to build the `ios/Scenarios/Scenarios.xcodeproj`,
|
||||
or open that in Xcode and build it that way.
|
||||
|
||||
Currently, only AOT modes are supported.
|
||||
Compiling to JIT mode is similar, using the `compile_ios_jit.sh` script.
|
||||
|
||||
## Building for Android
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user