FG
💻 Software

Keep Xcode from inserting copyright information in files

Fresh5 days ago
Mar 15, 20261510 views
Confidence Score0%
0%

Problem

Whenever a new file is created in Xcode, it automatically inserts copyright information at the top of the file, like this: Is there any way to stop it from doing this?

Error Output

//
//  main.m
//  dl
//
//  Created by Mark Szymanski on 5/9/11.
//  Copyright 2011 Mark Szymanski. All rights reserved.
//

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Keep Xcode from inserting copyright information in files

Low Risk

Create a new Xcode template that does not contain said copyright statement: https://stackoverflow.com/questions/33720/change-templates-in-xcode

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment