yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
6.88k stars 809 forks source link

Prefetch resource tags (ODR, On Demand Resources) #1469

Closed pafdad closed 2 months ago

pafdad commented 2 months ago

Hello and thank you for XcodeGen

Is there any support for prefetched tags in XcodeGen? The docs for prefetched tags are here.

I could only find resourceTags in the documentation for XcodeGen but no mention of how to fine tune the fetching for the 3 available categories:

  1. Initial Install Tags
  2. Prefetched Tag Order
  3. Download Only on Demand

Thank you

pafdad commented 2 months ago

I think I found it under ON_DEMAND_RESOURCES_PREFETCH_ORDER actually. Thank you