Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cordova): Adjust app paths for cordova-ios 7 #5065

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jcesarmobile
Copy link
Member

cordova-ios 7 changed the .ipa/.app paths
apache/cordova-ios#1310

This PR adjust the path if executed in cordova-ios >= 7.

Created a new getPackagePathCordova function to not edit the existing getPackagePath, since it's exported maybe somebody is using it and could be breaking to change it.
Only call the new method if the getPackageJson doesn't return an undefined pkg.

closes #5048

@pinguluk

This comment was marked as abuse.

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.

iOS package path has changed, ionic run ios throws an error
2 participants