forked from AlexandreRouma/SDRPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Apple Mac M1 application build to repo
- Loading branch information
Showing
74 changed files
with
6,389 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
|
||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleName</key><string>sdrpp</string> | ||
<key>CFBundleDisplayName</key><string>SDR++</string> | ||
<key>CFBundleIdentifier</key><string>oorg.sdrpp.sdrpp</string> | ||
<key>CFBundleVersion</key><string>1.0.5</string> | ||
<key>CFBundlePackageType</key><string>APPL</string> | ||
<key>CFBundleSignature</key><string>sdrp</string> | ||
<key>CFBundleExecutable</key><string>sdrpp</string> | ||
<key>CFBundleIconFile</key><string>sdrpp</string> | ||
</dict> | ||
</plist> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"name": "Austria", | ||
"country_name": "Austria", | ||
"country_code": "AT", | ||
"author_name": "Michael Mangeng", | ||
"author_url": "https://vis.at", | ||
"bands": [ | ||
{ | ||
"name": "LW", | ||
"type": "amateur", | ||
"start": 135700, | ||
"end": 137800 | ||
}, | ||
{ | ||
"name": "630m", | ||
"type": "amateur", | ||
"start": 472000, | ||
"end": 479000 | ||
}, | ||
{ | ||
"name": "160m", | ||
"type": "amateur", | ||
"start": 1810000, | ||
"end": 1950000 | ||
}, | ||
{ | ||
"name": "80m", | ||
"type": "amateur", | ||
"start": 3500000, | ||
"end": 3800000 | ||
}, | ||
{ | ||
"name": "60m", | ||
"type": "amateur", | ||
"start": 5351300, | ||
"end": 5366500 | ||
}, | ||
{ | ||
"name": "40m", | ||
"type": "amateur", | ||
"start": 7000000, | ||
"end": 7200000 | ||
}, | ||
{ | ||
"name": "30m", | ||
"type": "amateur", | ||
"start": 10100000, | ||
"end": 10150000 | ||
}, | ||
{ | ||
"name": "20m", | ||
"type": "amateur", | ||
"start": 14000000, | ||
"end": 14350000 | ||
}, | ||
{ | ||
"name": "17m", | ||
"type": "amateur", | ||
"start": 18068000, | ||
"end": 18168000 | ||
}, | ||
{ | ||
"name": "15m", | ||
"type": "amateur", | ||
"start": 21000000, | ||
"end": 21450000 | ||
}, | ||
{ | ||
"name": "12m", | ||
"type": "amateur", | ||
"start": 24890000, | ||
"end": 24990000 | ||
}, | ||
{ | ||
"name": "CB", | ||
"type": "other", | ||
"start": 26965000, | ||
"end": 27405000 | ||
}, | ||
{ | ||
"name": "10m", | ||
"type": "amateur", | ||
"start": 28000000, | ||
"end": 29700000 | ||
}, | ||
{ | ||
"name": "6m", | ||
"type": "amateur", | ||
"start": 50000000, | ||
"end": 52000000 | ||
}, | ||
{ | ||
"name": "FM", | ||
"type": "broadcast", | ||
"start": 87500000, | ||
"end": 108000000 | ||
}, | ||
{ | ||
"name": "2m", | ||
"type": "amateur", | ||
"start": 144000000, | ||
"end": 146000000 | ||
}, | ||
{ | ||
"name": "Freenet", | ||
"type": "other", | ||
"start": 149025000, | ||
"end": 149115625 | ||
}, | ||
{ | ||
"name": "70cm", | ||
"type": "amateur", | ||
"start": 430000000, | ||
"end": 440000000 | ||
}, | ||
{ | ||
"name": "PMR446", | ||
"type": "other", | ||
"start": 446006250, | ||
"end": 446196875 | ||
}, | ||
{ | ||
"name": "23cm", | ||
"type": "amateur", | ||
"start": 1240000000, | ||
"end": 1300000000 | ||
}, | ||
{ | ||
"name": "13cm", | ||
"type": "amateur", | ||
"start": 2304000000, | ||
"end": 2310000000 | ||
}, | ||
{ | ||
"name": "13cm", | ||
"type": "amateur", | ||
"start": 2320000000, | ||
"end": 2322000000 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,213 @@ | ||
{ | ||
"name": "Canada", | ||
"country_name": "Canada", | ||
"country_code": "CA", | ||
"author_name": "Cam K.", | ||
"author_url": "https://github.com/Starman0620/", | ||
"bands": [ | ||
{ | ||
"name": "630m Ham Band", | ||
"type": "amateur", | ||
"start": 472000, | ||
"end": 479000 | ||
}, | ||
{ | ||
"name": "AM Radio", | ||
"type": "broadcast", | ||
"start": 535000, | ||
"end": 1705000 | ||
}, | ||
{ | ||
"name": "160m Ham Band", | ||
"type": "amateur", | ||
"start": 1800000, | ||
"end": 2000000 | ||
}, | ||
{ | ||
"name": "80m Ham Band", | ||
"type": "amateur", | ||
"start": 3500000, | ||
"end": 4000000 | ||
}, | ||
{ | ||
"name": "60m Ham Band", | ||
"type": "amateur", | ||
"start": 5351000, | ||
"end": 5366000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 5950000, | ||
"end": 6200000 | ||
}, | ||
{ | ||
"name": "40m Ham Band", | ||
"type": "amateur", | ||
"start": 7000000, | ||
"end": 7300000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 9400000, | ||
"end": 9900000 | ||
}, | ||
{ | ||
"name": "30m Ham Band", | ||
"type": "amateur", | ||
"start": 10100000, | ||
"end": 10150000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 11650000, | ||
"end": 12050000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 13600000, | ||
"end": 13800000 | ||
}, | ||
{ | ||
"name": "20m Ham Band", | ||
"type": "amateur", | ||
"start": 14000000, | ||
"end": 14350000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 15100000, | ||
"end": 15800000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 17550000, | ||
"end": 17900000 | ||
}, | ||
{ | ||
"name": "15m Ham Band", | ||
"type": "amateur", | ||
"start": 18068000, | ||
"end": 21450000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 21450000, | ||
"end": 21850000 | ||
}, | ||
{ | ||
"name": "12m Ham Band", | ||
"type": "amateur", | ||
"start": 24890000, | ||
"end": 24990000 | ||
}, | ||
{ | ||
"name": "Shortwave Broadcast", | ||
"type": "broadcast", | ||
"start": 25000000, | ||
"end": 26000000 | ||
}, | ||
{ | ||
"name": "CB", | ||
"type": "amateur", | ||
"start": 26960000, | ||
"end": 27410000 | ||
}, | ||
{ | ||
"name": "10m Ham Band", | ||
"type": "amateur", | ||
"start": 28000000, | ||
"end": 29000000 | ||
}, | ||
{ | ||
"name": "Cordless Phones", | ||
"type": "broadcast", | ||
"start": 41000000, | ||
"end": 50000000 | ||
}, | ||
{ | ||
"name": "6m Ham Band", | ||
"type": "amateur", | ||
"start": 50000000, | ||
"end": 54000000 | ||
}, | ||
{ | ||
"name": "TV Channels 2-4", | ||
"type": "broadcast", | ||
"start": 54000000, | ||
"end": 72000000 | ||
}, | ||
{ | ||
"name": "FM Broadcast", | ||
"type": "broadcast", | ||
"start": 76000000, | ||
"end": 108000000 | ||
}, | ||
{ | ||
"name": "Air Band VOR/ILS", | ||
"type": "aviation", | ||
"start": 108000000, | ||
"end": 117000000 | ||
}, | ||
{ | ||
"name": "Air Band Voice", | ||
"type": "aviation", | ||
"start": 117000000, | ||
"end": 137000000 | ||
}, | ||
{ | ||
"name": "2m Ham Band", | ||
"type": "amateur", | ||
"start": 144000000, | ||
"end": 148000000 | ||
}, | ||
{ | ||
"name": "Weatheradio", | ||
"type": "broadcast", | ||
"start": 162400000, | ||
"end": 162700000 | ||
}, | ||
{ | ||
"name": "TV Channels 7-13", | ||
"type": "broadcast", | ||
"start": 174000000, | ||
"end": 216000000 | ||
}, | ||
{ | ||
"name": "70cm Ham Band", | ||
"type": "amateur", | ||
"start": 430000000, | ||
"end": 450000000 | ||
}, | ||
{ | ||
"name": "TV Channels 14-36", | ||
"type": "broadcast", | ||
"start": 470000000, | ||
"end": 608000000 | ||
}, | ||
{ | ||
"name": "TV Channels 38-51", | ||
"type": "broadcast", | ||
"start": 614000000, | ||
"end": 806000000 | ||
}, | ||
{ | ||
"name": "Trunked Mobile", | ||
"type": "broadcast", | ||
"start": 806000000, | ||
"end": 890000000 | ||
}, | ||
{ | ||
"name": "33cm Ham Band", | ||
"type": "amateur", | ||
"start": 902000000, | ||
"end": 928000000 | ||
} | ||
] | ||
} |
Oops, something went wrong.