Commit be738f8e authored by 林生雨's avatar 林生雨

commit

parent 41df06b8
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":"3eed124dba9036feb165469626c47727","build/flutteroutput/aot/isolate_snapshot_data":"7df235cba19b2cc7d478d2f231cd8d46","build/flutteroutput/aot/isolate_snapshot_instr":"4468eec06fc37740eed3b85f3766089e","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;
};
......
This diff is collapsed.
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