Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
030288d3
Unverified
Commit
030288d3
authored
Jan 20, 2023
by
Jenn Magder
Committed by
GitHub
Jan 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "[macos] add flavor options to commands in the `flutter_tool` (#118421)" (#118858)
This reverts commit
73096fd9
.
parent
73096fd9
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
43 additions
and
173 deletions
+43
-173
.ci.yaml
.ci.yaml
+0
-14
TESTOWNERS
TESTOWNERS
+0
-1
flavors_test_macos.dart
dev/devicelab/bin/tasks/flavors_test_macos.dart
+0
-39
project.pbxproj
...tion_tests/flavors/macos/Runner.xcodeproj/project.pbxproj
+0
-2
macos_assemble.sh
packages/flutter_tools/bin/macos_assemble.sh
+2
-30
install.dart
packages/flutter_tools/lib/src/commands/install.dart
+0
-5
desktop_device.dart
packages/flutter_tools/lib/src/desktop_device.dart
+5
-8
device.dart
packages/flutter_tools/lib/src/device.dart
+0
-4
linux_device.dart
packages/flutter_tools/lib/src/linux/linux_device.dart
+2
-2
application_package.dart
...ages/flutter_tools/lib/src/macos/application_package.dart
+8
-15
build_macos.dart
packages/flutter_tools/lib/src/macos/build_macos.dart
+1
-1
macos_device.dart
packages/flutter_tools/lib/src/macos/macos_device.dart
+4
-4
macos_ipad_device.dart
packages/flutter_tools/lib/src/macos/macos_ipad_device.dart
+1
-1
windows_device.dart
packages/flutter_tools/lib/src/windows/windows_device.dart
+2
-2
install_test.dart
...tter_tools/test/commands.shard/hermetic/install_test.dart
+0
-12
desktop_device_test.dart
...flutter_tools/test/general.shard/desktop_device_test.dart
+3
-3
linux_device_test.dart
...ter_tools/test/general.shard/linux/linux_device_test.dart
+3
-3
application_package_test.dart
...ls/test/general.shard/macos/application_package_test.dart
+0
-15
macos_device_test.dart
...ter_tools/test/general.shard/macos/macos_device_test.dart
+8
-8
macos_ipad_device_test.dart
...ools/test/general.shard/macos/macos_ipad_device_test.dart
+1
-1
windows_device_test.dart
...tools/test/general.shard/windows/windows_device_test.dart
+3
-3
No files found.
.ci.yaml
View file @
030288d3
...
@@ -2668,20 +2668,6 @@ targets:
...
@@ -2668,20 +2668,6 @@ targets:
-
bin/**
-
bin/**
-
.ci.yaml
-
.ci.yaml
-
name
:
Mac flavors_test_macos
bringup
:
true
recipe
:
devicelab/devicelab_drone
timeout
:
60
properties
:
dependencies
:
>-
[
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
task_name: flavors_test_macos
-
name
:
Mac flutter_gallery_macos__compile
-
name
:
Mac flutter_gallery_macos__compile
presubmit
:
false
presubmit
:
false
recipe
:
devicelab/devicelab_drone
recipe
:
devicelab/devicelab_drone
...
...
TESTOWNERS
View file @
030288d3
...
@@ -220,7 +220,6 @@
...
@@ -220,7 +220,6 @@
/dev/devicelab/bin/tasks/complex_layout_win_desktop__start_up.dart @yaakovschectman @flutter/desktop
/dev/devicelab/bin/tasks/complex_layout_win_desktop__start_up.dart @yaakovschectman @flutter/desktop
/dev/devicelab/bin/tasks/dart_plugin_registry_test.dart @stuartmorgan @flutter/plugin
/dev/devicelab/bin/tasks/dart_plugin_registry_test.dart @stuartmorgan @flutter/plugin
/dev/devicelab/bin/tasks/entrypoint_dart_registrant.dart @aaclarke @flutter/plugin
/dev/devicelab/bin/tasks/entrypoint_dart_registrant.dart @aaclarke @flutter/plugin
/dev/devicelab/bin/tasks/flavors_test_macos.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_macos__compile.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_macos__compile.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_macos__start_up.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_macos__start_up.dart @a-wallen @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_win_desktop__compile.dart @yaakovschectman @flutter/desktop
/dev/devicelab/bin/tasks/flutter_gallery_win_desktop__compile.dart @yaakovschectman @flutter/desktop
...
...
dev/devicelab/bin/tasks/flavors_test_macos.dart
deleted
100644 → 0
View file @
73096fd9
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:flutter_devicelab/framework/devices.dart'
;
import
'package:flutter_devicelab/framework/framework.dart'
;
import
'package:flutter_devicelab/framework/task_result.dart'
;
import
'package:flutter_devicelab/framework/utils.dart'
;
import
'package:flutter_devicelab/tasks/integration_tests.dart'
;
Future
<
void
>
main
()
async
{
deviceOperatingSystem
=
DeviceOperatingSystem
.
macos
;
await
task
(()
async
{
await
createFlavorsTest
().
call
();
await
createIntegrationTestFlavorsTest
().
call
();
await
inDirectory
(
'
${flutterDirectory.path}
/dev/integration_tests/flavors'
,
()
async
{
final
StringBuffer
stderr
=
StringBuffer
();
await
evalFlutter
(
'install'
,
canFail:
true
,
stderr:
stderr
,
options:
<
String
>[
'--d'
,
'macos'
,
'--flavor'
,
'free'
],
);
final
String
stderrString
=
stderr
.
toString
();
if
(!
stderrString
.
contains
(
'Host and target are the same. Nothing to install.'
))
{
print
(
stderrString
);
return
TaskResult
.
failure
(
'Installing a macOS app on macOS should no-op'
);
}
});
return
TaskResult
.
success
(
null
);
});
}
dev/integration_tests/flavors/macos/Runner.xcodeproj/project.pbxproj
View file @
030288d3
...
@@ -651,7 +651,6 @@
...
@@ -651,7 +651,6 @@
"@executable_path/../Frameworks"
,
"@executable_path/../Frameworks"
,
);
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.yourcompany.flavors.free
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.yourcompany.flavors.free
;
PRODUCT_FLAVOR
=
free
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
...
@@ -674,7 +673,6 @@
...
@@ -674,7 +673,6 @@
"@executable_path/../Frameworks"
,
"@executable_path/../Frameworks"
,
);
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.yourcompany.flavors.free
;
PRODUCT_BUNDLE_IDENTIFIER
=
com.yourcompany.flavors.free
;
PRODUCT_FLAVOR
=
free
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
PROVISIONING_PROFILE_SPECIFIER
=
""
;
SWIFT_VERSION
=
5.0
;
SWIFT_VERSION
=
5.0
;
...
...
packages/flutter_tools/bin/macos_assemble.sh
View file @
030288d3
...
@@ -17,32 +17,6 @@ EchoError() {
...
@@ -17,32 +17,6 @@ EchoError() {
echo
"
$@
"
1>&2
echo
"
$@
"
1>&2
}
}
ParseFlutterBuildMode
()
{
# Use FLUTTER_BUILD_MODE if it's set, otherwise use the Xcode build configuration name
# This means that if someone wants to use an Xcode build config other than Debug/Profile/Release,
# they _must_ set FLUTTER_BUILD_MODE so we know what type of artifact to build.
local
build_mode
=
"
$(
echo
"
${
FLUTTER_BUILD_MODE
:-${
CONFIGURATION
}}
"
|
tr
"[:upper:]"
"[:lower:]"
)
"
case
"
$build_mode
"
in
*
release
*
)
build_mode
=
"release"
;;
*
profile
*
)
build_mode
=
"profile"
;;
*
debug
*
)
build_mode
=
"debug"
;;
*
)
EchoError
"========================================================================"
EchoError
"ERROR: Unknown FLUTTER_BUILD_MODE:
${
build_mode
}
."
EchoError
"Valid values are 'Debug', 'Profile', or 'Release' (case insensitive)."
EchoError
"This is controlled by the FLUTTER_BUILD_MODE environment variable."
EchoError
"If that is not set, the CONFIGURATION environment variable is used."
EchoError
""
EchoError
"You can fix this by either adding an appropriately named build"
EchoError
"configuration, or adding an appropriate value for FLUTTER_BUILD_MODE to the"
EchoError
".xcconfig file for the current build configuration (
${
CONFIGURATION
}
)."
EchoError
"========================================================================"
exit
-1
;;
esac
echo
"
${
build_mode
}
"
}
BuildApp
()
{
BuildApp
()
{
# Set the working directory to the project root
# Set the working directory to the project root
local
project_path
=
"
${
SOURCE_ROOT
}
/.."
local
project_path
=
"
${
SOURCE_ROOT
}
/.."
...
@@ -54,10 +28,8 @@ BuildApp() {
...
@@ -54,10 +28,8 @@ BuildApp() {
target_path
=
"
${
FLUTTER_TARGET
}
"
target_path
=
"
${
FLUTTER_TARGET
}
"
fi
fi
# Use FLUTTER_BUILD_MODE if it's set, otherwise use the Xcode build configuration name
# Set the build mode
# This means that if someone wants to use an Xcode build config other than Debug/Profile/Release,
local
build_mode
=
"
$(
echo
"
${
FLUTTER_BUILD_MODE
:-${
CONFIGURATION
}}
"
|
tr
"[:upper:]"
"[:lower:]"
)
"
# they _must_ set FLUTTER_BUILD_MODE so we know what type of artifact to build.
local
build_mode
=
"
$(
ParseFlutterBuildMode
)
"
if
[[
-n
"
$LOCAL_ENGINE
"
]]
;
then
if
[[
-n
"
$LOCAL_ENGINE
"
]]
;
then
if
[[
$(
echo
"
$LOCAL_ENGINE
"
|
tr
"[:upper:]"
"[:lower:]"
)
!=
*
"
$build_mode
"
*
]]
;
then
if
[[
$(
echo
"
$LOCAL_ENGINE
"
|
tr
"[:upper:]"
"[:lower:]"
)
!=
*
"
$build_mode
"
*
]]
;
then
...
...
packages/flutter_tools/lib/src/commands/install.dart
View file @
030288d3
...
@@ -50,11 +50,6 @@ class InstallCommand extends FlutterCommand with DeviceBasedDevelopmentArtifacts
...
@@ -50,11 +50,6 @@ class InstallCommand extends FlutterCommand with DeviceBasedDevelopmentArtifacts
if
(
device
==
null
)
{
if
(
device
==
null
)
{
throwToolExit
(
'No target device found'
);
throwToolExit
(
'No target device found'
);
}
}
if
(!
device
!.
supportsInstall
)
{
throwToolExit
(
'Host and target are the same. Nothing to install.'
);
}
if
(
userIdentifier
!=
null
&&
device
is
!
AndroidDevice
)
{
if
(
userIdentifier
!=
null
&&
device
is
!
AndroidDevice
)
{
throwToolExit
(
'--
${FlutterOptions.kDeviceUser}
is only supported for Android'
);
throwToolExit
(
'--
${FlutterOptions.kDeviceUser}
is only supported for Android'
);
}
}
...
...
packages/flutter_tools/lib/src/desktop_device.dart
View file @
030288d3
...
@@ -104,9 +104,6 @@ abstract class DesktopDevice extends Device {
...
@@ -104,9 +104,6 @@ abstract class DesktopDevice extends Device {
@override
@override
void
clearLogs
()
{}
void
clearLogs
()
{}
@override
bool
get
supportsInstall
=>
false
;
@override
@override
Future
<
LaunchResult
>
startApp
(
Future
<
LaunchResult
>
startApp
(
ApplicationPackage
package
,
{
ApplicationPackage
package
,
{
...
@@ -126,9 +123,9 @@ abstract class DesktopDevice extends Device {
...
@@ -126,9 +123,9 @@ abstract class DesktopDevice extends Device {
}
}
// Ensure that the executable is locatable.
// Ensure that the executable is locatable.
final
Build
Info
buildInfo
=
debuggingOptions
.
buildInfo
;
final
Build
Mode
buildMode
=
debuggingOptions
.
buildInfo
.
mode
;
final
bool
traceStartup
=
platformArgs
[
'trace-startup'
]
as
bool
?
??
false
;
final
bool
traceStartup
=
platformArgs
[
'trace-startup'
]
as
bool
?
??
false
;
final
String
?
executable
=
executablePathForDevice
(
package
,
build
Info
);
final
String
?
executable
=
executablePathForDevice
(
package
,
build
Mode
);
if
(
executable
==
null
)
{
if
(
executable
==
null
)
{
_logger
.
printError
(
'Unable to find executable to run'
);
_logger
.
printError
(
'Unable to find executable to run'
);
return
LaunchResult
.
failed
();
return
LaunchResult
.
failed
();
...
@@ -164,7 +161,7 @@ abstract class DesktopDevice extends Device {
...
@@ -164,7 +161,7 @@ abstract class DesktopDevice extends Device {
try
{
try
{
final
Uri
?
observatoryUri
=
await
observatoryDiscovery
.
uri
;
final
Uri
?
observatoryUri
=
await
observatoryDiscovery
.
uri
;
if
(
observatoryUri
!=
null
)
{
if
(
observatoryUri
!=
null
)
{
onAttached
(
package
,
build
Info
,
process
);
onAttached
(
package
,
build
Mode
,
process
);
return
LaunchResult
.
succeeded
(
observatoryUri:
observatoryUri
);
return
LaunchResult
.
succeeded
(
observatoryUri:
observatoryUri
);
}
}
_logger
.
printError
(
_logger
.
printError
(
...
@@ -206,11 +203,11 @@ abstract class DesktopDevice extends Device {
...
@@ -206,11 +203,11 @@ abstract class DesktopDevice extends Device {
/// Returns the path to the executable to run for [package] on this device for
/// Returns the path to the executable to run for [package] on this device for
/// the given [buildMode].
/// the given [buildMode].
String
?
executablePathForDevice
(
ApplicationPackage
package
,
Build
Info
buildInfo
);
String
?
executablePathForDevice
(
ApplicationPackage
package
,
Build
Mode
buildMode
);
/// Called after a process is attached, allowing any device-specific extra
/// Called after a process is attached, allowing any device-specific extra
/// steps to be run.
/// steps to be run.
void
onAttached
(
ApplicationPackage
package
,
Build
Info
buildInfo
,
Process
process
)
{}
void
onAttached
(
ApplicationPackage
package
,
Build
Mode
buildMode
,
Process
process
)
{}
/// Computes a set of environment variables used to pass debugging information
/// Computes a set of environment variables used to pass debugging information
/// to the engine without interfering with application level command line
/// to the engine without interfering with application level command line
...
...
packages/flutter_tools/lib/src/device.dart
View file @
030288d3
...
@@ -579,10 +579,6 @@ abstract class Device {
...
@@ -579,10 +579,6 @@ abstract class Device {
/// Whether the device supports the '--fast-start' development mode.
/// Whether the device supports the '--fast-start' development mode.
bool
get
supportsFastStart
=>
false
;
bool
get
supportsFastStart
=>
false
;
/// Whether this device supports the installation of a flutter app via
/// `flutter install`.
bool
get
supportsInstall
=>
true
;
/// Stop an app package on the current device.
/// Stop an app package on the current device.
///
///
/// Specify [userIdentifier] to stop app installed to a profile (Android only).
/// Specify [userIdentifier] to stop app installed to a profile (Android only).
...
...
packages/flutter_tools/lib/src/linux/linux_device.dart
View file @
030288d3
...
@@ -70,8 +70,8 @@ class LinuxDevice extends DesktopDevice {
...
@@ -70,8 +70,8 @@ class LinuxDevice extends DesktopDevice {
}
}
@override
@override
String
executablePathForDevice
(
covariant
LinuxApp
package
,
Build
Info
buildInfo
)
{
String
executablePathForDevice
(
covariant
LinuxApp
package
,
Build
Mode
buildMode
)
{
return
package
.
executable
(
build
Info
.
m
ode
);
return
package
.
executable
(
build
M
ode
);
}
}
}
}
...
...
packages/flutter_tools/lib/src/macos/application_package.dart
View file @
030288d3
...
@@ -106,9 +106,9 @@ abstract class MacOSApp extends ApplicationPackage {
...
@@ -106,9 +106,9 @@ abstract class MacOSApp extends ApplicationPackage {
@override
@override
String
get
displayName
=>
id
;
String
get
displayName
=>
id
;
String
?
applicationBundle
(
Build
Info
buildInfo
);
String
?
applicationBundle
(
Build
Mode
buildMode
);
String
?
executable
(
Build
Info
buildInfo
);
String
?
executable
(
Build
Mode
buildMode
);
}
}
class
PrebuiltMacOSApp
extends
MacOSApp
implements
PrebuiltApplicationPackage
{
class
PrebuiltMacOSApp
extends
MacOSApp
implements
PrebuiltApplicationPackage
{
...
@@ -135,10 +135,10 @@ class PrebuiltMacOSApp extends MacOSApp implements PrebuiltApplicationPackage {
...
@@ -135,10 +135,10 @@ class PrebuiltMacOSApp extends MacOSApp implements PrebuiltApplicationPackage {
String
get
name
=>
bundleName
;
String
get
name
=>
bundleName
;
@override
@override
String
?
applicationBundle
(
Build
Info
buildInfo
)
=>
uncompressedBundle
.
path
;
String
?
applicationBundle
(
Build
Mode
buildMode
)
=>
uncompressedBundle
.
path
;
@override
@override
String
?
executable
(
Build
Info
buildInfo
)
=>
_executable
;
String
?
executable
(
Build
Mode
buildMode
)
=>
_executable
;
/// A [File] or [Directory] pointing to the application bundle.
/// A [File] or [Directory] pointing to the application bundle.
///
///
...
@@ -156,30 +156,23 @@ class BuildableMacOSApp extends MacOSApp {
...
@@ -156,30 +156,23 @@ class BuildableMacOSApp extends MacOSApp {
String
get
name
=>
'macOS'
;
String
get
name
=>
'macOS'
;
@override
@override
String
?
applicationBundle
(
Build
Info
buildInfo
)
{
String
?
applicationBundle
(
Build
Mode
buildMode
)
{
final
File
appBundleNameFile
=
project
.
nameFile
;
final
File
appBundleNameFile
=
project
.
nameFile
;
if
(!
appBundleNameFile
.
existsSync
())
{
if
(!
appBundleNameFile
.
existsSync
())
{
globals
.
printError
(
'Unable to find app name.
${appBundleNameFile.path}
does not exist'
);
globals
.
printError
(
'Unable to find app name.
${appBundleNameFile.path}
does not exist'
);
return
null
;
return
null
;
}
}
return
globals
.
fs
.
path
.
join
(
return
globals
.
fs
.
path
.
join
(
getMacOSBuildDirectory
(),
getMacOSBuildDirectory
(),
'Build'
,
'Build'
,
'Products'
,
'Products'
,
bundleDirectory
(
buildInfo
),
sentenceCase
(
getNameForBuildMode
(
buildMode
)
),
appBundleNameFile
.
readAsStringSync
().
trim
());
appBundleNameFile
.
readAsStringSync
().
trim
());
}
}
String
bundleDirectory
(
BuildInfo
buildInfo
)
{
return
sentenceCase
(
buildInfo
.
mode
.
name
)
+
(
buildInfo
.
flavor
!=
null
?
'
${sentenceCase(buildInfo.flavor!)}
'
:
''
);
}
@override
@override
String
?
executable
(
Build
Info
buildInfo
)
{
String
?
executable
(
Build
Mode
buildMode
)
{
final
String
?
directory
=
applicationBundle
(
build
Info
);
final
String
?
directory
=
applicationBundle
(
build
Mode
);
if
(
directory
==
null
)
{
if
(
directory
==
null
)
{
return
null
;
return
null
;
}
}
...
...
packages/flutter_tools/lib/src/macos/build_macos.dart
View file @
030288d3
...
@@ -114,7 +114,7 @@ Future<void> buildMacOS({
...
@@ -114,7 +114,7 @@ Future<void> buildMacOS({
'xcodebuild'
,
'xcodebuild'
,
'-workspace'
,
xcodeWorkspace
.
path
,
'-workspace'
,
xcodeWorkspace
.
path
,
'-configuration'
,
configuration
,
'-configuration'
,
configuration
,
'-scheme'
,
scheme
,
'-scheme'
,
'Runner'
,
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'-destination'
,
'platform=macOS'
,
'-destination'
,
'platform=macOS'
,
'OBJROOT=
${globals.fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
'OBJROOT=
${globals.fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
...
...
packages/flutter_tools/lib/src/macos/macos_device.dart
View file @
030288d3
...
@@ -78,17 +78,17 @@ class MacOSDevice extends DesktopDevice {
...
@@ -78,17 +78,17 @@ class MacOSDevice extends DesktopDevice {
}
}
@override
@override
String
?
executablePathForDevice
(
covariant
MacOSApp
package
,
Build
Info
buildInfo
)
{
String
?
executablePathForDevice
(
covariant
MacOSApp
package
,
Build
Mode
buildMode
)
{
return
package
.
executable
(
build
Info
);
return
package
.
executable
(
build
Mode
);
}
}
@override
@override
void
onAttached
(
covariant
MacOSApp
package
,
Build
Info
buildInfo
,
Process
process
)
{
void
onAttached
(
covariant
MacOSApp
package
,
Build
Mode
buildMode
,
Process
process
)
{
// Bring app to foreground. Ideally this would be done post-launch rather
// Bring app to foreground. Ideally this would be done post-launch rather
// than post-attach, since this won't run for release builds, but there's
// than post-attach, since this won't run for release builds, but there's
// no general-purpose way of knowing when a process is far enough along in
// no general-purpose way of knowing when a process is far enough along in
// the launch process for 'open' to foreground it.
// the launch process for 'open' to foreground it.
final
String
?
applicationBundle
=
package
.
applicationBundle
(
build
Info
);
final
String
?
applicationBundle
=
package
.
applicationBundle
(
build
Mode
);
if
(
applicationBundle
==
null
)
{
if
(
applicationBundle
==
null
)
{
_logger
.
printError
(
'Failed to foreground app; application bundle not found'
);
_logger
.
printError
(
'Failed to foreground app; application bundle not found'
);
return
;
return
;
...
...
packages/flutter_tools/lib/src/macos/macos_ipad_device.dart
View file @
030288d3
...
@@ -54,7 +54,7 @@ class MacOSDesignedForIPadDevice extends DesktopDevice {
...
@@ -54,7 +54,7 @@ class MacOSDesignedForIPadDevice extends DesktopDevice {
}
}
@override
@override
String
?
executablePathForDevice
(
ApplicationPackage
package
,
Build
Info
buildInfo
)
=>
null
;
String
?
executablePathForDevice
(
ApplicationPackage
package
,
Build
Mode
buildMode
)
=>
null
;
@override
@override
Future
<
LaunchResult
>
startApp
(
Future
<
LaunchResult
>
startApp
(
...
...
packages/flutter_tools/lib/src/windows/windows_device.dart
View file @
030288d3
...
@@ -61,8 +61,8 @@ class WindowsDevice extends DesktopDevice {
...
@@ -61,8 +61,8 @@ class WindowsDevice extends DesktopDevice {
}
}
@override
@override
String
executablePathForDevice
(
covariant
WindowsApp
package
,
Build
Info
buildInfo
)
{
String
executablePathForDevice
(
covariant
WindowsApp
package
,
Build
Mode
buildMode
)
{
return
package
.
executable
(
build
Info
.
m
ode
);
return
package
.
executable
(
build
M
ode
);
}
}
}
}
...
...
packages/flutter_tools/test/commands.shard/hermetic/install_test.dart
View file @
030288d3
...
@@ -157,12 +157,6 @@ class FakeIOSDevice extends Fake implements IOSDevice {
...
@@ -157,12 +157,6 @@ class FakeIOSDevice extends Fake implements IOSDevice {
IOSApp
app
,
{
IOSApp
app
,
{
String
?
userIdentifier
,
String
?
userIdentifier
,
})
async
=>
true
;
})
async
=>
true
;
@override
String
get
name
=>
'iOS'
;
@override
bool
get
supportsInstall
=>
true
;
}
}
// Unfortunately Device, despite not being immutable, has an `operator ==`.
// Unfortunately Device, despite not being immutable, has an `operator ==`.
...
@@ -183,10 +177,4 @@ class FakeAndroidDevice extends Fake implements AndroidDevice {
...
@@ -183,10 +177,4 @@ class FakeAndroidDevice extends Fake implements AndroidDevice {
AndroidApk
app
,
{
AndroidApk
app
,
{
String
?
userIdentifier
,
String
?
userIdentifier
,
})
async
=>
true
;
})
async
=>
true
;
@override
String
get
name
=>
'Android'
;
@override
bool
get
supportsInstall
=>
true
;
}
}
packages/flutter_tools/test/general.shard/desktop_device_test.dart
View file @
030288d3
...
@@ -86,7 +86,7 @@ void main() {
...
@@ -86,7 +86,7 @@ void main() {
),
),
]);
]);
final
FakeDesktopDevice
device
=
setUpDesktopDevice
(
processManager:
processManager
,
fileSystem:
fileSystem
);
final
FakeDesktopDevice
device
=
setUpDesktopDevice
(
processManager:
processManager
,
fileSystem:
fileSystem
);
final
String
?
executableName
=
device
.
executablePathForDevice
(
FakeApplicationPackage
(),
Build
Info
.
debug
);
final
String
?
executableName
=
device
.
executablePathForDevice
(
FakeApplicationPackage
(),
Build
Mode
.
debug
);
fileSystem
.
file
(
executableName
).
writeAsStringSync
(
'
\n
'
);
fileSystem
.
file
(
executableName
).
writeAsStringSync
(
'
\n
'
);
final
FakeApplicationPackage
package
=
FakeApplicationPackage
();
final
FakeApplicationPackage
package
=
FakeApplicationPackage
();
final
LaunchResult
result
=
await
device
.
startApp
(
final
LaunchResult
result
=
await
device
.
startApp
(
...
@@ -367,11 +367,11 @@ class FakeDesktopDevice extends DesktopDevice {
...
@@ -367,11 +367,11 @@ class FakeDesktopDevice extends DesktopDevice {
// Dummy implementation that just returns the build mode name.
// Dummy implementation that just returns the build mode name.
@override
@override
String
?
executablePathForDevice
(
ApplicationPackage
package
,
Build
Info
buildInfo
)
{
String
?
executablePathForDevice
(
ApplicationPackage
package
,
Build
Mode
buildMode
)
{
if
(
nullExecutablePathForDevice
)
{
if
(
nullExecutablePathForDevice
)
{
return
null
;
return
null
;
}
}
return
build
Info
==
null
?
'null'
:
getNameForBuildMode
(
buildInfo
.
m
ode
);
return
build
Mode
==
null
?
'null'
:
getNameForBuildMode
(
buildM
ode
);
}
}
}
}
...
...
packages/flutter_tools/test/general.shard/linux/linux_device_test.dart
View file @
030288d3
...
@@ -154,9 +154,9 @@ void main() {
...
@@ -154,9 +154,9 @@ void main() {
operatingSystemUtils:
FakeOperatingSystemUtils
(),
operatingSystemUtils:
FakeOperatingSystemUtils
(),
);
);
expect
(
device
.
executablePathForDevice
(
mockApp
,
Build
Info
.
debug
),
'debug/executable'
);
expect
(
device
.
executablePathForDevice
(
mockApp
,
Build
Mode
.
debug
),
'debug/executable'
);
expect
(
device
.
executablePathForDevice
(
mockApp
,
Build
Info
.
profile
),
'profile/executable'
);
expect
(
device
.
executablePathForDevice
(
mockApp
,
Build
Mode
.
profile
),
'profile/executable'
);
expect
(
device
.
executablePathForDevice
(
mockApp
,
Build
Info
.
release
),
'release/executable'
);
expect
(
device
.
executablePathForDevice
(
mockApp
,
Build
Mode
.
release
),
'release/executable'
);
});
});
}
}
...
...
packages/flutter_tools/test/general.shard/macos/application_package_test.dart
View file @
030288d3
...
@@ -10,7 +10,6 @@ import 'package:flutter_tools/src/base/file_system.dart';
...
@@ -10,7 +10,6 @@ import 'package:flutter_tools/src/base/file_system.dart';
import
'package:flutter_tools/src/base/logger.dart'
;
import
'package:flutter_tools/src/base/logger.dart'
;
import
'package:flutter_tools/src/base/os.dart'
;
import
'package:flutter_tools/src/base/os.dart'
;
import
'package:flutter_tools/src/base/utils.dart'
;
import
'package:flutter_tools/src/base/utils.dart'
;
import
'package:flutter_tools/src/build_info.dart'
;
import
'package:flutter_tools/src/globals.dart'
as
globals
;
import
'package:flutter_tools/src/globals.dart'
as
globals
;
import
'package:flutter_tools/src/ios/plist_parser.dart'
;
import
'package:flutter_tools/src/ios/plist_parser.dart'
;
import
'package:flutter_tools/src/macos/application_package.dart'
;
import
'package:flutter_tools/src/macos/application_package.dart'
;
...
@@ -156,20 +155,6 @@ group('PrebuiltMacOSApp', () {
...
@@ -156,20 +155,6 @@ group('PrebuiltMacOSApp', () {
expect
(
macosApp
.
id
,
'com.example.placeholder'
);
expect
(
macosApp
.
id
,
'com.example.placeholder'
);
expect
(
macosApp
.
name
,
'macOS'
);
expect
(
macosApp
.
name
,
'macOS'
);
},
overrides:
overrides
);
},
overrides:
overrides
);
testUsingContext
(
'Chooses the correct directory for application.'
,
()
{
final
MacOSProject
project
=
FlutterProject
.
fromDirectory
(
globals
.
fs
.
currentDirectory
).
macos
;
final
BuildableMacOSApp
macosApp
=
MacOSApp
.
fromMacOSProject
(
project
)
as
BuildableMacOSApp
;
const
BuildInfo
vanillaApp
=
BuildInfo
(
BuildMode
.
debug
,
null
,
treeShakeIcons:
false
);
String
?
applicationBundle
=
macosApp
.
bundleDirectory
(
vanillaApp
);
expect
(
applicationBundle
,
'Debug'
);
const
BuildInfo
flavoredApp
=
BuildInfo
(
BuildMode
.
release
,
'flavor'
,
treeShakeIcons:
false
);
applicationBundle
=
macosApp
.
bundleDirectory
(
flavoredApp
);
expect
(
applicationBundle
,
'Release Flavor'
);
},
overrides:
overrides
);
});
});
}
}
...
...
packages/flutter_tools/test/general.shard/macos/macos_device_test.dart
View file @
030288d3
...
@@ -235,9 +235,9 @@ void main() {
...
@@ -235,9 +235,9 @@ void main() {
const
String
profilePath
=
'profile/executable'
;
const
String
profilePath
=
'profile/executable'
;
const
String
releasePath
=
'release/executable'
;
const
String
releasePath
=
'release/executable'
;
expect
(
device
.
executablePathForDevice
(
package
,
Build
Info
.
debug
),
debugPath
);
expect
(
device
.
executablePathForDevice
(
package
,
Build
Mode
.
debug
),
debugPath
);
expect
(
device
.
executablePathForDevice
(
package
,
Build
Info
.
profile
),
profilePath
);
expect
(
device
.
executablePathForDevice
(
package
,
Build
Mode
.
profile
),
profilePath
);
expect
(
device
.
executablePathForDevice
(
package
,
Build
Info
.
release
),
releasePath
);
expect
(
device
.
executablePathForDevice
(
package
,
Build
Mode
.
release
),
releasePath
);
});
});
}
}
...
@@ -251,13 +251,13 @@ FlutterProject setUpFlutterProject(Directory directory) {
...
@@ -251,13 +251,13 @@ FlutterProject setUpFlutterProject(Directory directory) {
class
FakeMacOSApp
extends
Fake
implements
MacOSApp
{
class
FakeMacOSApp
extends
Fake
implements
MacOSApp
{
@override
@override
String
executable
(
Build
Info
buildInfo
)
{
String
executable
(
Build
Mode
buildMode
)
{
switch
(
build
Info
)
{
switch
(
build
Mode
)
{
case
Build
Info
.
debug
:
case
Build
Mode
.
debug
:
return
'debug/executable'
;
return
'debug/executable'
;
case
Build
Info
.
profile
:
case
Build
Mode
.
profile
:
return
'profile/executable'
;
return
'profile/executable'
;
case
Build
Info
.
release
:
case
Build
Mode
.
release
:
return
'release/executable'
;
return
'release/executable'
;
default
:
default
:
throw
StateError
(
''
);
throw
StateError
(
''
);
...
...
packages/flutter_tools/test/general.shard/macos/macos_ipad_device_test.dart
View file @
030288d3
...
@@ -142,7 +142,7 @@ void main() {
...
@@ -142,7 +142,7 @@ void main() {
throwsA
(
isA
<
UnimplementedError
>()),
throwsA
(
isA
<
UnimplementedError
>()),
);
);
await
expectLater
(()
=>
device
.
buildForDevice
(
buildInfo:
BuildInfo
.
debug
),
throwsA
(
isA
<
UnimplementedError
>()));
await
expectLater
(()
=>
device
.
buildForDevice
(
buildInfo:
BuildInfo
.
debug
),
throwsA
(
isA
<
UnimplementedError
>()));
expect
(
device
.
executablePathForDevice
(
FakeIOSApp
(),
Build
Info
.
debug
),
null
);
expect
(
device
.
executablePathForDevice
(
FakeIOSApp
(),
Build
Mode
.
debug
),
null
);
});
});
}
}
...
...
packages/flutter_tools/test/general.shard/windows/windows_device_test.dart
View file @
030288d3
...
@@ -101,9 +101,9 @@ void main() {
...
@@ -101,9 +101,9 @@ void main() {
final
WindowsDevice
windowsDevice
=
setUpWindowsDevice
();
final
WindowsDevice
windowsDevice
=
setUpWindowsDevice
();
final
FakeWindowsApp
fakeApp
=
FakeWindowsApp
();
final
FakeWindowsApp
fakeApp
=
FakeWindowsApp
();
expect
(
windowsDevice
.
executablePathForDevice
(
fakeApp
,
Build
Info
.
debug
),
'debug/executable'
);
expect
(
windowsDevice
.
executablePathForDevice
(
fakeApp
,
Build
Mode
.
debug
),
'debug/executable'
);
expect
(
windowsDevice
.
executablePathForDevice
(
fakeApp
,
Build
Info
.
profile
),
'profile/executable'
);
expect
(
windowsDevice
.
executablePathForDevice
(
fakeApp
,
Build
Mode
.
profile
),
'profile/executable'
);
expect
(
windowsDevice
.
executablePathForDevice
(
fakeApp
,
Build
Info
.
release
),
'release/executable'
);
expect
(
windowsDevice
.
executablePathForDevice
(
fakeApp
,
Build
Mode
.
release
),
'release/executable'
);
});
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment