From c8f5968e8ff6d7eae775dbf36fcbc56bc3e30de0 Mon Sep 17 00:00:00 2001 From: Jamie Vital Date: Fri, 25 Aug 2023 22:55:58 -0400 Subject: [PATCH] Clean up --- macOS/Readme.rtf | 24 +++++++++++++++++------- macOS/bundle.sh | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/macOS/Readme.rtf b/macOS/Readme.rtf index ed6a54b5c..210e50cda 100644 --- a/macOS/Readme.rtf +++ b/macOS/Readme.rtf @@ -1,7 +1,7 @@ {\rtf1\ansi\ansicpg1252\cocoartf2513 \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;} -{\colortbl;\red255\green255\blue255;} -{\*\expandedcolortbl;;} +{\colortbl;\red255\green255\blue255;\red0\green0\blue0;} +{\*\expandedcolortbl;;\csgray\c0;} {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}} {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}} \margl1440\margr1440\vieww10800\viewh8400\viewkind0 @@ -9,23 +9,33 @@ \f0\b\fs24 \cf0 SatDump for macOS Notes\ \ -IMPORTANT: -\f1\b0 Before using the app, go to SatDump\'92s settings and change the output directories. By default, SatDump will try to save data within the application bundle itself, which may result in a crash.\ +IMPORTANT: +\f1\b0 Before using the app, go to SatDump\\'92s settings and change the output directories. By default, SatDump will try to save data within the application bundle itself, which may result in a crash. +\f0\b \ \ -This pre-compiled app for macOS comes with support for the following SDR sources:\ + +\f1\b0 For the main docs, see {\field{\*\fldinst{HYPERLINK "https://github.com/SatDump/SatDump"}}{\fldrslt https://github.com/SatDump/SatDump}}. This pre-compiled app for macOS comes with support for the following SDR sources:\ \ \pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural\partightenfactor0 \ls1\ilvl0\cf0 {\listtext \uc0\u8226 }File Source\ {\listtext \uc0\u8226 }RTL-SDR\ {\listtext \uc0\u8226 }AirSpy\ +{\listtext \uc0\u8226 }HackRF\ {\listtext \uc0\u8226 }RTL-TCP\ {\listtext \uc0\u8226 }SpyServer\ {\listtext \uc0\u8226 }UDP Source\ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0 \cf0 \ -If you need additional SDR support, compile SatDump yourself or open an issue on GitHub.\ +Other SDRs are not officially supported, but you may try compiling it yourself.\ \ \f0\b CLI Mode \f1\b0 \ -The command-line version of SatDump is available within the app bundle. Open a terminal and type \'93cd /Applications/SatDump.app/Contents/MacOS\'94. Once in the correct folder, you can call ./satdump as normal.} \ No newline at end of file +The command-line version of SatDump is available within the app bundle. Open a terminal and type \'93cd /Applications/SatDump.app/Contents/MacOS\'94. Once in the correct folder, you can call ./satdump [args] as normal.\ +\ + +\f0\b Editing pipelines & satdump_cfg.json +\f1\b0 \ +Due to Apple\'92s app signing requirements for bundled apps on macOS, you cannot currently edit the main pipelines or satdump_cfg.json file. If you need this functionality, it is currently recommended that you compile SatDump from source.\ +\ +SatDump settings work normally and are saved to ~/.\cf2 \CocoaLigature0 config/satdump/} \ No newline at end of file diff --git a/macOS/bundle.sh b/macOS/bundle.sh index 578a7ac66..2b89b9a5b 100755 --- a/macOS/bundle.sh +++ b/macOS/bundle.sh @@ -17,7 +17,7 @@ then security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $MACOS_CERTIFICATE_PWD build.keychain fi -rm -rf MapApp +rm -rf MacApp rm -rf SatDump-macOS.dmg echo "Making app shell..."