From d98fa56a3594dcdfaacad145d61b4d613ea766b0 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Wed, 24 Feb 2021 14:56:02 -0800 Subject: [PATCH] ios-deploy does not need entitlements (#76731) --- dev/tools/lib/codesign.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/lib/codesign.dart b/dev/tools/lib/codesign.dart index 802a95004d..1f135b9ca1 100644 --- a/dev/tools/lib/codesign.dart +++ b/dev/tools/lib/codesign.dart @@ -147,7 +147,6 @@ class CodesignCommand extends Command { 'artifacts/engine/ios-release/gen_snapshot_armv7', 'artifacts/engine/ios/gen_snapshot_arm64', 'artifacts/engine/ios/gen_snapshot_armv7', - 'artifacts/ios-deploy/ios-deploy', 'artifacts/libimobiledevice/idevicescreenshot', 'artifacts/libimobiledevice/idevicesyslog', 'artifacts/libimobiledevice/libimobiledevice-1.0.6.dylib', @@ -178,6 +177,7 @@ class CodesignCommand extends Command { 'artifacts/engine/ios-release/Flutter.xcframework/ios-x86_64-simulator/Flutter.framework/Flutter', 'artifacts/engine/ios/Flutter.xcframework/ios-armv7_arm64/Flutter.framework/Flutter', 'artifacts/engine/ios/Flutter.xcframework/ios-x86_64-simulator/Flutter.framework/Flutter', + 'artifacts/ios-deploy/ios-deploy', ].map((String relativePath) => fileSystem.path.join(framework.cacheDirectory, relativePath)).toList(); }