You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mechanism to handle build info files removed from future Xcode versions
- Read in Xcode version from its Info.plist
- New key 'deprecatedSubpathsByVersion' reads in a dictionary
- Keys of dictionary are versions
- Values of dictionary is an array of subpath arrays
- The version is the first Xcode version where the subpath is missing
- For each version key, if Xcode version is less, add the subpaths for processing
- Requires BuildSettingInfoSubpaths.plist values to update
- Resolves#38
0 commit comments