@@ -203,7 +203,7 @@ public void PlaySystemSound ()
203203 }
204204
205205#if NET
206- [ SupportedOSPlatform ( "ios9.0 " ) ]
206+ [ SupportedOSPlatform ( "ios " ) ]
207207 [ SupportedOSPlatform ( "macos" ) ]
208208 [ SupportedOSPlatform ( "maccatalyst" ) ]
209209 [ SupportedOSPlatform ( "tvos" ) ]
@@ -226,7 +226,7 @@ public void PlayAlertSound (Action onCompletion)
226226 }
227227
228228#if NET
229- [ SupportedOSPlatform ( "ios9.0 " ) ]
229+ [ SupportedOSPlatform ( "ios " ) ]
230230 [ SupportedOSPlatform ( "macos" ) ]
231231 [ SupportedOSPlatform ( "maccatalyst" ) ]
232232 [ SupportedOSPlatform ( "tvos" ) ]
@@ -244,7 +244,7 @@ public Task PlayAlertSoundAsync ()
244244 }
245245
246246#if NET
247- [ SupportedOSPlatform ( "ios9.0 " ) ]
247+ [ SupportedOSPlatform ( "ios " ) ]
248248 [ SupportedOSPlatform ( "macos" ) ]
249249 [ SupportedOSPlatform ( "maccatalyst" ) ]
250250 [ SupportedOSPlatform ( "tvos" ) ]
@@ -267,7 +267,7 @@ public void PlaySystemSound (Action onCompletion)
267267 }
268268
269269#if NET
270- [ SupportedOSPlatform ( "ios9.0 " ) ]
270+ [ SupportedOSPlatform ( "ios " ) ]
271271 [ SupportedOSPlatform ( "macos" ) ]
272272 [ SupportedOSPlatform ( "maccatalyst" ) ]
273273 [ SupportedOSPlatform ( "tvos" ) ]
@@ -285,7 +285,7 @@ public Task PlaySystemSoundAsync ()
285285 }
286286
287287#if NET
288- [ SupportedOSPlatform ( "ios9.0 " ) ]
288+ [ SupportedOSPlatform ( "ios " ) ]
289289 [ SupportedOSPlatform ( "macos" ) ]
290290 [ SupportedOSPlatform ( "maccatalyst" ) ]
291291 [ SupportedOSPlatform ( "tvos" ) ]
@@ -297,7 +297,7 @@ public Task PlaySystemSoundAsync ()
297297 unsafe static extern void AudioServicesPlayAlertSoundWithCompletion ( uint inSystemSoundID , BlockLiteral * inCompletionBlock ) ;
298298
299299#if NET
300- [ SupportedOSPlatform ( "ios9.0 " ) ]
300+ [ SupportedOSPlatform ( "ios " ) ]
301301 [ SupportedOSPlatform ( "macos" ) ]
302302 [ SupportedOSPlatform ( "maccatalyst" ) ]
303303 [ SupportedOSPlatform ( "tvos" ) ]
0 commit comments