Skip to content

Instantly share code, notes, and snippets.

View Vadim-Bulavin's full-sized avatar

Vadim-Bulavin

View GitHub Profile
@Vadim-Bulavin
Vadim-Bulavin / gist:e0e178854fe3eaa9e35cb49a1eb44494
Created August 1, 2017 07:54 — forked from paulz/gist:cdb1f73d834b5eb24afb
Xcode Find Regular Expression to select file header template
Find and Replace following regular expression with empty string to remove copyright headers
//\n//.+\n//.+\n//\n//.+\n// Copyright.+$\n//\n\n
//
// FileName.m
// ProjectName
//
// Created by Author on Date.
// Copyright 2015 iPhone Developer. All rights reserved.
//