File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
ios/Scenarios/Scenarios.xcodeproj Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 297297 isa = PBXNativeTarget;
298298 buildConfigurationList = 248D76F322E388380012F0C1 /* Build configuration list for PBXNativeTarget "Scenarios" */;
299299 buildPhases = (
300+ 0D8470A8241035AD0030B565 /* Compile iOS JIT */,
300301 248D76C322E388370012F0C1 /* Sources */,
301302 248D76C422E388370012F0C1 /* Frameworks */,
302303 248D76C522E388370012F0C1 /* Resources */,
439440 };
440441/* End PBXResourcesBuildPhase section */
441442
443+ /* Begin PBXShellScriptBuildPhase section */
444+ 0D8470A8241035AD0030B565 /* Compile iOS JIT */ = {
445+ isa = PBXShellScriptBuildPhase;
446+ buildActionMask = 2147483647;
447+ files = (
448+ );
449+ inputFileListPaths = (
450+ );
451+ inputPaths = (
452+ );
453+ name = "Compile iOS JIT";
454+ outputFileListPaths = (
455+ );
456+ outputPaths = (
457+ );
458+ runOnlyForDeploymentPostprocessing = 0;
459+ shellPath = /bin/sh;
460+ shellScript = "set -e\ncd ../..\nif [ -z ${FLUTTER_ENGINE+x} ]; then \n FLUTTER_ENGINE=ios_debug_sim_unopt\nfi\n./compile_ios_jit.sh ../../../out/host_debug_unopt ../../../out/$FLUTTER_ENGINE/clang_x64\n";
461+ };
462+ /* End PBXShellScriptBuildPhase section */
463+
442464/* Begin PBXSourcesBuildPhase section */
443465 248D76C322E388370012F0C1 /* Sources */ = {
444466 isa = PBXSourcesBuildPhase;
Original file line number Diff line number Diff line change 1515
1616cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd
1717
18- ./compile_ios_jit.sh ../../../out/host_debug_unopt ../../../out/$FLUTTER_ENGINE /clang_x64
19-
2018pushd ios/Scenarios
2119
2220set -o pipefail && xcodebuild -sdk iphonesimulator \
You can’t perform that action at this time.
0 commit comments