Skip to content

lofter2011/Icefox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

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

    
    redpanda321@hotmail.com
   
    
  

About

firefox for ios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published