dpogue commented on issue #1589: URL: https://github.com/apache/cordova-ios/issues/1589#issuecomment-3589970691
This is an intentional change that was made as part of the cordova-ios 8.0.0 major version: https://cordova.apache.org/announcements/2025/11/23/cordova-ios-8.0.0.html Project files are now consistently (and always) named `App.xcodeproj` and `App.xcworkspace`. The Info.plist file is now consistently named `App-Info.plist`. If you have custom JavaScript hooks that are failing now, you can update them to support both the older naming and the new cordova-ios 8.0.0 naming by following the upgrade guide: https://apache.github.io/cordova-ios/documentation/cordova/upgrading-8/?language=objc#Change-to-the-generated-app-project-naming -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
