Skip to content

Instantly share code, notes, and snippets.

View iranjith4's full-sized avatar
:octocat:
Building Tech platform for real estate team and indie agents.

RanjithKumar Matheswaran iranjith4

:octocat:
Building Tech platform for real estate team and indie agents.
View GitHub Profile
alias plistbuddy=/usr/libexec/PlistBuddy
alias codesign=/usr/bin/codesign
#
# Bundle identifier
#
set_plist_bundle_identifier() {
local bundle_identifier="$1"
@iranjith4
iranjith4 / ios-10-all-font-names.swift
Created November 27, 2017 14:46 — forked from tadija/FontNames-iOS-17.4.swift
iOS 10 - All Font Names
UIFont.familyNames.sorted().forEach{ familyName in
print("*** \(familyName) ***")
UIFont.fontNames(forFamilyName: familyName).forEach { fontName in
print("\(fontName)")
}
print("---------------------")
}
/*
*** Academy Engraved LET ***