-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update README.md #10
Update README.md #10
Conversation
Also, quick question, what did you base this project layout on? This is very similar to the AlamoFire layout. |
Hey, thanks for the addition! I based the project layout partly on AlamoFire, but I modified it due to a bug between CocoaPods interfacing with Jazzy to generate CocoaDocs. AlamoFire had the same bug, so I reported it there, and I think they modified their layout in the same way I did to avoid the bug. |
Excelled, and thanks for the tip. I am considering to remodel the CocoaPods default template https://github.com/CocoaPods/pod-template off of AlamoFire and wanted to see if anyone else is doing it that way. I am trying to reproduce your project layout, but I have trouble selecting the correct simulator: https://travis-ci.org/fulldecent/FDChessboardView/jobs/126552343 Please let me know if you have seen that problem before. |
Hey, sorry for being MIA for a few days. I noticed your Travis build is working now. Do you still need help with that? |
I never figured it out, but I did my build to work like AlamoFire if only targeting iOS 9.3. There is interest in the pod-template project to move towards to project layout we are using. In the future MANY more people may be setting up their projects like us! |
That's awesome! At first I really wanted to use the default I took a quick glance at your project, and I believe part of the issue is that your deployment target is set to iOS 9.3, but your tests are compiling to older versions. Try setting your deployment target to iOS 8.0. For your iOS 9.3 test, you have an error with |
Awesome, thanks for all the help. I will get in touch with you after CocoaPods 1.0 final is released and we get most of the progress on the AlamoFire style template. Me too, I always start with |
Hello @sxg there is a lot of progress in CocoaPods/pod-template#168 If you have some time could you please take a look and advise how we can improve this? If we get this right, MANY projects will start using this template because it is the default for CocoaPods. |
No description provided.