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

Specify project_directory #15

Open
Reedyuk opened this issue Dec 10, 2019 · 1 comment
Open

Specify project_directory #15

Reedyuk opened this issue Dec 10, 2019 · 1 comment

Comments

@Reedyuk
Copy link

Reedyuk commented Dec 10, 2019

I currently have a workspace project with nested projects which all have carthage dependancies.
I currently do this:

carthage(platform: 'iOS', project_directory: './Frameworks/SubProjOne', cache_builds: true)
carthage(platform: 'iOS', project_directory: './Frameworks/SubProjTwo', cache_builds: true)
carthage(platform: 'iOS', project_directory: '"./Applications/MainProj"', cache_builds: true)

I am trying to use the fastlane plugin for rome but i am unable to run rome in the different project directories. I would need something similiar to how i call carthage in fastlane e.g. project_directory

At the moment i have had to default back to doing this in my fastfile.
sh('cd "../Applications/MainProj" && rome download --platform iOS --cache-prefix Swift5')
sh('cd "../Frameworks/SubProjOne" && rome download --platform iOS --cache-prefix Swift5')
sh('cd "../Frameworks/SubProjTwo" && rome download --platform iOS --cache-prefix Swift5')

@tmspzz
Copy link
Member

tmspzz commented Dec 10, 2019

Sounds good, feel free to submit a PR for this 👍

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