Skip to content

Instantly share code, notes, and snippets.

View khaledannajar's full-sized avatar

Khaled Annajar khaledannajar

  • elm.sa
  • Saudi Arabia
View GitHub Profile
@vineetchoudhary
vineetchoudhary / fix-xcode.rb
Created March 16, 2016 13:10 — forked from markrickert/fix-xcode.rb
Quick fix to all your Xcode SDK issues. When you update Xcode, just run this script and all is well.
#!/usr/bin/env ruby
# fix-xcode
# Mark Rickert <mjar81@gmail.com>
# Symlinks all your old SDKs to Xcode.app every time it is updated.
# Create a directory called /SDKs and run this script.
#
# Each time you upgrade Xcode, run fix-xcode.
@zenorocha
zenorocha / README.md
Last active April 6, 2024 16:59
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage