diff --git a/LICENSE b/LICENSE index 069255d..34e128b 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ and I'm only using them to represent what can be seen in public iCloud links. MIT License -Copyright (c) 2020-2022 Antonio Bueno +Copyright (c) 2020-2024 Antonio Bueno Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 37043f0..35fa670 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ A CSS sprite to represent iOS shortcut icons. -Grab the [stylesheet](https://github.com/atnbueno/shortcut-icons/blob/main/shortcut-icons.css) and the [default (iOS 16) glyph set](https://github.com/atnbueno/shortcut-icons/blob/main/ios16-glyphs.png), and add a shortcut icon to your HTML with just an empty `div` element: +Grab the [stylesheet](https://github.com/atnbueno/shortcut-icons/blob/main/shortcut-icons.css) and the [default (iOS 18) glyph set](https://github.com/atnbueno/shortcut-icons/blob/main/ios18-glyphs.png), and add a shortcut icon to your HTML with just an empty `div` element: ```html
``` -In this example `shortcut-icon` is the base CSS class. The secondary `c4251333119` class is the orange **color** from iOS 16, the `g59793` class is the "paintbrush" **glyph** and the `s86` class is the desired **icon size**. See the [demo.html](https://github.com/atnbueno/shortcut-icons/blob/main/demo.html) file for more examples. +In this example `shortcut-icon` is the base CSS class. The secondary `c4251333119` class is the orange **color** from iOS 18, the `g59793` class is the "paintbrush" **glyph** and the `s86` class is the desired **icon size**. See the [demo.html](https://github.com/atnbueno/shortcut-icons/blob/main/demo.html) file for more examples. The color and glyph **numeric values** can be found both in the shortcut metadata (see below) and in its _plist_ (the shortcut "source code"). The HTML element doesn't have to be a `