Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

See all files in a target’s membership in Xcode

Tags:

xcode

target

How to see a list of files that have membership in a target in Xcode?

I know I can click each file individually in the project navigator, and use the Inspector to see if that file has Target Membership target item checked. But how to review for all files rather than one-by-one?

like image 632
Basil Bourque Avatar asked Dec 14 '22 03:12

Basil Bourque


1 Answers

Look in the Build Phases for that target.

enter image description here

like image 171
matt Avatar answered Jan 15 '23 06:01

matt