pusher / push-notifications-swift

Swift SDK for the Pusher Beams product:
https://www.pusher.com/beams
MIT License
34 stars 24 forks source link

Fix Objc public interface #151

Closed daniellevass closed 4 years ago

daniellevass commented 4 years ago

What?

Fixed the public interface working with objc. Also updated the demo objc app to demonstrate using multiple instances. ...

Why?

Some people have to use objc, so we should support that. ...

codecov-io commented 4 years ago

Codecov Report

Merging #151 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   90.25%   90.25%           
=======================================
  Files          57       57           
  Lines        3326     3326           
=======================================
  Hits         3002     3002           
  Misses        324      324
Impacted Files Coverage Δ
Sources/PushNotifications.swift 89.72% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f074a4...2bb1b96. Read the comment docs.