Skip to content

Instantly share code, notes, and snippets.

@sorin-ref
Last active December 7, 2018 18:08
Show Gist options
  • Save sorin-ref/e4c2e9f1afa5e0375eda3d990b3a9f71 to your computer and use it in GitHub Desktop.
Save sorin-ref/e4c2e9f1afa5e0375eda3d990b3a9f71 to your computer and use it in GitHub Desktop.
mkdir "${BUILD_DIR}/Release-iphoneaggregate"
cp -R "${BUILD_DIR}/Release-iphoneos/FramisTouch.framework/." "${BUILD_DIR}/Release-iphoneaggregate/FramisTouch.framework"
cp -R "${BUILD_DIR}/Release-iphonesimulator/FramisTouch.framework/Modules/FramisTouch.swiftmodule/." "${BUILD_DIR}/Release-iphoneaggregate/FramisTouch.framework/Modules/FramisTouch.swiftmodule"
lipo "${BUILD_DIR}/Release-iphoneos/FramisTouch.framework/FramisTouch" "${BUILD_DIR}/Release-iphonesimulator/FramisTouch.framework/FramisTouch" -output "${BUILD_DIR}/Release-iphoneaggregate/FramisTouch.framework/FramisTouch" -create
open "${BUILD_DIR}/Release-iphoneaggregate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment