File tree Expand file tree Collapse file tree
CF Cache Status/CF Cache Status
Assets.xcassets/ToolbarIcon.imageset Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "images" : [
3+ {
4+ "filename" : " icon.svg" ,
5+ "idiom" : " universal"
6+ }
7+ ],
8+ "info" : {
9+ "author" : " xcode" ,
10+ "version" : 1
11+ },
12+ "properties" : {
13+ "preserves-vector-representation" : true
14+ }
15+ }
Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ struct ContentView: View {
2424
2525 var body : some View {
2626 VStack ( spacing: 20 ) {
27- Image ( systemName: " cloud " )
28- . font ( . system( size: 72 , weight: . thin) )
29- . foregroundStyle ( . secondary)
27+ Image ( " ToolbarIcon " )
28+ . resizable ( )
29+ . aspectRatio ( contentMode: . fit)
30+ . frame ( width: 72 , height: 72 )
3031
3132 Text ( statusText)
3233 . multilineTextAlignment ( . center)
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ Unreleased]
6+
7+ ### Changed
8+ - Container app now uses toolbar cloud SVG instead of SF Symbol
9+
510## [ v0.0.5] - 2026-01-04
611
712### Fixed
You can’t perform that action at this time.
0 commit comments