-
Notifications
You must be signed in to change notification settings - Fork 7
Labels
Apple 🍎Anything related to the Apple platform (iOS, macOS, Cocoapods, Xcode, XCFrameworks, etc.)Anything related to the Apple platform (iOS, macOS, Cocoapods, Xcode, XCFrameworks, etc.)good first issueGood for newcomersGood for newcomers
Description
There is a possibility to pick a library name (user-provided input) in such a way, that the oldLibraryName will end up as any Plist specific keyword or tag. All instances of such a name will be replaced by replaceAll() function, yielding the Plist file invalid.
It is highly advised to update this code so that it only updates values (and ideally carefully selected keys by path) than doing a potentially dangerous shotgun approach.
kraenhansen
Metadata
Metadata
Assignees
Labels
Apple 🍎Anything related to the Apple platform (iOS, macOS, Cocoapods, Xcode, XCFrameworks, etc.)Anything related to the Apple platform (iOS, macOS, Cocoapods, Xcode, XCFrameworks, etc.)good first issueGood for newcomersGood for newcomers