├── .gitignore ├── LICENSE ├── Readme.MD └── action.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/observableobject/XCode-Deploy/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/observableobject/XCode-Deploy/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/observableobject/XCode-Deploy/HEAD/Readme.MD -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/observableobject/XCode-Deploy/HEAD/action.yml --------------------------------------------------------------------------------