Skip to content

2.1.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 27 Aug 17:13
48e77d4

Avoids double namespacing of types used by APNSwiftPayload. Since they are already namespaced, they have been made top-level types.

let alert = APNSwiftAlert...
let soundDictionary = APNSSoundDictionary...
let soundType = APNSwiftSoundType...
let payload = APNSwiftPayload...