Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/krzysztofzablocki/PropertyMapper
Property mapping for Objective-C iOS apps.
https://github.com/krzysztofzablocki/PropertyMapper
78bf91e3b220067225ead94fca62a60acb179cfb authored about 4 years ago
Added support for watchos in podspec
530c5d4e2d358b2db9da663d74ef4e1603fec0b2 authored almost 7 years agoa90ecc2f1199f3bf69a142ca6450ea31fb04a965 authored almost 7 years ago
567e22323e42419a070b7230fba0be4aba41b8e9 authored almost 7 years ago
23865b1a79db512edf045a629305d33ee3aae5d7 authored about 7 years ago
Allow nil from boxing
d702bec16b0eaafaa9c76e78aad4e75bd688df54 authored about 7 years agoThis fixes a bug where nil values from boxing resulted in an invalid mapping.
3a11ca65ce1aac27d5563aebf9941f836e9e0b1b authored about 7 years ago7141b13393a2dbc08c1217eebbf806397ce978b6 authored about 7 years ago
Xcode 9 transition.
ec6135c89b032b4f91ca19c9b7b9b4fc53cf743a authored over 7 years agoFix 'This block declaration is not a prototype' warning.
4f5878f9218fc52ff6c24566297021edfa361052 authored over 7 years ago5ea69c4565b975c58a73594daee82acf601e4f5f authored almost 8 years ago
Renaming the module map file in the source directory
8e7811ecad9f3e427b52ec130f6b3d6e03bfb612 authored almost 8 years agoe89cb2bf28d66a035cb629a9dd66099b9c71ca98 authored almost 8 years ago
Allow use in application extensions
cb70b84793e9a55e70b76c5d6404bdb1a55ed54d authored almost 8 years agobfd53b244f19ea1cde1e0df068929365c8f54448 authored almost 8 years ago
6a90ea57195501e697c33eac97da653d52dba777 authored about 8 years ago
Improved debug on ignored values, added instance type on logs
501e68cde8c904bd15f79ebe753f575423c73ecd authored about 8 years agoeab13132d89d00618353f092e7033a3c32903e36 authored about 8 years ago
d5f34638b4f4e1e6e0a855569a6217c031a74d83 authored over 8 years ago
843b794fba6a6a86eb9b5a847a2104765ef9d1aa authored over 8 years ago
Added newline at EOF
4e6b871ae630e87ceaee02b7e8a70844979dc229 authored almost 9 years agoe3ec445a71904d36680cb64b0057663f53d0c6d3 authored almost 9 years ago
93826a98228151d843c462f34f6f5b65a7a4432a authored almost 9 years ago
Fixed mapping to non-collection object when using KZProperty with NS_BLOCK_ASSERTIONS defined
85235906b71b0fde78030b925b43827587b3b4d0 authored almost 9 years ago15b830399744cd06041b384c1369a73be00566f9 authored almost 9 years ago
Update podspec for TvOS
830ab123877d7b55e3c14ab00e64465a6b85e5a3 authored about 9 years agoThis adds support for tvos when using cocoapods (tested on TvOS).
c11a9e76f56860698d1a711b5329ee1b69a8b3e9 authored about 9 years ago4a66bb6723b82bdf087831293ed02966f639e513 authored about 9 years ago
Adds tests for mapping protocol dependencies
9ff45b4e50cb4e79ec3b0a979c327bb639e8a98a authored about 9 years agoda9a2f42e4e6562fb2dc219a56269ce077e75dfd authored about 9 years ago
When mapping anonymous objects that adhere to some protocol,
prefer using `id<SomeProtocol>` as ...
9203ad03e7ad0a255aa72e9172aa37450c6a466f authored about 9 years ago
aaab027d7cbf653cd3d124285f8378c323866c77 authored about 9 years ago
- Podfile: 'Kiwi/XCTest' -> 'Kiwi'
- ran `pod update`
Validates @encodes(id<SomeProtocol>) will pass
84af861b7db38f0ff53e2409c1a5a672a2bc3ba7 authored about 9 years agoMapping can fail for properties that include protocol information.
For instance, `id<MyProtocol...
70d2da1c1a09c90c52f88a5c33eb624a5bbe6815 authored over 9 years agoCarthage support
94a7ae1dd143e737276d677c1f17e2c395e5cc19 authored over 9 years ago
This ensures that the current version of Carthage can build two separate
frameworks properly. Ea...
Also, update Cocoapods with more detailed instructions and reword a few things.
7192782ae580df4d18b1c6aa240c68d805d1a41f authored over 9 years ago2266e0f6fbba57e2f02317c8300eff13225c7d5d authored over 9 years ago
1b39986030af576eaf74d6fee55d5b48165b2d56 authored over 9 years ago
Added support to DateFormat with milliseconds
2e2cd0bc5577ae46faceb4c18f7bc75a689a2018 authored over 9 years ago374f438f12f48e86c4ee2e6ade3ab86f0c45130f authored over 9 years ago
Give readonly access to .propertyName of KZPropertyDescriptor
7496b765aa0686d68c718b09253c75d7ae41e95a authored over 9 years ago0bc131c2ef36b506ed34593432a88a8a3c16ff70 authored over 9 years ago
f96cadb0cd569a81fe4e6dea0c370cbc51e41d10 authored about 10 years ago
e5bba64cf6b39c42294ba1261b3c29637dc8656b authored about 10 years ago
Update date format to ISO 8601. Format Available since iOS 6.0.
c8830f7ad305668b8142327f0198f08a6edbf12d authored about 10 years ago5dd13d58850076f66eb8a49af3ce2a3399ef0522 authored about 10 years ago
bac762f2c03741946cd39500d0ccf35e5d862424 authored about 10 years ago
Fixed Warning related to casting converting void pointer and function pointer
32a8bf3b9bb9b5d6f140167aeb9124fb25fc1e66 authored over 10 years ago
Assigning a void pointer to a function pointer is an undefined behaviour.
If more strict warning...
Unified assert behaviour while error handling
ca626da91b2935afcaf2e2d4693f58794012ddd6 authored over 10 years agoUsed dispatch_once_t for NSDateFormatter creation
d4447512d9901c4e0358f0756e3e1c2f4fa07f01 authored over 10 years ago03a912c64930f4f9367be8e849e95c81804547ef authored over 10 years ago
aa21a5e37fec11c25bd6993e378d8e33eaabeb0d authored over 10 years ago
When asserts are turned off not rising exceptions and returning NO as parsing effect, whenever so...
a7b8565832727bd1e7f451a96e2fabc582f6c78a authored over 10 years ago4654dcfa0396996f1b0cbf12baa6418dd5c90b54 authored over 10 years ago
Updated Kiwi and changed tests to XCTest
22ec29aca797c8b6e4481360fa7b71e611108688 authored over 10 years ago76d6a3e30fac12f48f58a4312a3d39a82f7f4dc4 authored over 10 years ago
f5809ddd7fc5d0010174189b579ee9aff72fc13c authored over 10 years ago
Added type checking while parsing.
5cc24c7bfe1f8bdf105fc2b973a1d363a0edfffd authored over 10 years ago5255682b7ab85a8456a5cde12dc59278edd1f11d authored over 10 years ago
d68b61fcc1027d00a4a4d9116c619126d8962516 authored over 10 years ago
59370e6f467e6ef1ec282830ea69188f0b8ae57c authored almost 11 years ago
Conflicts:
Example/Example.xcodeproj/project.pbxproj
Added robustness to parsing.
ced2bc624d216b4dabfe3fcd3c6071e01d8a9106 authored almost 11 years agocb4500bbf9d3e0c2ba188fd08ce747be6ea1e2ed authored almost 11 years ago
3d4887aa73f97e31ef063d18854c470328a5a293 authored almost 11 years ago
added if(NO){…} around [target property]
dd3e4ac62ac170e358a7f707ab680d71c2755210 authored almost 11 years ago9c8d3d569dd5591fb04fa33f85da006c8de478bc authored almost 11 years ago
Properties that are not part of the MOM, don't notify changes
c95710df20155d6d48776d8877b1fe3109023deb authored almost 11 years agof556c540de74444ce5fba641202ebaba894bd0cd authored almost 11 years ago
e63d52419352b33149efd0d227df86ad5768f989 authored almost 11 years ago
BugFix: NSErrorMake UserInfo
d2b5e725eb6e3974c6d4cade1f47919be226044d authored almost 11 years ago466bba22d3b2eef41504a5e92358d12723d6e0e9 authored almost 11 years ago
a2fe96bdfda95bb6527d483bf2e6ff99eff5246c authored almost 11 years ago
Add support for OSX
bf60d7cda7007d9bc5d4f332742c6593b0b0bb7e authored about 11 years agobd6c428fff042ebd7db0fe4014932c3bb5a39ba3 authored about 11 years ago
Fixed wrong objc_msgSendTyped typing.
6ec62720136057b61b748b521ce88f3987ddf5dd authored about 11 years ago614514301ac51b4fcd38e7236a489a565e471d97 authored about 11 years ago
Support for two-argument selectors used to pass property name being changed
01aaa45aa75d9c817f88f47fb9ada41bf9a79890 authored about 11 years agoa27983ad31a3cf3acc779321c7eba23a1d6dc879 authored about 11 years ago
9d0f11cdedb00a3dc2895876923853091c51983f authored about 11 years ago
93e2ec36f702ae4f8828e427dcc3cb975ebda84e authored over 11 years ago
Allow for mapping to subobjects by using KVC's forKeyPath:
057c14b74bbeb245289c6f8f1bb9e93b4b40c78b authored over 11 years agod3c7f5b7ac96ac8382080905c58b64938b583b72 authored over 11 years ago
73c254c8f94f40d72bcf102aeeeae605129d5e6c authored over 11 years ago
ddf6bef625d1987395be3efadc361a40b2f35290 authored over 11 years ago
Feature/new syntax and validation
db5b223858afad1a6448e3da85e7a7f4ec039b97 authored over 11 years ago6cfe2e9904303ab773e0826d3493df441ae0e2c3 authored over 11 years ago
Update podspec to use 1.1 tag
70450f7a66468a67e33abc9a665277e47ff346aa authored over 11 years ago7d87562ebfa6c380769217bb629a7a38f92c4384 authored over 11 years ago
https://github.com/andrewsardone/KZPropertyMapper/releases/tag/1.1
In response to updates in kr...
0555e45ac0ff6600f59e21e3c236a154715ccad3 authored over 11 years ago81be747103c03001ad2aa087fc2b6081c811b615 authored over 11 years ago
26a89fefd69b5b348fa9221090966b225d833cd5 authored over 11 years ago
9467c8f57e4f33d2d9c90b5bbb26ef0d2248265f authored over 11 years ago
6b1a88c8a061e184e4fad36c57e11113feb13fc2 authored over 11 years ago
ed2cba7b8a2c4e36172c01087487e5a70a3d3f57 authored over 11 years ago
2b21c952621305dd28e8fb1433174feb73f6bd35 authored over 11 years ago