mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Revert engine (#13547)
* Revert "Include a directory with Flutter assets (#12944)" This reverts commit3af6b9cbf5
. * Revert "Upgrade project.pbxproj to include flutter_assets (#13011)" This reverts commit08128cb29b
. * Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)" This reverts commit35f1a04195
. * mark complex_layout_ios__start_up as flaky
This commit is contained in:
parent
0df37f2f97
commit
ee65db11d4
@ -1 +1 @@
|
||||
f04c5715ce082e32dc3e387c1ccd34815e16ec1c
|
||||
e07eafae1d14b454c33b1ae68d14b7a5694c22b6
|
||||
|
@ -14,7 +14,6 @@
|
||||
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
9740EEB41CF90195004384FC /* Flutter.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Flutter.xcconfig */; };
|
||||
9740EEB51CF90195004384FC /* Generated.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB31CF90195004384FC /* Generated.xcconfig */; };
|
||||
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
|
||||
9740EEBB1CF902C7004384FC /* app.flx in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB71CF902C7004384FC /* app.flx */; };
|
||||
97C146F31CF9000F007C117D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C146F21CF9000F007C117D /* main.m */; };
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||
@ -43,7 +42,6 @@
|
||||
9740EEB21CF90195004384FC /* Flutter.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Flutter.xcconfig; path = Flutter/Flutter.xcconfig; sourceTree = "<group>"; };
|
||||
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
||||
9740EEB71CF902C7004384FC /* app.flx */ = {isa = PBXFileReference; lastKnownFileType = file; name = app.flx; path = Flutter/app.flx; sourceTree = "<group>"; };
|
||||
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
|
||||
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
|
||||
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
@ -72,7 +70,6 @@
|
||||
746232551E83B9DF00CC1A5E /* AppFrameworkInfo.plist */,
|
||||
746232521E83B71900CC1A5E /* App.framework */,
|
||||
9740EEB71CF902C7004384FC /* app.flx */,
|
||||
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
|
||||
9740EEBA1CF902C7004384FC /* Flutter.framework */,
|
||||
9740EEB21CF90195004384FC /* Flutter.xcconfig */,
|
||||
9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
||||
@ -182,7 +179,6 @@
|
||||
746232561E83B9DF00CC1A5E /* AppFrameworkInfo.plist in Resources */,
|
||||
9740EEB41CF90195004384FC /* Flutter.xcconfig in Resources */,
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
||||
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -281,6 +281,7 @@ tasks:
|
||||
Measures the startup time of the Complex Layout sample app on iOS.
|
||||
stage: devicelab_ios
|
||||
required_agent_capabilities: ["has-ios-device"]
|
||||
flaky: true
|
||||
|
||||
flutter_gallery_ios__transition_perf:
|
||||
description: >
|
||||
|
@ -152,6 +152,8 @@ class AssetImage extends AssetBundleImageProvider {
|
||||
/// documentation for the [AssetImage] class itself for details.
|
||||
final String package;
|
||||
|
||||
|
||||
|
||||
// We assume the main asset is designed for a device pixel ratio of 1.0
|
||||
static const double _naturalResolution = 1.0;
|
||||
|
||||
|
Binary file not shown.
@ -136,7 +136,7 @@ BuildApp() {
|
||||
--output-file="${derived_dir}/app.flx" \
|
||||
--snapshot="${build_dir}/snapshot_blob.bin" \
|
||||
--depfile="${build_dir}/snapshot_blob.bin.d" \
|
||||
--working-dir="${derived_dir}/flutter_assets" \
|
||||
--working-dir="${build_dir}/flx" \
|
||||
${precompilation_flag} \
|
||||
${local_engine_flag} \
|
||||
${preview_dart_2_flag} \
|
||||
|
@ -410,7 +410,7 @@ abstract class BaseFlutterTask extends DefaultTask {
|
||||
args "--depfile", "${intermediateDir}/snapshot_blob.bin.d"
|
||||
}
|
||||
}
|
||||
args "--working-dir", "${intermediateDir}/flutter_assets"
|
||||
args "--working-dir", "${intermediateDir}/flx"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -433,18 +433,17 @@ class FlutterTask extends BaseFlutterTask {
|
||||
|
||||
CopySpec getAssets() {
|
||||
return project.copySpec {
|
||||
from "${intermediateDir}"
|
||||
include "flutter_assets/**" // the working dir and its files
|
||||
include "app.flx"
|
||||
from "${intermediateDir}/app.flx"
|
||||
from "${intermediateDir}/snapshot_blob.bin"
|
||||
if (buildMode != 'debug') {
|
||||
if (preferSharedLibrary) {
|
||||
include "${intermediateDir}/app.so"
|
||||
} else {
|
||||
include "vm_snapshot_data"
|
||||
include "vm_snapshot_instr"
|
||||
include "isolate_snapshot_data"
|
||||
include "isolate_snapshot_instr"
|
||||
}
|
||||
if (preferSharedLibrary) {
|
||||
from "${intermediateDir}/app.so"
|
||||
} else {
|
||||
from "${intermediateDir}/vm_snapshot_data"
|
||||
from "${intermediateDir}/vm_snapshot_instr"
|
||||
from "${intermediateDir}/isolate_snapshot_data"
|
||||
from "${intermediateDir}/isolate_snapshot_instr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -202,7 +202,7 @@ String getAotBuildDirectory() {
|
||||
|
||||
/// Returns the asset build output directory.
|
||||
String getAssetBuildDirectory() {
|
||||
return fs.path.join(getBuildDirectory(), 'flutter_assets');
|
||||
return fs.path.join(getBuildDirectory(), 'flx');
|
||||
}
|
||||
|
||||
/// Returns the iOS build output directory.
|
||||
|
@ -206,9 +206,6 @@ Future<XcodeBuildResult> buildXcodeProject({
|
||||
bool codesign: true,
|
||||
bool usesTerminalUi: true,
|
||||
}) async {
|
||||
if (!await upgradePbxProjWithFlutterAssets(app.name))
|
||||
return new XcodeBuildResult(success: false);
|
||||
|
||||
if (!_checkXcodeVersion())
|
||||
return new XcodeBuildResult(success: false);
|
||||
|
||||
@ -495,53 +492,3 @@ void _copyServiceDefinitionsManifest(List<Map<String, String>> services, File ma
|
||||
final Map<String, dynamic> json = <String, dynamic>{ 'services' : jsonServices };
|
||||
manifest.writeAsStringSync(JSON.encode(json), mode: FileMode.WRITE, flush: true);
|
||||
}
|
||||
|
||||
Future<bool> upgradePbxProjWithFlutterAssets(String app) async {
|
||||
final File xcodeProjectFile = fs.file(fs.path.join('ios', 'Runner.xcodeproj',
|
||||
'project.pbxproj'));
|
||||
assert(await xcodeProjectFile.exists());
|
||||
final List<String> lines = await xcodeProjectFile.readAsLines();
|
||||
|
||||
if (lines.any((String line) => line.contains('path = Flutter/flutter_assets')))
|
||||
return true;
|
||||
|
||||
final String l1 = ' 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };';
|
||||
final String l2 = ' 2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };';
|
||||
final String l3 = ' 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };';
|
||||
final String l4 = ' 2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };';
|
||||
final String l5 = ' 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,';
|
||||
final String l6 = ' 2D5378251FAA1A9400D5DBA9 /* flutter_assets */,';
|
||||
final String l7 = ' 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,';
|
||||
final String l8 = ' 2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,';
|
||||
|
||||
|
||||
printStatus("Upgrading project.pbxproj of $app' to include the "
|
||||
"'flutter_assets' directory");
|
||||
|
||||
if (!lines.contains(l1) || !lines.contains(l3) ||
|
||||
!lines.contains(l5) || !lines.contains(l7)) {
|
||||
printError('Automatic upgrade of project.pbxproj failed.');
|
||||
printError(' To manually upgrade, open ios/Runner.xcodeproj/project.pbxproj:');
|
||||
printError(' Add the following line in the "PBXBuildFile" section');
|
||||
printError(l2);
|
||||
printError(' Add the following line in the "PBXFileReference" section');
|
||||
printError(l4);
|
||||
printError(' Add the following line in the "children" list of the "Flutter" group in the "PBXGroup" section');
|
||||
printError(l6);
|
||||
printError(' Add the following line in the "files" list of "Resources" in the "PBXResourcesBuildPhase" section');
|
||||
printError(l8);
|
||||
return false;
|
||||
}
|
||||
|
||||
lines.insert(lines.indexOf(l1) + 1, l2);
|
||||
lines.insert(lines.indexOf(l3) + 1, l4);
|
||||
lines.insert(lines.indexOf(l5) + 1, l6);
|
||||
lines.insert(lines.indexOf(l7) + 1, l8);
|
||||
|
||||
// TODO(zarah): Remove lines with 'app.flx' once 'app.flx' is not used anymore.
|
||||
|
||||
final StringBuffer buffer = new StringBuffer();
|
||||
lines.forEach(buffer.writeln);
|
||||
await xcodeProjectFile.writeAsString(buffer.toString());
|
||||
return true;
|
||||
}
|
@ -321,7 +321,7 @@ class IOSSimulator extends Device {
|
||||
|
||||
if (!prebuiltApplication) {
|
||||
args.addAll(<String>[
|
||||
'--flutter-assets-dir=${fs.path.absolute(getAssetBuildDirectory())}',
|
||||
'--flx=${fs.path.absolute(fs.path.join(getBuildDirectory(), 'app.flx'))}',
|
||||
'--dart-main=${fs.path.absolute(mainPath)}',
|
||||
'--packages=${fs.path.absolute('.packages')}',
|
||||
]);
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
|
||||
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
@ -42,7 +41,6 @@
|
||||
/* Begin PBXFileReference section */
|
||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
||||
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
|
||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||
@ -76,7 +74,6 @@
|
||||
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
|
||||
9740EEB71CF902C7004384FC /* app.flx */,
|
||||
3B80C3931E831B6300D905FE /* App.framework */,
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
||||
@ -196,7 +193,6 @@
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
|
||||
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
||||
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
|
||||
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
@ -41,7 +40,6 @@
|
||||
/* Begin PBXFileReference section */
|
||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
||||
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
|
||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
@ -74,7 +72,6 @@
|
||||
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
|
||||
9740EEB71CF902C7004384FC /* app.flx */,
|
||||
3B80C3931E831B6300D905FE /* App.framework */,
|
||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
||||
@ -193,7 +190,6 @@
|
||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
|
||||
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */,
|
||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
||||
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
|
||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user