Skip to content

Conversation

isfang
Copy link

@isfang isfang commented Jun 3, 2019

Hi, Can you have a look at this MR?

@segiddins
Copy link
Owner

Is there any reason you can't use the existing Podfile.lock DEPENDENCIES section?

@isfang
Copy link
Author

isfang commented Jun 10, 2019

On our APP CI platform, we have a whitelist of tripartite libraries. Before we do 'pod repo push', we will first check the dependencies of each podspec. If there are tripartite libraries not in the whitelist, we will not do 'pod repo push' and stop the CI build, just for podspec, not Podfile so I can't use Podfile.lock. In addition, we are working on podspec when building our component publishing system.

@@ -186,10 +189,18 @@ def output_file_basename

def yaml_output
UI.title 'Dependencies' do
UI.puts YAMLHelper.convert(dependencies)
#UI.puts YAMLHelper.convert(dependencies)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: commented out code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants