Skip to content

Commit bbe9473

Browse files
committed
New payload support, runtime warnings, and other misc fixes
* Added support for new os_data nested payload * Fixed issue where OneSignal_APPID was not being read from the plist. * Depercated setDefaultClient, set automaticly and should not be changed. * Fixed iOS 9 warnings about cydia
1 parent 003926b commit bbe9473

File tree

6 files changed

+146
-89
lines changed

6 files changed

+146
-89
lines changed

OneSignalExample/AppIcon.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
"scale" : "2x"
105105
},
106106
{
107-
"idiom" : "car",
108-
"size" : "120x120",
109-
"scale" : "1x"
107+
"idiom" : "ipad",
108+
"size" : "83.5x83.5",
109+
"scale" : "2x"
110110
},
111111
{
112112
"size" : "24x24",
@@ -161,6 +161,11 @@
161161
"scale" : "2x",
162162
"role" : "quickLook",
163163
"subtype" : "42mm"
164+
},
165+
{
166+
"idiom" : "car",
167+
"size" : "120x120",
168+
"scale" : "1x"
164169
}
165170
],
166171
"info" : {
1.56 MB
Binary file not shown.
55.8 KB
Binary file not shown.
1.18 KB
Binary file not shown.

0 commit comments

Comments
 (0)