├── Files.playgroundbook └── Contents │ ├── Chapters │ └── Files.playgroundchapter │ │ ├── Manifest.plist │ │ └── Pages │ │ └── Files.playgroundpage │ │ ├── Contents.swift │ │ ├── Manifest.plist │ │ └── Resources │ │ ├── Assets.car │ │ └── LiveViewPoster.png │ ├── Manifest.plist │ └── Resources │ └── Icon.png └── README.md /Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Manifest.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Manifest.plist -------------------------------------------------------------------------------- /Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Contents.swift -------------------------------------------------------------------------------- /Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Manifest.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Manifest.plist -------------------------------------------------------------------------------- /Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Resources/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Resources/Assets.car -------------------------------------------------------------------------------- /Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Resources/LiveViewPoster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Chapters/Files.playgroundchapter/Pages/Files.playgroundpage/Resources/LiveViewPoster.png -------------------------------------------------------------------------------- /Files.playgroundbook/Contents/Manifest.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Manifest.plist -------------------------------------------------------------------------------- /Files.playgroundbook/Contents/Resources/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/Files.playgroundbook/Contents/Resources/Icon.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/steventroughtonsmith/files-playgroundbook/HEAD/README.md --------------------------------------------------------------------------------