Icefox -
MPL
iOS
Objective-C
软件简介
firefox浏览器 ios4版
1,要求
xcode ( only iPhoneOS4.0.sdk can run! be careful !)
2 获取代码
git clone git://github.com/redpanda321/Icefox.git
3,编译模拟器版本
chmod -R a+x /Icefox/mozilla-central
cd /Icefox/mozilla-central
cp ./build/iphone-simulator-mozconfig .mozconfig
make -f client.mk build
cd ../iphone-simulator-debug
make package
iphonesim launch /Icefox/iphone-simulator-
debug/dist/firefox/TumucumaqueDebug.app
4,编译真机版
chmod -R a+x /Icefox/mozilla-central
cd /Icefox/mozilla-central
cp ./build/iphone-device-mozconfig .mozconfig
make -f client.mk build
cd ../iphone-device-debug
make package
gdb /Icefox/iphone-device-debug/dist/firefox/TumucumaqueDebug.app
gdb run
5, 代办事宜
支持IOS 5.0