-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
to reproduce:
- in XCode, add folder to a group,
chooseCreate folder referencesinstead of the defaultCreate groups - add another folder with same name, to the same group
- run xunique
- the folder reference with same name would result same hash values,
cause others disappear from XCode
note: when add same folder ref to different group, this issue won't happen
PS:
- why I need folder reference with same name:
- add generated source files
- add header and sources references for convenient for code browsing,
headers and sources are come from many sub modules with same folder structure
- why not add to different group:
- that requires additional group and section names in pbxproj file
- when sub modules changes, the pbxproj file changes,
further more, the order of the sections in pbxproj file would change,
causing the pbxproj file more inconvenient to manage by version control,
especially when the pbxproj file are generated by script files
Metadata
Metadata
Assignees
Labels
No labels