Skip to content

Instantly share code, notes, and snippets.

<?php
// Put your device token here (without spaces):
$deviceToken = 'replace-this-text-with-the-device-token-from-remoteRegistration';
// Put your private key's passphrase here:
$passphrase = 'YOUR-PASSPHRASE-HERE';
// Put your alert message here:
$message = 'My Corona SDK push notification!';
@slangley
slangley / floatsign.sh
Created October 11, 2012 19:07 — forked from mediabounds/floatsign.sh
A small bash script to re-sign iOS applications, with support for changing application identifier
# !/bin/bash
# Copyright (c) 2011 Float Mobile Learning
# http://www.floatlearning.com/
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
//
// NSString+Levenshtein.h
// PyHelp
//
// Modified by Michael Bianco on 12/2/11.
// <http://mabblog.com>
//
// Created by Rick Bourner on Sat Aug 09 2003.
// rick@bourner.com