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
60bdcf55
Unverified
Commit
60bdcf55
authored
Dec 02, 2020
by
Jenn Magder
Committed by
GitHub
Dec 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ios_host_app Podfile search paths (#71525)
parent
8dd0de7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
project.pbxproj
...gration_tests/ios_host_app/Host.xcodeproj/project.pbxproj
+0
-2
Podfile
dev/integration_tests/ios_host_app/Podfile
+3
-4
No files found.
dev/integration_tests/ios_host_app/Host.xcodeproj/project.pbxproj
View file @
60bdcf55
...
...
@@ -566,7 +566,6 @@
CODE_SIGN_STYLE
=
Automatic
;
DEVELOPMENT_TEAM
=
S8QB4VV633
;
INFOPLIST_FILE
=
FlutterUITests/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
14.0
;
LD_RUNPATH_SEARCH_PATHS
=
(
"$(inherited)"
,
"@executable_path/Frameworks"
,
...
...
@@ -587,7 +586,6 @@
CODE_SIGN_STYLE
=
Automatic
;
DEVELOPMENT_TEAM
=
S8QB4VV633
;
INFOPLIST_FILE
=
FlutterUITests/Info.plist
;
IPHONEOS_DEPLOYMENT_TARGET
=
14.0
;
LD_RUNPATH_SEARCH_PATHS
=
(
"$(inherited)"
,
"@executable_path/Frameworks"
,
...
...
dev/integration_tests/ios_host_app/Podfile
View file @
60bdcf55
...
...
@@ -5,9 +5,8 @@ load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target
'Host'
do
install_all_flutter_pods
flutter_application_path
end
target
'FlutterUITests'
do
inherit!
:search_paths
install_all_flutter_pods
flutter_application_path
end
target
'FlutterUITests'
do
inherit!
:search_paths
end
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