├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | My shortcuts collection has now moved to [my website](https://heliomass.com/projects/shortcuts-archive), so please go there for the current edition. 2 | 3 | If you're looking for historical versions, they remain here on GitHub: 4 | 5 | - [iOS 13 - iOS 15 Shorctuts](https://github.com/heliomass/iOSShortcuts/tree/v3) 6 | - [iOS 12 Shortcuts](https://github.com/heliomass/iOSShortcuts/tree/v2) 7 | - [iOS 11 Workflows](https://github.com/heliomass/iOSWorkflows/tree/v1) --------------------------------------------------------------------------------