August 2009
3 posts
Flex Third Party Libraries in Multiple Projects
I don’t know the answer to this. I need to though. This is what I need to do.
An existing project structure.
We start with:
LibProjA is a Flex Library Project
AppA is a Flex Application Project [LibProjA]
[ dependencies in square brackets]
In reality we have a lot more LibProjs and a few Apps.
Along comes a great library that we must have.
I’ll use a real example:...
4 tags
Add Hoc IPhone Distribution and CI (pt 2)
Here I propose the final process for our team to add a device to the ad hoc provisioning profile and getting it into our CI system (Hudson, still rocking). This process is not what I would like it to be, just the best I can hope for.
Locate the device UUID.
As you only get 100 changes to the distribution profile per year, it’s not a good idea to get the UUID wrong. So rather than manually...
5 tags
Ad Hoc IPhone Distribution and CI (pt 1)
What I need to do
Build our IPhone App
Build it using Continuous Integration (Hudson Rocks)
Follow Agile, deploy often to customers to get feedback and to keep them as up to date as possible.
Our customers don’t typically use a portal (like app store) to find us, we use ‘traditional’ sales.
Which deployment?
App Store?
We’ll need the app store, at some point.
The...