Skip to content

Instantly share code, notes, and snippets.

View AndreYonadam's full-sized avatar

Andre Yonadam AndreYonadam

View GitHub Profile
@ZevEisenberg
ZevEisenberg / resetAllSimulators.sh
Last active June 20, 2024 17:13
Reset all iOS simulators with this one weird trick
osascript -e 'tell application "iOS Simulator" to quit'
osascript -e 'tell application "Simulator" to quit'
xcrun simctl erase all
@congnt24
congnt24 / FBUnityHandler
Created December 14, 2015 08:18
Using FB sdk in unity to get Information, share, get and set score
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using Facebook.Unity;
using System.Collections.Generic;
using Facebook.MiniJSON;
public class FBController : MonoBehaviour {
Button[] btn = new Button[4];