Skip to content

Instantly share code, notes, and snippets.

View behdaad's full-sized avatar
👻
Boo!

behdad behdaad

👻
Boo!
View GitHub Profile
@mremond
mremond / MobileProvision.swift
Created November 9, 2018 09:11
Read mobile provisioning profile from Swift
//
// MobileProvision.swift
// Fluux.io
//
// Created by Mickaël Rémond on 03/11/2018.
// Copyright © 2018 ProcessOne.
// Distributed under Apache License v2
//
import Foundation
@NimaGhaedsharafi
NimaGhaedsharafi / gist:29aa6ce7ba9f8d6e33a88f85d420368a
Created November 21, 2017 18:33
Remove local branches easily
git branch -d `git branch --merged | grep -v master`