From 8633db7e6ca9f38345d7be0ab90193d6325904bf Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 24 Jul 2024 12:32:41 -0700 Subject: First pass at uploads and a big refactoring of transfer clients. Also now showing download progress bar on file icon in dock (like Safari). --- .../xcshareddata/xcschemes/Hotline.xcscheme | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 Hotline.xcodeproj/xcshareddata/xcschemes/Hotline.xcscheme (limited to 'Hotline.xcodeproj/xcshareddata/xcschemes') diff --git a/Hotline.xcodeproj/xcshareddata/xcschemes/Hotline.xcscheme b/Hotline.xcodeproj/xcshareddata/xcschemes/Hotline.xcscheme new file mode 100644 index 0000000..2ba63f6 --- /dev/null +++ b/Hotline.xcodeproj/xcshareddata/xcschemes/Hotline.xcscheme @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit