google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
174 stars 36 forks source link

Add type to most array, set and dictionarry #270

Open Arthur-Milchior opened 1 year ago

Arthur-Milchior commented 1 year ago

Some can not be easily typed, such as list of arguments.

This help the reader understands what they can expect in a collection.

I have not been able to test it because I get

Cannot code sign because the target does not have an Info.plist file and one is not being generated automatically. Apply an Info.plist file to the target using the INFOPLIST_FILE build setting or generate one automatically by setting the GENERATE_INFOPLIST_FILE build setting to YES (recommended).

when I try to build it or run the test suite, I’d be happy to get help here please