onnati.net is Moving. Again.
Earlier this year, I moved onnati.net to MobileMe. Then Apple announced iCloud and that MobileMe’s domain-name feature would be removed. With iCloud’s release just around the corner, I need to move the website to a new host. I’ve bought the hosting, but the real work is in moving all of the website content over to the new host. As such, onnati.net will be down for a period of time this weekend while I get everything sorted out. Keep an eye on this blog or my Twitter account for updates.
No More Leopard
In my last post I said that AppTrap 1.x was going to continue working on Leopard. I will have to backpedal on that and drop support for Leopard. I have not received any feedback from any Leopard users. And since I have no Macs running Leopard I am unable to continue testing for that operating system.
AppTrap 1.1.7 will require at least Mac OS X 10.6.
AppTrap 1.1.7 Beta
I released the AppTrap 1.1.7 Beta yesterday. I’ve had some internal betas circulating with one of the localizers, so that’s why you’re seeing Beta 3 instead of Beta 1.
The reason this is a beta is because I’ve moved over to the new 10.6 SDK and I’ve changed some of the build settings around. I also inadvertently moved development over to Xcode 4, not knowing that it had dropped PowerPC support. Luckily, Xcode 4′s project files are backwards compatible with Xcode 3.2 (which has PPC support), so I’ve moved back to that. This beta is just to ensure that I didn’t screw anything up for Leopard users or PPC users. So, if you’re a PPC Leopard user, I’d love to hear your feedback. I really just want to make sure that it works as expected.
Although I don’t want to drop PPC support for AppTrap 1.x, I do plan on dropping it, along with 10.5 support, for 2.0.
If you want to download the beta, just go to the website.
AppTrap Will Continue
I just thought I’d reassure everybody that AppTrap is not discontinued. I am in the process of having of the domain transferred so that it is under my control. I am extremely sorry for this and will have an alternate, temporary download site up soon.
Update:
The site is up at an alternate location. I’m still working on getting the original domain name.
Where Art Thou?
As evidenced by version 1.1.6 I am still working on
AppTrap. However there has been a noticeable lack of communication
on my part. For that, I am sorry. With this post and others soon to
follow I will try to rectify that.
If you want to follow my terrible ramblings on subjects that are not AppTrap, you can follow
me over at my tumblr blog.
AppTrap Google Group
Here’s a new Google Group for AppTrap!
I’m also working on version 1.2 of AppTrap. I’m not going to say when I’ll be able to share information with you guys, as I don’t want to get any hopes up. All I can say is that I’ve recently been putting more time into development. If you want, you can find what I’ve been working on in this branch of SVN repository.
AppTrap 1.1.3
I introduced a really stupid bug with 1.1.2 where System Preferences would show a blank window if you were using either the French or Dutch localizations. That’s been fixed with 1.1.3. The bug was introduced due to negligence on my part.
I’m really sorry about this. I’m still working out the kinks in my bug-testing.
AppTrap 1.1.2 and 1.2
I just released AppTrap 1.1.2. The biggest addition would have to be the French localization, contributed by Ronald Leroux (Thanks!). The background process is also 32/64 bit and now uses Garbage Collection.
For the next version, 1.2, I’d like to get in a better updating mechanism, where the background process checks for updates as opposed to the preference pane, and I’d also like to build an uninstaller for AppTrap. An AppleScript seems like the best way to go about achieving that last change, but I’ll have to learn that language.
I’d also like to mention that my classes will be starting on Thursday. That will restrict the amount of time that I’m able to devote to AppTrap. I won’t be able to work on the code as much as I’d like and I won’t necessarily be able to respond to emails in a timely manner. I’ll start a Google Group, that way everybody can post their suggestions and issues and help each other out.
AppTrap for Snow Leopard
AppTrap for Snow Leopard is pretty much done. I just need to get my hands on a copy of the OS to do some final testing. If there aren’t any crazy last-minute bugs, it should be released sometime between Friday and early next week, depending on when I get my copy. The current version should work fine on Snow Leopard, so you’ll be OK while I get the next release ready.
The main improvement for the Snow Leopard version of AppTrap, henceforth known as 1.1.1, is 64 bit support. Specifically, 64 bit prefpane support. The change isn’t for the imperceptibly small performance improvement, but for convenience’s sake. Snow Leopard’s System Preferences supports the loading of 32 bit preference panes, but, being a 64 bit application itself, it must restart in order to load them.
It’s akin to a 64 bit application requiring 64 bit plugins. If one of the plugins is 32 bit, then the application will run as a 32 bit process instead of as a 64 bit process. In the case of System Preferences, because it’s already running, it has to quit itself and then restart as a 32 bit process.
1.1.1 will also be dropping support for Tiger. That’s mostly because of the 64 bit-ness. Some of the code I’ve had to change to get AppTrap to compile as 64 bit also requires Leopard.
I’ve tried compiling the background process as 64 bit, and although it compiles, the warnings freak me out just a little. I’d like to learn a bit more before I start to delve into stuff that I’m not as familiar with.
Anyway, this post was longer than I expected it to be. I hope it gave you some clarification on what’s going on with AppTrap. Post in the comments if you have any questions or suggestions, or you can email me.
AppTrap 1.1
I am continuing the development of AppTrap, an open source uninstaller for Mac OS X. It runs in the background, so that when an application is put in the trash, AppTrap knows and asks the user if they also want to throw away the associated preference files.
AppTrap is simple from an implementation standpoint, which is important for me, considering that this is my first real application (a finished product that is meant for public release).
The code is available here. I’d be grateful for any tips*. It’s not that I don’t have any confidence, but that I’m in unexplored territory here. Oh, and the kqueue stuff? Right over my head. I’ll have to learn how to work with them as time goes on.
Anyway, this is all new to me. I’m sure I’ll make mistakes, but I’ll try my best to keep them from happening. And when they do happen, I’ll try my best to keep the users unaffected.
I’ll be starting class soon, so that will put a damper on development, but I’m committed to making AppTrap the best uninstaller for Mac OS X. Even though an uninstaller really isn’t all that necessary.
*Specifically, help on how to make a 64 bit prefpane would be awesome. I’ve been running into my usual set of bizarre problems in that area.