Skip to content

Conversation

@fortmarek
Copy link
Member

File list paths in build phases can be dynamic when referenced with build variables, such as ${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks-${CONFIGURATION}-input-files.xcfilelist in the case of Cocoapods projects.

We should align inputFileListPaths and outputFileListPaths with inputPaths and outputPaths types which are [String].

This is minor breaking change.

I've also considered preserving the absolute paths and evaluating the build settings – but when the file list is referenced with a configuration-specific build setting variable, we could never actually resolve the right path.

Changing the type to [String] feels like the only correct way of going about this.

@fortmarek fortmarek merged commit a68c044 into main Feb 20, 2025
7 checks passed
@fortmarek fortmarek deleted the feat/dynamic-file-list-paths branch February 20, 2025 15:44
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.

2 participants