Skip to content

Instantly share code, notes, and snippets.

View roboticsexpert's full-sized avatar
:octocat:
Using my life :)

Mahdi Youseftabar roboticsexpert

:octocat:
Using my life :)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am roboticsexpert on github.
  • I am roboticsexpert (https://keybase.io/roboticsexpert) on keybase.
  • I have a public key ASC4zPbAMHIyZYjcfgl-IemtwqVdxpcMtyZqN5ciBskiAwo

To claim this, I am signing this object:

@roboticsexpert
roboticsexpert / resign.sh
Created May 2, 2017 12:16 — forked from RichardBronosky/resign.sh
A simple tool for resigning an iOS app ipa with a new certificate/mobileprovision
#!/usr/bin/env bash
if [[ ! ( # any of the following are not true
# 1st arg is an existing regular file
-f "$1" &&
# ...and it has a .ipa extension
"${1##*.}" == "ipa" &&
# 2nd arg is an existing regular file
-f "$2" &&
# ...and it has an .mobileprovision extension
@roboticsexpert
roboticsexpert / floatsign.sh
Created May 2, 2017 12:16
A small bash script to re-sign iOS applications.
# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
#
# Extended by Ronan O Ciosoig January 2012
#
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the "Software"),

Apple Real Devices Debugging

What you need

  • certificate--which tells your devices that Apple trust you
  • a app id
  • a test device
  • a provisioning profile