Always coming back to master
Hi !
When I use Seeds on other branch than master, the script always get me back to master.
I think this is an issue.
With Love, Damien
Hi @thedamfr,
Could you please tell me:
- which version are you using
- how did you test (Seedfile or something else about your environment)
Thanks!
Hello !
seed --version
0.1.3
I'm on a branch called prod-v2
I update my Seedfile and then do a seed install
And I get myself on master and lost what I edited on my Seedfile
Hello,
could you please update CocoaSeeds to latest version(0.2.0) which officially supports branches and try again?
Thanks.
Okay !
Le lun. 17 août 2015 à 16:18, Suyeol Jeon [email protected] a écrit :
Hello,
could you please update CocoaSeeds to latest version(0.2.0) which officially supports branches and try again?
Thanks.
— Reply to this email directly or view it on GitHub https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-131834330.
@thedamfr, is that working properly?
Didn't have the time to check again. But I will do soon!
Le jeu. 20 août 2015 6:33 PM, Suyeol Jeon [email protected] a écrit :
@thedamfr https://github.com/thedamfr, is that working properly?
— Reply to this email directly or view it on GitHub https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-133068368.
Hi ! It's prod day ! Prod-day is the day I remove all frameworks from Cocoapods to go AppStore. And this is not working yet :
thedamfr at MacBook-Pro-de-Damien.local ~/Dev/Projects/Txxxxxx/Txxxxxx on prod-v2
$ seed --version
0.2.0
thedamfr at MacBook-Pro-de-Damien.local ~/Dev/Projects/Txxxxxx/Txxxxxx on prod-v2
$ seed install
Anaylizing dependencies
Installing Alamofire 1.3.1 (was )
Installing Async.legacy master (was master)
Using SnapKit (0.13.0)
Configuring Txxxxxx.xcodeproj
thedamfr at MacBook-Pro-de-Damien.local ~/Dev/Projects/Txxxxxx/Txxxxxx on master*
@thedamfr, could you please show me your Seedfile?
cat Seedfile
# seeds for all targets
github "josephlord/Async.legacy", "master", :files => "AsyncLegacy.{h,swift}"
github "SnapKit/SnapKit", "0.13.0", :files => "Source/*.{swift,h}"
github "Alamofire/Alamofire", "1.3.1", :files => "Source/*.{swift,h}"
@thedamfr,
There's no such code in CocoaSeeds that changes current branch.
Could you please check again without josephlord/Async.legacy?
github "SnapKit/SnapKit", "0.13.0", :files => "Source/*.{swift,h}"
github "Alamofire/Alamofire", "1.3.1", :files => "Source/*.{swift,h}"
it does works :-)
Even so, the Alamofire and Snapkit folders are now empty :(
Hmm, that's odd. Which shell and which version of git are you using?
e.g.
$ echo $0
-bash
$ git --version
git version 2.3.7
$ echo $0
-bash
$ git --version
git version 2.3.0
Le mer. 2 sept. 2015 à 18:26, Suyeol Jeon <[email protected]> a
écrit :
> Hmm, that's odd. Which shell and which version of git are you using?
>
> e.g.
>
> $ echo $0
> -bash
> $ git --version
> git version 2.3.7
>
> —
> Reply to this email directly or view it on GitHub
> <https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-137155875>.
>
@thedamfr, I've struggled with this issue for several days but couldn't find a solution. I'm sorry, I'll keep this issue open with labeled 'help wanted'.
Okay! :)
Le mer. 9 sept. 2015 8:12 AM, Suyeol Jeon [email protected] a écrit :
@thedamfr https://github.com/thedamfr, I've struggled with this issue for several days but couldn't find a solution. I'm sorry, I'll keep this issue open with labeled 'help wanted'.
— Reply to this email directly or view it on GitHub https://github.com/devxoul/CocoaSeeds/issues/24#issuecomment-138796584.