mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Platform: Remove references to unsupported platforms in docs and strings
This commit is contained in:
parent
b89553ae2c
commit
ba9b6581b7
8 changed files with 18 additions and 27 deletions
|
|
@ -132,7 +132,7 @@ struct PushNotificationsDelegateDetails
|
|||
}
|
||||
|
||||
// request
|
||||
// each notification on iOS 10 needs to have an identifier, otherwise it will not show up
|
||||
// each notification needs to have an identifier, otherwise it will not show up
|
||||
jassert (n.identifier.isNotEmpty());
|
||||
UNNotificationRequest* request = [UNNotificationRequest requestWithIdentifier: juceStringToNS (n.identifier)
|
||||
content: content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue