213 Commits

Author SHA1 Message Date
Zhigang Fang
b5620a4dc8 Changed min target version 2016-11-13 15:23:45 +08:00
Zhigang Fang
cc5a65d732 Make it carthage compatiable 2016-11-13 15:20:04 +08:00
Adam Kirk
c01d0f9cd9 updating podspec 1.0.3 2015-11-20 09:02:37 -07:00
Adam Kirk
a051c636e5 Merge pull request #60 from jeffaburt/one-second-next-fix
Fix mt_oneSecondNext issues
2015-11-20 08:59:13 -07:00
Adam Kirk
fa8d0cecfe Merge pull request #62 from tombatesuk/master
Added tvos
2015-11-20 08:58:55 -07:00
Tom Bates
cabe93621e Added tvos 2015-10-16 13:52:34 +01:00
Adam Kirk
b3234aac73 Merge pull request #61 from MaciejWalczynski/swift-consts-support
added FOUNDATION_EXPORT for const NSIntegers
2015-08-15 15:19:03 -06:00
Maciej Walczynski
92c6b1bfe1 added FOUNDATION_EXPORT for const NSIntegers 2015-07-15 12:46:20 +02:00
Jeff Burt
2ffc26e195 Fix mt_oneSecondNext issues 2015-05-20 18:21:39 -04:00
Adam Kirk
1a8695376c Merge pull request #59 from kinoplan/fix-missing-import
Fix missing import
2015-05-20 08:15:32 -06:00
Victor Shamanov
34d982f98c Fix missing import 2015-05-20 16:49:17 +03:00
Adam Kirk
f86ff15f94 bumping version 1.0.2 2015-04-24 06:41:27 -06:00
Adam Kirk
16d451bedc dropping prefixing. not gonna support heresy. 2015-04-24 06:40:55 -06:00
Adam Kirk
12d5896e8d formatting 2015-04-18 23:24:37 -06:00
Adam Kirk
059fe32065 fixing some bad assumptions 2015-04-16 18:27:07 -06:00
Adam Kirk
3f7f5564c3 fixing a few subtle DST bugs 2015-04-15 16:05:28 -06:00
Adam Kirk
a373d4f44f updating project settings 2015-04-13 15:08:42 -06:00
Adam Kirk
50c7d84892 Merge branch 'master' of https://github.com/mysterioustrousers/MTDates 2015-04-13 14:37:57 -06:00
Adam Kirk
78fc232bdf adding middleOf… series 1.0.1 2015-03-31 16:56:07 -06:00
Adam Kirk
b675450b8d addding middleOf… series 2015-03-31 16:55:40 -06:00
Adam Kirk
287a15c1f9 this things ready for the bigtime 1.0.0 2015-01-12 20:03:51 -07:00
Adam Kirk
57a33c2dd5 Merge pull request #53 from foscomputerservices/master
Replace deprecated calendar identifier
2014-11-07 13:07:06 -07:00
David Hunt
66f452c861 Replace deprecated calendar identifier 2014-11-07 10:11:05 -07:00
Adam Kirk
c57ccd4c9b Merge pull request #51 from BuddyHOPP/master
Update podspec version
0.14.3
2014-10-16 22:45:35 -06:00
erudel
2fbf05ea81 Update podspec version 2014-10-16 19:20:31 -07:00
Adam Kirk
ab3e49d6ff Merge pull request #50 from BuddyHOPP/master
Replace deprecated undefined date component
2014-10-13 19:41:32 -06:00
erudel
245d5ee11e Replace deprecated undefined date component 2014-10-13 16:04:07 -07:00
Adam Kirk
a3152b725f updating to remove deprecation warnings 0.14.2 2014-10-08 20:25:15 -06:00
Adam Kirk
b665c3a111 Merge pull request #47 from BuddyHOPP/master
Replace calendar units deprecated in iOS 7
2014-10-08 20:23:23 -06:00
erudel
8d47007222 Replace calendar units deprecated in iOS 7 2014-10-08 14:11:50 -07:00
Adam Kirk
c3829a6cb0 specifying deployment target 7.0/10.8 0.14.1 2014-10-08 06:10:15 -06:00
Adam Kirk
a53e1f7bf1 Merge pull request #41 from yas375/fix-weeksSinceDate-and-weeksUntilDate
Use NSCalendarUnitWeekOfYear
2014-10-08 06:05:15 -06:00
Adam Kirk
0e5cba4f61 Merge pull request #43 from yas375/fix-unit-tests
Ok, since we are changing the deployment target to be something much more recent, like iOS 7 (and possibly OSX 10.9) I think we don't need to worry about formatting differences between OS X/iOS versions. Here's to hoping not anyway.
2014-10-08 06:04:43 -06:00
Adam Kirk
d356a9b832 Merge pull request #42 from yas375/use-xcassertequal
Use `XCTAssertEqual` instead of `XCTAssertTrue`
2014-10-08 06:03:15 -06:00
Victor Ilyukevich
b5af320a70 Use XCTAssertEqual instead of XCTAssertTrue
So if a test fails `XCTAssertEqual` gives more information and in a
nicer way.
2014-10-05 23:17:24 +03:00
Victor Ilyukevich
faef7fdd72 Remove levenshteinDistanceWithString...
Looks like it was causing crashes like this;
> xctest(8240,0x7fff77890310) malloc: *** error for object 0x100823c08:
> incorrect checksum for freed object - object was probably modified
> after being freed.
> *** set a breakpoint in malloc_error_break to debug

I didn't get what actually was wrong there so as possible solution I'm
proposing to remove it. Probably it was added because on different OS
(OS X and iOS) date formatter may return different values. But right now
the project configured that way that it runs tests only in OS X. And I
expect it returns the same values all the time.

Fixes #34
2014-10-05 22:48:05 +03:00
Victor Ilyukevich
157f7ead0b Upgrade project file to recommended settings 2014-10-05 22:47:34 +03:00
Victor Ilyukevich
7fde69bf97 Set indent size on project's level
So Xcode will ignore my global setting of indenatation level (2) and
will use the value specified in the project file.
2014-10-05 22:36:21 +03:00
Victor Ilyukevich
6202aeac4e Use NSCalendarUnitWeekOfYear 2014-10-03 11:41:07 +03:00
Adam Kirk
61e1869fe6 removing deprecated symbols 0.14.0 2014-10-02 09:50:10 -06:00
Adam Kirk
8bc71ec7d7 Merge pull request #38 from jtrobman/ios7
replacing deprecated week with weekOfYear
2014-10-02 09:42:08 -06:00
Adam Kirk
ca6a818cdc Merge pull request #40 from dsparling/master
added :localized parameter to mt_stringFromDateWithFormat method name in...
2014-08-07 15:38:16 -06:00
Doug Sparling
9aeb3e7ea5 added :localized parameter to mt_stringFromDateWithFormat method name in readme to match the actual method name in MTDates/NSDate+MTDates.m 2014-08-07 15:54:31 -05:00
Jason Trobman
cfaf2d7970 replacing deprecated week with weekOfYear 2014-07-22 20:29:08 -04:00
Adam Kirk
426bc6c8c1 bumping version 0.13.0 2014-07-16 11:01:28 -06:00
Adam Kirk
428dfdd61a making all NSUIntegers NSIntegers 2014-07-16 11:00:58 -06:00
Adam Kirk
3de1f9c2ad adding millisecond format 2014-06-04 06:48:27 -06:00
Adam Kirk
3eabd2e692 Update README.md 2014-05-21 07:42:16 -06:00
Adam Kirk
f6fdbaf25f Update README.md 2014-05-21 07:42:04 -06:00
Adam Kirk
650bd874cc small optimization 2014-05-16 08:17:09 -06:00