Skip to content

Commit

Permalink
New payload support, runtime warnings, and other misc fixes
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jkasten2 committed Feb 5, 2016
1 parent 003926b commit bbe9473
Show file tree
Hide file tree
Showing 6 changed files with 146 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
"scale" : "2x"
},
{
"idiom" : "car",
"size" : "120x120",
"scale" : "1x"
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"size" : "24x24",
Expand Down Expand Up @@ -161,6 +161,11 @@
"scale" : "2x",
"role" : "quickLook",
"subtype" : "42mm"
},
{
"idiom" : "car",
"size" : "120x120",
"scale" : "1x"
}
],
"info" : {
Expand Down
Binary file added iOS_SDK/Framework/OneSignal.framework.zip
Binary file not shown.
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bbe9473

Please sign in to comment.