mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
ios_host_app Podfile search paths (#71525)
This commit is contained in:
parent
8dd0de7f58
commit
60bdcf55fe
@ -566,7 +566,6 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = S8QB4VV633;
|
DEVELOPMENT_TEAM = S8QB4VV633;
|
||||||
INFOPLIST_FILE = FlutterUITests/Info.plist;
|
INFOPLIST_FILE = FlutterUITests/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@ -587,7 +586,6 @@
|
|||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
DEVELOPMENT_TEAM = S8QB4VV633;
|
DEVELOPMENT_TEAM = S8QB4VV633;
|
||||||
INFOPLIST_FILE = FlutterUITests/Info.plist;
|
INFOPLIST_FILE = FlutterUITests/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
|
@ -5,9 +5,8 @@ load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
|
|||||||
|
|
||||||
target 'Host' do
|
target 'Host' do
|
||||||
install_all_flutter_pods flutter_application_path
|
install_all_flutter_pods flutter_application_path
|
||||||
|
end
|
||||||
target 'FlutterUITests' do
|
|
||||||
inherit! :search_paths
|
target 'FlutterUITests' do
|
||||||
install_all_flutter_pods flutter_application_path
|
inherit! :search_paths
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user