Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support on demand resources #9620

Closed
wants to merge 3 commits into from
Closed

Conversation

JunyiXie
Copy link

depand on
Core: CocoaPods/Core#622
Xcodeproj: CocoaPods/Xcodeproj#742

support podspec dsl
s.on_demand_resources = {
    'Tag1' => ['file1.png', 'file2.png']
}
@dnkoutso
Copy link
Contributor

dnkoutso commented Sep 7, 2020

@JunyiXie still want to try to land this? Needs a rebase.

old_on_demand_resource_files[group.name] << file
}
end
pb_target = target.user_project.objects_by_uuid[target.user_target_uuids[0]]

Choose a reason for hiding this comment

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

target.user_target_uuids[0] is this means that pb_target always will be the first target?

is that support mult targets?

just like

target 'TestLibrary_Tests' do
  pod 'TestLibrary', :path => '../'

  target 'TestLibrary' do  
end 
end

@dnkoutso dnkoutso added this to the 1.11.0 milestone Jul 21, 2021
@dnkoutso
Copy link
Contributor

Superseded by #10812

@dnkoutso dnkoutso closed this Jul 27, 2021
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.

None yet

4 participants