Search found 7 matches

by K7AEG
Mon Dec 01, 2025 4:06 am
Forum: Report Bugs and Errors
Topic: Codeplug Editor Install issues on Intel Mac
Replies: 12
Views: 125

Re: Codeplug Editor Install issues on Intel Mac

I have uploaded the script and some instructions to a git repo at: https://github.com/jimbrowne/cpeditor-macos-packaging. David feel free to take the code and incorporate it into your build process. I obviously am not understanding how this forum software is working, so apologies if this response is...
by K7AEG
Mon Dec 01, 2025 4:05 am
Forum: Report Bugs and Errors
Topic: Codeplug Editor Install issues on Intel Mac
Replies: 12
Views: 125

Re: Codeplug Editor Install issues on Intel Mac

I have uploaded the script and some instructions to a git repo at: https://github.com/jimbrowne/cpeditor-macos-packaging. David feel free to take the code and incorporate it into your build process.

Hey, here's some extra characters so this forum software will accept this post!
by K7AEG
Mon Dec 01, 2025 4:03 am
Forum: Report Bugs and Errors
Topic: Codeplug Editor Install issues on Intel Mac
Replies: 12
Views: 125

Re: Codeplug Editor Install issues on Intel Mac

I have uploaded the script and some instructions to a git repo at: https://github.com/jimbrowne/cpeditor-macos-packaging. David feel free to take the code and incorporate it into your build process.
by K7AEG
Thu Nov 27, 2025 7:28 pm
Forum: Report Bugs and Errors
Topic: Bugs in 2025-11-19 build (on Mac)
Replies: 1
Views: 23

Bugs in 2025-11-19 build (on Mac)

Some issues I've noticed after reading a configuration from a DB25D, firmware date 2023-07-06. After reading from the radio: * Values (possibly correct) appear in Button Settings, but can not be changed * APRS icon is a blank space * If either APRS Icon Row or Icon Column are deleted, nothing can th...
by K7AEG
Thu Nov 27, 2025 6:04 pm
Forum: Report Bugs and Errors
Topic: Codeplug Editor Install issues on Intel Mac
Replies: 12
Views: 125

Re: Codeplug Editor Install issues on Intel Mac

I have built a shell script that will package the files correctly and add an icon, so people should be able to allow the code to run once via the Settings -> Security and Privacy. If you contact me via my email (I'm assuming the administrator can see that info) I will happily send it to you. This fo...
by K7AEG
Thu Nov 27, 2025 4:27 am
Forum: Report Bugs and Errors
Topic: Codeplug Editor Install issues on Intel Mac
Replies: 12
Views: 125

Re: Codeplug Editor Install issues on Intel Mac

I should also mention I have various Mac development tools installed. I don't know if xattr and codesign are installed by default, but I think MacOS prompts you to download XCode if you try to run XCode commands that aren't isntalled.
by K7AEG
Thu Nov 27, 2025 4:25 am
Forum: Report Bugs and Errors
Topic: Codeplug Editor Install issues on Intel Mac
Replies: 12
Views: 125

Re: Codeplug Editor Install issues on Intel Mac

This is a .Net application so not the easiest to get running. Here is what has worked for me (on an ARM Mac, but Intel is probably similar): download and unzip the file Now force a code sign on the files: codesign --force --deep --sign - CPEditor codesign --force --deep --sign - CPEUpdater codesign ...