Skip to content

Commit

Permalink
update 1/18/25 (with new deprecation detection)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEidinger committed Jan 18, 2025
1 parent b14e676 commit 6792369
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h1 class="title pt-4">Public Apple Frameworks</h1>
<tr>
<td><a href="https://developer.apple.com/documentation/AudioUnit"
title="Add sophisticated audio manipulation and processing capabilities to your app."
target="_blank">Audio Unit</a></td>
target="_blank">Audio Unit <span class="tag is-warning is-light"> Deprecated</span></a></td>
<td>2.0</td>
<td>10.0</td>
<td></td>
Expand Down Expand Up @@ -1892,7 +1892,7 @@ <h1 class="title pt-4">Public Apple Frameworks</h1>
<tr>
<td><a href="https://developer.apple.com/documentation/MediaLibrary"
title="Access read-only collections of the user’s multimedia content." target="_blank">Media
Library</a></td>
Library <span class="tag is-warning is-light"> Deprecated</span></a></td>
<td></td>
<td>10.9</td>
<td></td>
Expand Down Expand Up @@ -2048,7 +2048,7 @@ <h1 class="title pt-4">Public Apple Frameworks</h1>
<tr>
<td><a href="https://developer.apple.com/documentation/MLCompute"
title="Accelerate training and validation of neural networks across the CPU and one or more GPUs."
target="_blank">ML Compute</a></td>
target="_blank">ML Compute <span class="tag is-warning is-light"> Deprecated</span></a></td>
<td>14.0</td>
<td>11.0</td>
<td></td>
Expand Down Expand Up @@ -2142,8 +2142,8 @@ <h1 class="title pt-4">Public Apple Frameworks</h1>
</tr>
<tr>
<td><a href="https://developer.apple.com/documentation/NotificationCenter"
title="Create and manage widgets for the Today view." target="_blank">Notification
Center</a></td>
title="Create and manage widgets for the Today view." target="_blank">Notification Center
<span class="tag is-warning is-light"> Deprecated</span></a></td>
<td>8.0</td>
<td>10.10</td>
<td></td>
Expand Down Expand Up @@ -2930,7 +2930,7 @@ <h1 class="title pt-4">Public Apple Frameworks</h1>
<tr>
<td><a href="https://developer.apple.com/documentation/TVMLKit"
title="Create client-server apps by incorporating JavaScript and TVML files in your binary app."
target="_blank">TVMLKit</a></td>
target="_blank">TVMLKit <span class="tag is-warning is-light"> Deprecated</span></a></td>
<td></td>
<td></td>
<td></td>
Expand All @@ -2942,7 +2942,7 @@ <h1 class="title pt-4">Public Apple Frameworks</h1>
<tr>
<td><a href="https://developer.apple.com/documentation/tvmljs"
title="Create tvOS client-server apps using web technologies to stream media and respond to events."
target="_blank">TVMLKit JS</a></td>
target="_blank">TVMLKit JS <span class="tag is-warning is-light"> Deprecated</span></a></td>
<td></td>
<td></td>
<td></td>
Expand Down

0 comments on commit 6792369

Please sign in to comment.