danoli3 / Bitcode-Check-Script

Check your libraries if they have Bitcode embedded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcode-Check-Script

Check your libraries if they have Bitcode embedded

Use this script to determine if libraries contain bitcode embedded code

Usage: bitcodeCheck "boost_system.a"

Results:

------------------
BITCODE=YES for: boost_system.a
------------------

For a archive that is not bitcode, it will return BITCODE=NO

About

Check your libraries if they have Bitcode embedded

License:MIT License


Languages

Language:Shell 100.0%