Skip to content

antoninnoel/Boxcar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Boxcar

To use it :

  • build it as a framework on any physical device ( architectures lipo -info Boxcar should be i386 x86_64 )
  • get the path of the result .framework
  • build it as a framework on any simulator ( architectures lipo -info Boxcar should be armv7 arm64 )
  • get the path of the result .framework

Then merge both architectures : run lipo -create path/to/physical path/to/simulator -output Boxcar

then copy the whole .framework folder with the new Boxcar binary into your project.

Do not forget to "Embed it" in your project general library and framework.

About

Reworked boxcar ios sdk to make it compatible with ios 13 original repo : https://github.com/processone/boxcar-ios-framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published