From f71c4cae3b21db506573bcdfa9fdb6cde41cc0ca Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 12 Dec 2023 12:58:38 -0800 Subject: Moved to new client/model separation so client can be used in other projects. Some UI tweaks. --- Hotline/Info.plist | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Hotline/Info.plist (limited to 'Hotline/Info.plist') diff --git a/Hotline/Info.plist b/Hotline/Info.plist new file mode 100644 index 0000000..8b58335 --- /dev/null +++ b/Hotline/Info.plist @@ -0,0 +1,29 @@ + + + + + CFBundleURLTypes + + + CFBundleTypeRole + Viewer + CFBundleURLName + co.goodmake.hotline + CFBundleURLSchemes + + hotline + + + + CFBundleTypeRole + Viewer + CFBundleURLName + co.goodmake.hotline + CFBundleURLSchemes + + hotlinetracker + + + + + -- cgit