-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Consistent app template/Xcode project name (#1485)
* refactor!(project): Use consistent project name * chore(deps): Remove unneeded xmlescape dependency * fix(build): Consistent handling of archivePath flags * feat!: Pull in CordovaLib with SwiftPM * fix(orientation): Set orientation values in Xcodeproj Otherwise when Xcode consolidates the plist file it will probably overwrite the ones in the plist with the ones defined in the Xcodeproj file (which is where it wants to put things by default nowadays). * fix(pbxproj): Fix compat with some plugins Some plugins look up the root group of the Xcode project based on the name "CustomTemplate", which isn't really an ideal thing to do but I'm unsure if there are better options and this name doesn't actually get displayed anywhere so we might as well keep the label for compatibility reasons. * fix(project): Validate that App.xcodeproj exists This is a guard against running a newer version of Cordova iOS tools against an older project with a different name (which will fail due to now-hardcoded assumptions about the project name). * fix(run): Launch app based on the product name
- Loading branch information
Showing
72 changed files
with
585 additions
and
770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.