Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created December 13, 2011 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdewind/1472266 to your computer and use it in GitHub Desktop.
Save jdewind/1472266 to your computer and use it in GitHub Desktop.
create_fat_binary
# Generate universal binary for the device and simulator.
lipo "${SIMULATOR_LIBRARY_PATH}" "${DEVICE_LIBRARY_PATH}" -create -output "${UNIVERSAL_LIBRARY_PATH}" &&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment