First you need to install pear -HOW TO?-
Then run the following commands in Terminal.
sudo pear config-set auto_discover 1 sudo pear install pear.phpunit.de/PHPUnit sudo pear install phpunit/PHPUnit_Selenium
The last command is to install Selenium packages for PHPUnit. You might want to add more packages. You could find them here.
Just run the following commands in Terminal.
sudo php /usr/lib/php/install-pear-nozlib.phar sudo pear config-set php_ini /private/etc/php.ini sudo pecl config-set php_ini /private/etc/php.ini sudo pear upgrade-all
The most accurate stop watch available for iPhone, iPad, iPod Touch.
Leave comments here if you have any question.
We are close to releasing some apps into AppStore, One of those would be a mobile version of CaziSoft. You will be able to have CaziSoft installed on your iPhone and iPad.
One of the features of the “CaziSoft Mobile” would be Jailbreak notifier, it will automatically determine the version of your device and notify you about the latest jailbreak/unlocking solution. It also notify you to save your SHSH blob at the time.
Stay Tuned.
[UPDATE]
Our first App is ready on AppStore
In the morning Facebook announced that they bought Instagram for 1,000,000,000 USD . Yes $1 billion for a free AppStore app and it’s still free! . They currently have 30 million users which I think will grow up quickly during this week. Being in 2nd place of Top 25 Free apps is a good prove for that.
It seems that many people are dealing with this error “download failed unexpected content” in Installous, which means that the downloaded file is corrupted.
Unfortunately there is no specific fix for this because something is wrong in the downloaded file. The only way that I would recommend to try is to try to download the same file from another download link, If that doesn’t solve the problem and/or you are getting same error on different apps try reinstalling the Installous.
It seems that Xcode does not support Auto Increment Build number by default, that’s another reason for me to HATE Xcode.
Anyway, I found that it’s possible to create a build phase script (-HOW?-) and put some script to change the build number on each build. Below you can find the script.
TARGET="$PROJECT_DIR/REPLACE WITH PROJECT FOLDER/REPLACE WITH PROJECT NAME-Info.plist" echo $TARGET if [ ! -f "$TARGET" ]; then echo "missing file $TARGET" exit 1; fi #!/bin/bash buildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "$TARGET") buildNumber=$(($buildNumber + 1)) /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $buildNumber" "$TARGET"
I was going to write about selecting between two popular photo editing softwares Adobe Lightroom™ and Apple Aperture™, but I just found that Lightroom™ 3 is outdated! So I’m going to try Adobe Lightroom™ 4.
[UPDATE, March 11 2012]
Features which are only available in Lightroom™ 4 but not in Aperture™ 3.2
Features which are only available in Aperture™ 3.2 but not in Lightroom™ 4
Conclusion
Lightroom™ 4.0 definitely wins the battle. The only missing feature is Full Screen. It’s very important to me because I’m using 13″ Macbook.
If you want to pick one of them and you are already using iPhoto go ahead with Aperture, if not Lightroom is the one that you want.
Read the rest of this entry »
I don’t know why not iPad 3, but they named it “New iPad”
No new Tech.
I don’t know why but nearly everyone in the world except Apple to announce iPad 3 on March 7 event. I’m not sure if iPad3 will be announced or not but anyway, you might be interested to know time of the Apple Event in your time zone. Open time table (Click Here) and find your city. That’s it!
By the way It’s not interesting any more!