Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
buh committed Sep 30, 2023
1 parent fa2bc3e commit a961fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Demo/Hubble/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ struct ContentView: View {
@State private var starsRotation = Angle.zero

var body: some View {
NavigationView {
NavigationStack {
ZStack {
stars()
VStack(spacing: 20) {
Expand Down
1 change: 0 additions & 1 deletion Demo/Hubble/ImageView.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import SwiftUI
import ZipPinch
import Gzip

#if os(macOS)
typealias XImage = NSImage
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Check out the Hubble demo app to view selected images from the archive taken by
- [x] Add custom `URLRequest`
- [x] Add custom decompressor
- [ ] Add more tests
- [ ] Fix Demo for macOS and iPad.
- [x] Fix Demo for iPad.
- [ ] Fix Demo for macOS.

# ZIP file format specification sources
- [Wikipedia](http://en.wikipedia.org/wiki/ZIP_(file_format)#File_headers)
Expand Down

0 comments on commit a961fcd

Please sign in to comment.