Re: propertynameItemClass in swift

2015-09-15 Thread Julian Paas
I've been using Swift with Couchbase Lite for a year now and I've recently upgraded my app to Xcode 7 and Swift 2.0. Its working fine, although the Couchbase Swift docs have not been updated to 2.0 yet. On Tuesday, September 15, 2015 at 6:30:32 PM UTC-4, adam wilson wrote: > > Has there been

Re: propertynameItemClass in swift

2015-09-15 Thread Jens Alfke
On Sep 15, 2015, at 3:30 PM, adam wilson > wrote: Has there been any progress on this? I'm in the process of building an iOS CBLite app with Swift and hit this issue with CBLModel and @dynamic properties... Yes, I think this was

Re: propertynameItemClass in swift

2015-09-15 Thread adam wilson
Has there been any progress on this? I'm in the process of building an iOS CBLite app with Swift and hit this issue with CBLModel and @dynamic properties... Or do the model classes still need to be Objective-C? On Tuesday, 4 November 2014 05:48:43 UTC, Jens Alfke wrote: > > Thanks for the test

Re: Conditional authentication in sync function

2015-09-15 Thread Jens Alfke
I think that would work, though I wouldn’t bet money on it. It’s worth an experiment! —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Conditional authentication in sync function

2015-09-15 Thread Matt Quinn
On Mon, Sep 14, 2015 at 04:09:00PM +, Jens Alfke wrote: > > On Sep 14, 2015, at 1:48 AM, James > > wrote: > > Is there away to do requireAccess(...) || requireRole(...) ? > > No, there isn’t. It just never occurred to us. Can you explain