Hey, I have a question.
I tried installing facetime BETA for Mac. But it says:
You are missing a critical security patch. Please use Software Update to install Security Update 2010-005
Will Facetime BETA work on MacBook Pro with 10.6.3 Snow Leopard Version?
What should I do?
If you want to install it without the security update, Google for Flat Package Editor which is a built in tool if you have Xcode installed.
Once you've done that, open the FaceTime mpkg in flat package editor, drop the Distribution file onto your desktop, edit it in TextEdit (I used Terminal > changed directory to the desktop > vi "Distribution").
Look for the lines that check for the security patch number and change to whatever is listed as the current security framework in Sys Prefs.
Save everything, replace the distribution file in the facetime mpkg and save.
Now run the installer. It should work.
-=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=-
To everyone else looking for a 10.5 solution:
I've tried a bunch of different things, ranging from adding the appropriate files in System/Library/CoreServices and Library/Launchagents, editing the distribution file to remove the OSX checks and exporting the app file to desktop. I really did a lot of work on this and I'm pretty certain the problems lie with missing frameworks that are native to SL and not plain old Leopard.
Example: adding the imagents.plist file into Library/Launchagents caused Leopard to constantly report that imagent could not be launched. Maybe I missed something there but wasn't sure where else to look.
If anyone would like to disprove this theory, please do so and kindly share your findings. If anything, I've had fun hacking this little pet project and it's really taught me a lot about the OSX and FreeBSD platforms!