dpogue opened a new pull request, #1354: URL: https://github.com/apache/cordova-ios/pull/1354
Replaces https://github.com/apache/cordova-ios/pull/1347 since something went wrong with rebasing there 😕 ### Platforms affected iOS ### Motivation and Context Minor cleanup and modernization of the Xcode project structure to better align with current Xcode conventions. ### Description * Moved application classes out of the `Classes` folder and to the root of the Xcode project. * Removed several debug information prints to the console on app launch that have not been useful for several years. * Only print the Cordova version to the console in debug mode (to avoid exposing framework information on all Cordova apps) ### Testing <!-- Please describe in detail how you tested your changes. --> All unit tests pass. Builds successfully in Xcode. ### Checklist - [x] I've run the tests to see all new and existing tests pass -- 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]
