Archive for June, 2010

University Iphone Developer Program

Friday, June 11th, 2010

I’ve now gone through the process required to get an ipad/iphone device ready to be used for development.  It was mostly easy to do by following the instructions on the developer site, but I kept getting an error message:

profile doesn’t match application identifier com.yourcompany.

The solution is to find and edit the .plist file in your app to give it the correct bundle identifier (for me it was edu.toronto.dgp)

Here is a link to how to change the template so it starts with the correct info.plist information:

http://www.johntwang.com/blog/2009/03/10/how-to-change-comyourcompany-in-xcode-for-iphone-applications/

You navigate to /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Project Templates/Application and edit the Info.plist file in each of the template directories. (edit the value for CFBundleIdentifier)

June 7th to 11th

Friday, June 11th, 2010

In addition to G20 summit preparations, I’ll also be doing windows update tests and hopefully rolling them out next week.

  • Set up iphone app certificates for ipad development
  • testing remote switch power bars
  • upgrading flash on managed windows computers

Removing default packages in rocks

Tuesday, June 1st, 2010

A few weeks agoI was trying to find the “rocks” way to uninstall a package included by default in the rocks installer.  I ended up calling their tech support line, and they recommended I do the following:

<package disable=”1″>mlocate</package>

I added this to my extend-compute.xml file and that stopped mlocate from being installed on my client nodes.