jiti-meet/ios/sdk
Saúl Ibarra Corretgé 33f133ac25 ios: simplify code for handling CallKit listeners
Replace the Swift array with an Objective-C one, since it's going to store
Objective-C objects and not Swift objects (or Swift objects which inherit from
NSObject, which is equivalent).

This avoids the need for JMCallKitEventListenerWrapper entirely, since an
NSArray can store NSObjectProtocol objects, unlike a Swift array, which prompted
the creation of the wrapper in the first place.
2019-04-25 18:17:55 +02:00
..
sdk.xcodeproj ios: update to Xcode 5 and Swift 5 2019-04-09 16:08:45 +02:00
src ios: simplify code for handling CallKit listeners 2019-04-25 18:17:55 +02:00