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

Add skip exist project. #23

Closed
alphaSoft99 opened this issue Oct 31, 2023 · 1 comment
Closed

Add skip exist project. #23

alphaSoft99 opened this issue Oct 31, 2023 · 1 comment

Comments

@alphaSoft99
Copy link

How i can add skip in my exist ios project. I can't found any documentation

@marcprux
Copy link
Contributor

marcprux commented Nov 6, 2023

Skip is designed more for greenfield app projects, at least during the current tech preview state. While it might be possible to adapt an existing app's project to Skip manually, we generally recommend starting with skip init --appid=com.xyz.App SomeProject SomeModuleA SomeModuleB. For an existing app that relies on SPM, you can migrate the code into the various modules you created with the app, and then use the SomeProject.xcodeproj created by skip to build and run the app in iOS and Android.

We will close this issue for now, but feel free to re-open if we can provide further guidance.

@marcprux marcprux closed this as completed Nov 6, 2023
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

No branches or pull requests

2 participants