Skip to content

Instantly share code, notes, and snippets.

@piinecone
piinecone / repack_ue4_ipas_for_dist.sh
Created July 2, 2014 18:28
Unpack, resign, and repack IPA's generated with Unreal Engine 4
#!/bin/bash
# USAGE
# 1. name this file something like `distbuild`, make it executable (chmod +x), and put it in your PATH
# 2. run it and pass it the name of your project, eg `distbuild MySweetGame`
TIMESTAMP=$(date +"%m%d%y") # eg, 070214
CERT_NAME="iPhone Distribution: Your Certificate's Name (And Identifier)"
# where you want your builds to go