├── LICENSE ├── README.md ├── app-icon.png ├── docs └── images │ ├── 2_assets.png │ ├── 2_debug.png │ ├── 2_debug_code.png │ ├── 2_device-specific-preferences.png │ ├── 2_function-stack.png │ ├── 2_preferences.png │ ├── 2_preferences_save.png │ └── 2_pseudo-functions.png ├── documentation-1.0.md ├── documentation.md ├── flowchart.png └── localization ├── Emoji.json └── English.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/README.md -------------------------------------------------------------------------------- /app-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/app-icon.png -------------------------------------------------------------------------------- /docs/images/2_assets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_assets.png -------------------------------------------------------------------------------- /docs/images/2_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_debug.png -------------------------------------------------------------------------------- /docs/images/2_debug_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_debug_code.png -------------------------------------------------------------------------------- /docs/images/2_device-specific-preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_device-specific-preferences.png -------------------------------------------------------------------------------- /docs/images/2_function-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_function-stack.png -------------------------------------------------------------------------------- /docs/images/2_preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_preferences.png -------------------------------------------------------------------------------- /docs/images/2_preferences_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_preferences_save.png -------------------------------------------------------------------------------- /docs/images/2_pseudo-functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/docs/images/2_pseudo-functions.png -------------------------------------------------------------------------------- /documentation-1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/documentation-1.0.md -------------------------------------------------------------------------------- /documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/documentation.md -------------------------------------------------------------------------------- /flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/flowchart.png -------------------------------------------------------------------------------- /localization/Emoji.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/localization/Emoji.json -------------------------------------------------------------------------------- /localization/English.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamtow/shortcut-app-framework/HEAD/localization/English.json --------------------------------------------------------------------------------