Created
June 14, 2012 14:53
-
-
Save haric/2930825 to your computer and use it in GitHub Desktop.
Create sim-compatible library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| # Find and remove | |
| find . -type f -name *.m | xargs rm | |
| # Combine device and sim libs | |
| lipo -create -output libMyLibrary.a libMyLibrary-Device.a libMyLibrary-Simulator.a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment