Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed build of test target on win32. | Hoà V. DINH | 2014-11-24 |
| | |||
* | Fixed build on win32 | Hoà V. DINH | 2014-11-24 |
| | |||
* | Fixed exports for win32 | Hoa V. DINH | 2014-11-24 |
| | |||
* | Fixed win32 build. | Hoà V. DINH | 2014-11-22 |
| | |||
* | Minor improvement in '.gitignore' file. | Maxim Khatskevich | 2014-11-13 |
| | | | When you work in a team, it is really useful to have 'Podfile.lock' in gitignore as well. In a case when this file IS under version control and your teammate added something into 'Podfile', installed new pods on his machine and then you are pulling his fixes into your working copy - your working copy seems to be consistent for Cocoapods (because Podfile and Podfile.lock are in sync), but in fact your working copy is missing a new pod files, so you'll get build errors and will wonder what happens. But if we keep Podfile.lock in gitignore - you easily will fix that by just running standard 'pod install' command in Terminal. | ||
* | Added installled-deps-version to .gitignore | Hoa V. DINH | 2014-11-04 |
| | |||
* | Gitignore file has been improved. | Maxim Khatskevich | 2014-04-07 |
| | |||
* | Revert "ignore build/ folders" | Pushkar Singh | 2013-08-10 |
| | | | | This reverts commit aefac083c0553f0a71f808eea1d93458496e026e. | ||
* | Merge branch 'master' of github.com:pushkarsingh/mailcore2 | Pushkar Singh | 2013-07-03 |
|\ | | | | | | | | | Conflicts: .gitignore | ||
| * | ignore build/ folders | Lenny | 2013-06-28 |
| | | |||
* | | Added prebuilt.list to .gitignore | Hoa V. DINH | 2013-06-26 |
|/ | |||
* | added the first unread uid from the SELECT imap command - the name of the ↵ | silenteh | 2013-06-04 |
| | | | | variable has the wrong name, I will change it on the following commits | ||
* | Modified the mac project web view to run on iOS. Not fully tested. | Oliver Rickard | 2013-05-01 |
| | |||
* | Added a gitignore file | Matt Ronge | 2013-01-31 |