Skip to content

Instantly share code, notes, and snippets.

View pityonline's full-sized avatar

pityonline pityonline

View GitHub Profile
@pityonline
pityonline / installMobileProvisionFile.sh
Created February 1, 2018 09:35 — forked from benvium/installMobileProvisionFile.sh
This script installs a .mobileprovision file via bash (no GUI session needed)
#!/bin/sh
# 2012 - Ben Clayton (benvium). Calvium Ltd
# Found at https://gist.github.com/2568707
#
# This script installs a .mobileprovision file without using Xcode. Unlike Xcode, it'll
# work over SSH.
#
# Requires Mac OS X (I'm using 10.7 and Xcode 4.3.2)
#
@pityonline
pityonline / private.xml
Created November 1, 2012 01:26 — forked from othercat/private.xml
scroll up and down in Preview using J and K
<?xml version="1.0"?>
<root>
<item>
<name>Enable at only Preview</name>
<item>
<name>Change J to Down</name>
<identifier>remap.app_preview_j2Down</identifier>
<only>PREVIEW</only>
<autogen>--KeyToKey-- KeyCode::J, KeyCode::CURSOR_DOWN</autogen>
</item>