Robert Böhnke
|
098746782c
|
Merge pull request #785 from Konshin/documentation_fix
suppress documentation warnings
|
2018-08-07 04:33:41 +09:00 |
|
David Snabel-Caunt
|
db043e35df
|
Merge pull request #822 from mogelbuster/master
Block Definition Fix for mtl_cleanupBlock_t
|
2018-04-29 17:17:22 +01:00 |
|
KennethConnors
|
8d88f85a6b
|
Block definition fix
This is to fix the xcode warning: "This block declaration is not a prototype".
|
2018-04-29 10:01:51 -04:00 |
|
David Snabel-Caunt
|
6dae4d4617
|
Merge pull request #809 from alexpezzi/master
Carthage + Xcode 9 compatibility
|
2017-09-27 11:02:00 +01:00 |
|
alexpezzi
|
751c6bb089
|
Carthage + Xcode 9 compatibility
|
2017-09-26 12:22:15 -04:00 |
|
David Caunt
|
813bb27a07
|
Merge pull request #804 from Mantle/xcode9
Add Xcode9 CI jobs
|
2017-07-18 13:17:33 +01:00 |
|
David Snabel-Caunt
|
bb2025276a
|
Use Xcode 8.3 CI image
|
2017-07-16 14:56:06 +01:00 |
|
David Snabel-Caunt
|
99b6217a42
|
Add Xcode 9 CI jobs
|
2017-07-16 14:51:28 +01:00 |
|
Алексей Коньшин
|
50d8d250f4
|
added invisible symbol between @ and encode to suppress documentation warnings
|
2017-03-09 17:34:14 +03:00 |
|
David Caunt
|
fd46656f86
|
Merge pull request #767 from Mantle/update-readme
Update readme
|
2016-12-04 19:20:06 +00:00 |
|
Dave Caunt
|
ebe9ef9986
|
Remove outdated bug warning
Works in Xcode 8
|
2016-12-02 11:03:24 +00:00 |
|
Dave Caunt
|
87a7bd851c
|
Fix README link to podspecs
|
2016-12-02 10:58:57 +00:00 |
|
David Caunt
|
d6b0128cab
|
Merge pull request #758 from Mantle/xcode8
Update for Xcode 8 Support
|
2016-10-12 14:56:41 +01:00 |
|
Dave Caunt
|
408bde2425
|
Update for Xcode 8 Support
|
2016-10-11 17:54:17 +01:00 |
|
David Caunt
|
3098f8e7bb
|
Merge pull request #749 from bruun/fix-changelog-spelling-error
Fix incorrect method name in CHANGELOG.md
|
2016-08-24 11:05:54 +01:00 |
|
Thomas Bruun
|
674de0c342
|
Fix incorrect method name in CHANGELOG.md
There is no method called JSONKeyPathsForPropertyKey, it is called
JSONKeyPathsByPropertyKey.
|
2016-08-24 09:13:36 +02:00 |
|
Robert Böhnke
|
b1606ead5f
|
Merge pull request #723 from Mantle/ck/uuid-transformer
Added implicit NSUUID JSON value transformer
|
2016-07-12 12:02:07 +02:00 |
|
David Caunt
|
50d10a6853
|
Merge pull request #731 from ikesyo/tvos-target
Add tvOS target
|
2016-07-11 21:57:21 +01:00 |
|
Syo Ikeda
|
c713a23bf5
|
Add tvOS target
|
2016-07-12 01:29:43 +09:00 |
|
David Caunt
|
a08ba893d6
|
Merge pull request #730 from ikesyo/watchos-target
Add watchOS target
|
2016-07-11 15:03:17 +01:00 |
|
Syo Ikeda
|
3930492012
|
Add watchOS target
|
2016-07-11 19:43:14 +09:00 |
|
Syo Ikeda
|
9d34a114e0
|
Update xcconfigs
|
2016-07-11 19:32:09 +09:00 |
|
David Caunt
|
eec57547b6
|
Merge pull request #729 from ikesyo/xcode7.3
Xcode 7.3
|
2016-07-11 10:17:57 +01:00 |
|
Syo Ikeda
|
465826427e
|
Make the project testable with Xcode 7.3
|
2016-07-11 10:31:38 +09:00 |
|
David Caunt
|
9f27293364
|
Merge pull request #728 from ikesyo/travis-plain-xcodebuild
[Travis] Replace xctool with plain xcodebuild
|
2016-07-10 18:18:34 +01:00 |
|
Syo Ikeda
|
8dbb8b547c
|
Explicit dependencies
|
2016-07-10 18:29:27 +09:00 |
|
Syo Ikeda
|
399713dbfd
|
[Travis] Replace xctool with plain xcodebuild
|
2016-07-10 18:12:17 +09:00 |
|
Conrad Kramer
|
8ae87acabc
|
Added implicit NSUUID JSON value transformer
|
2016-07-01 14:18:30 -07:00 |
|
Robert Böhnke
|
a16d18f635
|
Merge pull request #694 from getaaron/patch-1
Add extra context to JSONTransformerForKey method
|
2016-04-21 17:26:19 +02:00 |
|
Aaron Brager
|
7e640910ef
|
Add extra context to JSONTransformerForKey method
|
2016-04-21 09:19:01 -05:00 |
|
Robert Böhnke
|
cdb82df5dd
|
Merge pull request #685 from k06a/fix/free-nsurl-transform-to-work-always
Made automatic NSURL transfom to work even if JSONTransformerForKey method defined
|
2016-03-17 13:02:37 +01:00 |
|
Anton Bukov
|
9f860bafa8
|
Added test case to demonstrate fix
|
2016-03-11 15:20:19 +03:00 |
|
Anton Bukov
|
691277c14f
|
Changed identation from spaces to tabs
|
2016-03-11 11:27:05 +03:00 |
|
Anton Bukov
|
09a1f31c32
|
Made automatic NRURL transfom to work even if JSONTransformerForKey method defined
|
2016-03-10 13:43:53 +03:00 |
|
Robert Böhnke
|
51e4f70224
|
Merge pull request #680 from Mantle/fix-swift-warnings
Fix warnings when using MTLJSONAdapter from Swift
|
2016-02-15 20:14:16 +01:00 |
|
Michael Sanders
|
0f18db37d0
|
Fix warnings when using MTLJSONAdapter from Swift
|
2016-02-15 20:06:18 +01:00 |
|
Robert Böhnke
|
c32280d4dc
|
Merge pull request #667 from Mantle/update-xcode-on-travis
Update Xcode on travis
|
2016-02-15 19:56:00 +01:00 |
|
Robert Böhnke
|
eaa7cc3536
|
Trial and error
|
2016-02-15 19:49:33 +01:00 |
|
Robert Böhnke
|
6a4141363f
|
Merge pull request #658 from magnusolafur/master
Add NS_SWIFT_UNAVAILABLE
|
2016-01-15 17:58:51 -08:00 |
|
Robert Böhnke
|
e0eb39df7b
|
Update dependencies
|
2016-01-12 10:03:31 -08:00 |
|
Robert Böhnke
|
c624c6ec73
|
Merge pull request #641 from conradev/formatter-transformers
Add NSFormatter value transformer additions
|
2016-01-11 17:43:40 -08:00 |
|
Conrad Kramer
|
8a1d9f8c48
|
Add NSFormatter value transformer additions
|
2016-01-11 12:31:32 -08:00 |
|
Robert Böhnke
|
7ac1d0e571
|
Bump Xcode on travis
|
2016-01-11 08:25:15 -08:00 |
|
Conrad Kramer
|
e781ead0d4
|
Update testing dependencies
|
2016-01-09 14:19:53 +01:00 |
|
Conrad Kramer
|
54d82b7417
|
Update Xcode project for Xcode 7.1
|
2016-01-09 14:19:53 +01:00 |
|
Robert Böhnke
|
20ac7b96d3
|
Update Xcode on travis
|
2016-01-09 14:16:06 +01:00 |
|
Robert Böhnke
|
afa50afc30
|
Merge pull request #661 from kypselia/improved_error
Improved error descriptions
|
2015-12-29 21:03:42 +01:00 |
|
Karim-Pierre Maalej
|
ea61b4ee8c
|
Code review fix
|
2015-12-28 16:14:54 +01:00 |
|
Karim-Pierre Maalej
|
dd655697a7
|
Another fix after rebase
|
2015-12-26 16:54:36 +01:00 |
|
Karim-Pierre Maalej
|
99dba73b0d
|
Fix typo after rebase
|
2015-12-26 16:46:09 +01:00 |
|