提交 4aa37e08 编写于 作者: C Chinmay Garde

Load the application from the flx bundle on iOS simulator

上级 8bc5a878
......@@ -199,7 +199,12 @@ static std::string TracesBasePath() {
_sky_engine->SetServices(services.Pass());
mojo::String bundle_path([self flxBundlePath]);
#if TARGET_IPHONE_SIMULATOR
_sky_engine->RunFromBundle(bundle_path);
#else
_sky_engine->RunFromPrecompiledSnapshot(bundle_path);
#endif
}
- (void)notifySurfaceDestruction {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册