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 working MacOS X m1 bundle nightly build - built using the github …
…actions workflow, self containedand proper.
- Loading branch information
Showing
82 changed files
with
6,745 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.
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.
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 | ||
} | ||
] | ||
} |
Oops, something went wrong.