KCG Xojo API Guard - is a program for dev’s using AI to help them code. Often AI will mingle API 1.0 and API 2.0 even when you tell it not to. This will help find the common API 1.0 issues.
KCG XOJO LOC - is a program to count the Lines Of Code in your program. This is often needed for corporate metrics.
KCG Xojo Unused - is a program to identify potentially unused methods and properties in your program. This helps you remove dead code after numerous iterations of updating. It is especially helpful in large programs.
I don’t own a mac. I do my testing on a virtual machine. I refuse to pay Apple for a developer ID. I have not made any money from the applications. It’s a retirement hobby and ti expensive as it is. So I just rely on people to select Run Anyway.
I have not made any money from the applications. It’s a retirement hobby and ti expensive as it is.
I commiserate. I am in the same position. I receive no compensation for my applications. They are a hobby.
This hobby is becoming more and more expensive. The tools (like Xojo, 4D) are increasing prices, reasonable for professional developers but not for many hobby programmers.
I use a Mac. I am willing to pay the Apple Developer Tax, but it is an additional expense. But it is relatively easy to do.
For me, the greater problem is figuring out how to jump through all the hoops to make an app “Secure” so the public can download it without being hassled or anxious. This has become increasingly complex. It has pushed me out of making my applications available on PC’s. I just cannot handle the complexity. I have more money than brain bandwidth, so this is the pinch point for me.
This has all become a real hardship for the hobby programmer, giving away “free” tools for the general public good. Twenty years ago, this was all fun and healthy. Now the bad actors and the reactions to those bad actors have killed most of it.
Anyway, I feel your pain. I have wanted a tool like KCG Xojo Unused. I am eager to see if it works for me.
To be fair, code signing on Windows is a thing, too. And Windows will also squawk about installers (if you’re using one) being from an “Unknown Publisher” (“Unidentified Developer” on Mac.)
Your website describes your products as donationware. I respectfully submit that a little more investment in signing/notarization will get you more users–and donations.
When finished, you can launch those apps (Intel and ARM)
FWW I could test KCG Xojo API guard (but it is not a very useful app because it just gives a list of API1 controls etc and proposes the API2 counterpart).
What I was using KCG Xojo API guard for was to check AI generated code. I just copy the code to the clipboard and check it while it’s still in the clipboard. Then I don’t have to load the buggy code into the Xojo IDE before I tell the AI to fix it’s ccde.