I’ve been working on an app that every Mac user can use, not only the graphics/Prepress crowd. It’s something that I honestly wanted to make/have for myself for a long time and I finally got around to starting it. It’ll be here online in a few weeks I’m estimating, also on the App Store, but that always takes more time to massage and dumb down for Apple’s app requirements.
New App in the works
I’ve been kicking around the idea for another app and I’ve started some work on it. It involves images, but no InDesign nor Applescript. My first rev is working OK, but is far from “high performance”. I’ve got to learn some new Cocoa skills to make it work as smoothly as I’d like (and you’d expect). There’s no due date, but like usual it’s an app “I want for myself” and then build it out to be something really polished.
One of the teachers at the Big Nerd Ranch had said that the greatest gift to programming was the internet. Truly without the help of other experienced programmers and sample code, I’d never get nearly as far as I do with applications.
Font Catalog on App Store
ID Font Catalog is now available on the App Store! I had tried to submit it “as-is” but then some technical glitches showed up. I ended up rewriting the entire app in ASOC in about 2 weeks. Fastest turn around ever on that. Thankfully the core logic didn’t need any changes. I was pleasantly surprised when I could add in saving of a big array of preference items with just 3 lines of code! ASOC is pretty nice!
http://itunes.apple.com/us/app/id-font-catalog/id464149293?mt=12
XCode 3 frustration
I’m trying to build one of my older apps, ID Font Catalog, for the App Store, using XCode 3. So my signing certificate was being rejected, and XCode would not build and archive, it was greyed out. The solution, which I would not have guessed readily, was that I needed to download a package from Apple to enhance my XCode install. Look for “Application Tools” v1.1 and install that. Then my signing worked and I could build.
App Store Arrival
ID Image Catalog is now available via the App Store! It seemed like forever to get through the approval process. But thankfully there were no coding issues, only some store submission and naming issues. This is one of the few Applescript/ASOC applications on the store. I had to get it in before the Nov 1 deadline for sandboxing, since that means after that date any apps that freely “talk” to other applications on your computer will be off limits. Seriously, this outlaws any and all ASOC apps that drive other applications even though Applescript is supposed to be a first class programming citizen on the Mac. Sandboxing also outlaws Find applications that search your hard drive for file types. Not to get technical but there are certain permissions that apps must only allow in the future. I find it commendable Apple is pre-empting practically any possibility of serious viruses on OSX. But that restriction does hamper some app concepts.
Next up I am going to get to work putting ID Font Catalog on the store. That may require more work as I want it to be 10.5 compatible and not rewrite the whole thing just yet. I need to just find out how to sign the app in XCode 3.
PDF Bee 4.0 is out
After way too long a period of time with no updates, I’ve finished with the complete rewrite of PDF Bee. Version 4 includes a host of new features. All this was precipitated by moving from “plain old” Applescript to Applescript-ObjectiveC in Snow Leopard. This change took me a while to realize, since in ASOC there are a lot more things that can be accomplished, but it requires essentially starting from scratch. I reused only about 10% of my code.
I must say I think this is the cleanest and most robust implementation in ASOC I’ve done so far. I hope that the users find it a worthwhile upgrade and it keeps their workflows humming without issue. Full paid version is only $5 more than before at $95, and upgrades for previous users are $50. Email me if you didn’t get my email with the special upgrade link.
App Store?
I was out for 2 weeks on vacation, and now I need to get back to programming and finishing up PDF Bee. After that I think I am going to try to make versions for the App store. That my apps are Applescript based isn’t a problem, but I think that they ONLY direct InDesign to build documents, I know there will be some people that buy it, even if they don’t have InDesign. The App Store has no way to verify if a user has a given target application. So it’s a tough decision.
New Dev Blog
PDF Bee update
I’ve been working on a complete rewrite of PDF Bee. Since Apple has changed Applescript applications at the coding level, I had to redo the entire application. The good news is that it runs very fast, and has *a ton* of new features to make it more useful for a lot of users, I am hoping. Some of the new features were requested long ago, some were special requests. The UI is much more concise, given the amount of data I want to have users see. The bad news? Well the only bad news is it’s taken me till now to get to it. And it will only run in 10.6 and up, there is no way to have backward compatibility regarding “Applescript Objective-C”.
It’s still a couple weeks away from release, it will be until after June 27th to be sure.
Recent Comments