Commit 6a429eb8 authored by 杜欣's avatar 杜欣

Merge branch 'dev' into dx/dev

parents d0b76bd5 c30155a3
This source diff could not be displayed because it is too large. You can view the blob instead.
{"version":"20e59316b8b8474554b38493b8ca888794b0234a","properties":{"buildMode":"BuildMode.release","targetPlatform":"TargetPlatform.android_arm","entryPoint":"build/flutteroutput/aot/app.dill","sharedLib":"false","extraGenSnapshotOptions":"","engineHash":"fee001c93f25a1e7258e762781a7361f122d29f5","buildersUsed":"false"},"files":{"/Users/apple/Downloads/flutter/bin/cache/pkg/sky_engine/lib/ui/ui.dart":"eb7755654f7eeb3b79fe0e7292ba8b7b","/Users/apple/Downloads/flutter/bin/cache/pkg/sky_engine/sdk_ext/vmservice_io.dart":"6137595b8118b04910c4f137a94bad5f","build/flutteroutput/aot/app.dill":"354170c099cda5243e35d5296026f26f","build/flutteroutput/aot/isolate_snapshot_data":"7e680576e28292af07206548b6dc046c","build/flutteroutput/aot/isolate_snapshot_instr":"6f634da27baf7cc2c62037a1324b5d45","build/flutteroutput/aot/vm_snapshot_data":"9df51beb7ff50608e0e854f7232fd2f4","build/flutteroutput/aot/vm_snapshot_instr":"4f207dc4df14e95febb3bb4e4c611765"}}
\ No newline at end of file
{"version":"20e59316b8b8474554b38493b8ca888794b0234a","properties":{"buildMode":"BuildMode.release","targetPlatform":"TargetPlatform.android_arm","entryPoint":"build/flutteroutput/aot/app.dill","sharedLib":"false","extraGenSnapshotOptions":"","engineHash":"fee001c93f25a1e7258e762781a7361f122d29f5","buildersUsed":"false"},"files":{"/Users/apple/Downloads/flutter/bin/cache/pkg/sky_engine/lib/ui/ui.dart":"eb7755654f7eeb3b79fe0e7292ba8b7b","/Users/apple/Downloads/flutter/bin/cache/pkg/sky_engine/sdk_ext/vmservice_io.dart":"6137595b8118b04910c4f137a94bad5f","build/flutteroutput/aot/app.dill":"c20a2994763866d284b157d4153343f7","build/flutteroutput/aot/isolate_snapshot_data":"915c00e0227ba2a14bcb4b7eb3039545","build/flutteroutput/aot/isolate_snapshot_instr":"94944faad5c5a0a9e89e67b6e93f88ae","build/flutteroutput/aot/vm_snapshot_data":"9df51beb7ff50608e0e854f7232fd2f4","build/flutteroutput/aot/vm_snapshot_instr":"4f207dc4df14e95febb3bb4e4c611765"}}
\ No newline at end of file
......@@ -51,6 +51,6 @@ SPEC CHECKSUMS:
sqflite: 5ba50d7e98116c306c2d9c67067d2c963bdb4c9e
xservice_kit: 076aa63eef6fad67a8fd1542f7b1cabb5a8b23fc
PODFILE CHECKSUM: 7f6a4806cddf47207b1cc19727536fd9f167aaa3
PODFILE CHECKSUM: 35a37ac9f50a31e3627f8c9992b49120478cca1a
COCOAPODS: 1.7.4
......@@ -51,6 +51,6 @@ SPEC CHECKSUMS:
sqflite: 5ba50d7e98116c306c2d9c67067d2c963bdb4c9e
xservice_kit: 076aa63eef6fad67a8fd1542f7b1cabb5a8b23fc
PODFILE CHECKSUM: 7f6a4806cddf47207b1cc19727536fd9f167aaa3
PODFILE CHECKSUM: 35a37ac9f50a31e3627f8c9992b49120478cca1a
COCOAPODS: 1.7.4
......@@ -371,7 +371,7 @@
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
VALID_ARCHS = "arm64 arm64e armv7 armv7s";
};
name = Profile;
};
......@@ -455,7 +455,7 @@
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
VALID_ARCHS = "arm64 arm64e armv7 armv7s";
};
name = Debug;
};
......@@ -508,7 +508,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
VALID_ARCHS = "arm64 arm64e armv7 armv7s";
};
name = Release;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment