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

Check out repo in a temp location just from URL #81

Open
2 tasks
czechboy0 opened this issue Jul 3, 2015 · 1 comment
Open
2 tasks

Check out repo in a temp location just from URL #81

czechboy0 opened this issue Jul 3, 2015 · 1 comment

Comments

@czechboy0
Copy link
Member

This is to make setting up Builda even easier. Instead of having to have user's project to be tested checked out locally (so that Builda can parse the Xcode project and other files), make it check out the project in a temp location just from the URL and credentials.

Possible issue: how to force Xcode to create the .xccheckout file if it's not there?

Look into xcscmblueprint, #89.
Is there a way to force xcode to create the xcscmblueprint or xccheckout files?

  • Configure the script to checkout the repo in a temp location from the blueprint
  • Add this to the onboarding step when choosing projects (offer to pull from GitHub directly)
@czechboy0
Copy link
Member Author

Xcode 7 Beta 6 made this possible. xcrun xcsbridge source-control blueprint-checkout --path BLUEPRINT_PATH --output OUTPUT_PATH now actually checks out the repo. Super for the new onboarding where the user doesn't need to have the project checked-out locally (we will check it out in a temp location and pull info from there).

@czechboy0 czechboy0 modified the milestone: Gladiolus: Buildasaur 1.0 Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant