Skip to content

Simple bash script to compile a static library for multiple architectures

License

Notifications You must be signed in to change notification settings

Leandros/compile-multiarch-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Compile Static Library for multiple Architectures

Simple bash script to compile a static library for multiple architectures (i.e simulator and device).

Usage

  • Simply move the build.sh file into the directory with your .xcodeproj, adjust the parameters on top of the file.
  • Add all required architectures to your xcode project (xcode -> build settings -> valid architectures). For the device and simulator example, use arm64 armv7 i386 x86_64.
  • Execute ./build.sh in your terminal.
  • Enjoy.

License

Licensed under public domain (http://unlicense.org). No attribution or anything required, do whatever you want with this.

About

Simple bash script to compile a static library for multiple architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages