Skip to content

Instantly share code, notes, and snippets.

@tariq235
tariq235 / config.yml
Created February 13, 2018 08:18
circleci
version: 2
jobs:
build-and-test:
macos:
xcode: "9.2.0"
steps:
# Get the code from the VCS provider.
- checkout
@tariq235
tariq235 / FRP iOS Learning resources.md
Created February 28, 2017 05:09 — forked from JaviLorbada/FRP iOS Learning resources.md
The best FRP iOS resources.

Videos

@tariq235
tariq235 / removeUnusedImages.sh
Last active October 1, 2021 08:25
A small bash script to delete unused images from xcode project
# !/bin/bash
# Copyright (c) 2014 Tariq Mohammad
# tariq2305@gmail.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
# !/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

#Create bitbucket branch

##Create local branch

$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
  master
* sync