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

feat(cli): ability to specify custom platform directories #3565

Merged
merged 12 commits into from
Sep 23, 2020
Merged

Conversation

imhoffd
Copy link
Contributor

@imhoffd imhoffd commented Sep 16, 2020

This PR adds two new configuration keys to the Capacitor config file, which allow for customizing the platform directories:

"android": {
  "path": "./android2"
  ...
},
"ios": {
  "path": "./ios2"
}

resolves #2294
depends on #3533

Conflicts:
	cli/src/android/add.ts
	cli/src/android/common.ts
	cli/src/android/doctor.ts
	cli/src/android/open.ts
	cli/src/android/update.ts
	cli/src/common.ts
	cli/src/config.ts
	cli/src/cordova.ts
	cli/src/index.ts
	cli/src/ios/add.ts
	cli/src/ios/common.ts
	cli/src/ios/doctor.ts
	cli/src/ios/open.ts
	cli/src/ios/update.ts
	cli/src/plugin.ts
	cli/src/tasks/add.ts
	cli/src/tasks/copy.ts
	cli/src/tasks/create.ts
	cli/src/tasks/doctor.ts
	cli/src/tasks/init.ts
	cli/src/tasks/list.ts
	cli/src/tasks/new-plugin.ts
	cli/src/tasks/open.ts
	cli/src/tasks/serve.ts
	cli/src/tasks/sync.ts
	cli/src/tasks/update.ts
	cli/src/web/copy.ts
	cli/test/util.ts
@imhoffd imhoffd added this to In progress 🤺 in Capacitor Engineering ⚡️ via automation Sep 16, 2020
@imhoffd imhoffd added this to the 3.0.0 milestone Sep 16, 2020
Conflicts:
	cli/src/android/update.ts
	cli/src/common.ts
	cli/src/config.ts
	cli/src/definitions.ts
	cli/src/ios/common.ts
	cli/src/tasks/add.ts
@imhoffd imhoffd marked this pull request as ready for review September 22, 2020 16:38
@imhoffd imhoffd merged commit c6eda55 into main Sep 23, 2020
Capacitor Engineering ⚡️ automation moved this from In progress 🤺 to Done 🎉 Sep 23, 2020
@imhoffd imhoffd deleted the feat-2294 branch September 23, 2020 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

feat: Ability to specify androidDir iosDir and electronDir like webDir
2 participants