-
Notifications
You must be signed in to change notification settings - Fork 4
redpanda321/Icefox
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Port firefox to ios6 device
1.Requirement
xcode 4.6.3 ( IOS6.1 sdk ) (device test without license )
2.Get source code
git clone git://github.com/redpanda321/Icefox.git
3.For simulator
chmod -R a+x /Icefox/mozilla-central
cd /Icefox/mozilla-central
cp ./mozconfig-simulator-opt-sdk6.1 .mozconfig
./mach build
cd ../obj-iPhoneSimulator-opt-6.1
make package
waxsim /Applications/Fennec.app
4.For device (need sign,use sign-debug)
chmod -R a+x /Icefox/mozilla-central
cd /Icefox/mozilla-central
cp ./mozconfig-device-opt-sdk6.1 .mozconfig
./mach build
cd ../obj-iPhoneOS-opt-6.1
make package
gdb /Applications/Fennec.app
gdb run
5. Todo
support IOS 7.0 device
6. Contact me
[email protected]
About
firefox for ios
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published