mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +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
|
|
@ -314,9 +314,9 @@ private:
|
|||
if (! n.isValid())
|
||||
{
|
||||
#if JUCE_IOS
|
||||
String requiredFields = "identifier (from iOS 10), title, body and category";
|
||||
String requiredFields = "identifier, title, body and category";
|
||||
#elif JUCE_ANDROID
|
||||
String requiredFields = "channel ID (from Android O), title, body and icon";
|
||||
String requiredFields = "channel ID, title, body and icon";
|
||||
#else
|
||||
String requiredFields = "all required fields";
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue