1、创建文件 IDETemplateMacros.plist

2、向文件里添加内容FILEHEADER

  • 具体内容

// 文 件 名:___FILENAME___
//
// 版权所有:___COPYRIGHT___
// 创 建 者:___FULLUSERNAME___
// 创建日期:___DATE___.
// 文档说明:
// 修 改 人:
// 修改日期:
//

3、前往文件夹

  • 通过将 IDETemplateMacros.plist 文件放置到不同的目录,其影响的范围也不同:

    • 只对当前 Project 指定的用户(username)有影响

      .xcodeproj/xcuserdata/[username].xcuserdatad/IDETemplateMacros.plist
    • 对当前 Project 的所有成员有影响

      .xcodeproj/xcshareddata/IDETemplateMacros.plist
    • 对指定用户的 Workspace 下的 Project 有影响

      .xcworkspace/xcuserdata/[username].xcuserdatad/IDETemplateMacros.plist
    • 对所有成员 Workspace 下的 Project 有影响

      .xcworkspace/xcshareddata/IDETemplateMacros.plist
    • 对 Xcode 所有创建的文件都有影响

      ~/Library/Developer/Xcode/UserData/IDETemplateMacros.plist

4、将IDETemplateMacros.plist移动到目录下, 新文件即生效

  • 效果图:

5、官方文档对应内容

  • COPYRIGHT

    A copyright string that uses the company name of the team for the project. If there is no company name, the string is blank.

    The example shows a copyright string when the company is set to “Apple”.

    Copyright © 2018 Apple. All rights reserved.

  • DATE

    The current date.

  • DEFAULTTOOLCHAINSWIFTVERSION

    The version of Swift used for the default toolchain.

  • FILEBASENAME

    The name of the current file without any extension.

  • FILEBASENAMEASIDENTIFIER

    The name of the current file encoded as a C identifier.

  • FILEHEADER

    The text placed at the top of every new text file.

  • FILENAME

    The full name of the current file.

  • FULLUSERNAME

    The full name of the current macOS user.

  • NSHUMANREADABLECOPYRIGHTPLIST

    The entry for the human readable copyright string in the Info.plist file of a macOS app target. The value of the macro must include the XML delimiters for the plist. For example, a valid value is:

    NSHumanReadableCopyright

    Copyright © 2018 Apple, Inc. All rights reserved.

Notice that the value includes a newline.

  • ORGANIZATIONNAME

    The name for your organization that appears in boilerplate text throughout your project folder. The organization name in your project isn’t the same as the organization name that you enter in App Store Connect.

  • PACKAGENAME

    The name of the package built by the current scheme.

  • PACKAGENAMEASIDENTIFIER

    A C-identifier encoded version of the package name built by the current scheme.

  • PRODUCTNAME

    The app name of the product built by the current scheme.

  • PROJECTNAME

    The name of the current project.

  • RUNNINGMACOSVERSION

    The version of macOS that is running Xcode.

  • TARGETNAME

    The name of the current target.

  • TIME

    The current time.

  • USERNAME

    The login name for the current macOS user.

  • UUID

    Returns a unique ID. The first time this macro is used, it generates the ID before returning it. You can use this macro to create multiple unique IDs by using a modifier. Each modifier returns an ID that is unique for that modifier. For example, the first time the UUID:firstPurpose modifier is used, the macro generates and returns a unique ID for that macro and modifier combination. Subsequent uses of the UUID:firstPurpose modifier return the same ID. Adding the UUID:secondPurpose modifier generates and returns a different ID that will be unique to UUID:secondPurpose, and different from the ID for UUID:firstPurpose.

  • WORKSPACENAME

    The name of the current workspace. If there is only one project open, then the name of the current project.

  • YEAR

    The current year as a four-digit number.


OC自定义文档头部注释的更多相关文章

  1. (转)HTML文档头部信息

    原文:http://www.cnblogs.com/sunyunh/archive/2012/07/25/2609199.html HTML(3)HTML文档头部信息   <!DOCTYPE h ...

  2. 关于文档头部定义和meta元素

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  3. IT兄弟连 HTML5教程 HTML文档头部元素head

    HTML头部标记是<head>,主要包括页面的一些基本描述语句,以及CSS和JavaScript,一般都可以定义在头部元素中.它用于包含当前文档的有关信息,例如网页标题和关键字等.通常位于 ...

  4. IDEA 自定义文件头注释

    什么是 IDEA 自定义文件头注释 IDEA 自定义文件头注释指的是创建 Java 类文件时,IDEA 可以自动设置文件头的注释信息,如下: 如何设置 IDEA 自定义文件头注释 打开 File-&g ...

  5. C#如何给PDF文档添加注释

    整理文档时,我们可能会需要在一些或一段文字上添加注释加以说明,那如何以编程的方式实现呢?本文将实例讲述C#中如何使用免费组件给PDF文档添加文本注释,包括自由文本注释.自由文本注释能允许我们自定义它的 ...

  6. idea 模版之自定义类与方法注释

    idea 模版之自定义类与方法注释 很多公司都有要求的代码注释规范,我们每新建类或者方法的时候从新复制粘贴很麻烦,而且容易粘错. 当然自定义模板还可以用到很多地方,比如系统自带的 sout就是syst ...

  7. SpringBoot(十一):springboot2.0.2下配置mybatis generator环境,并自定义字段/getter/settetr注释

    Mybatis Generator是供开发者在mybatis开发时,快速构建mapper xml,mapper类,model类的一个插件工具.它相对来说对开发者是有很大的帮助的,但是它也有不足之处,比 ...

  8. eclipse中设置自定义文档签名(工具)

    今天第一次认真学习eclipse的使用,看到自定义文档签名,步骤如下:  1.点击window->preferences->java->Code Style->Code Tem ...

  9. Eclipse中设置自定义文档签名

    今天第一次认真学习eclipse的使用,看到自定义文档签名,步骤如下: 1.点击window->preferences->java->Code Style->Code Temp ...

随机推荐

  1. linux 输入子系统之电阻式触摸屏驱动

    一.输入子系统情景回忆ING...... 在Linux中,输入子系统是由输入子系统设备驱动层.输入子系统核心层(Input Core)和输入子系统事件处理层(Event Handler)组成.其中设备 ...

  2. 自定义ListView里面的Item的内容

    我们不可能满足只是往每个item里面填字就足够,像QQ的好友列表就是一个ListView,每个Item里面有头像.名字啊.签名什么的,内容丰富.那我们要怎么定义一个内容丰富的item呢? 要用到Ada ...

  3. 3.使用Maven构建Web项目

    转自:https://blog.csdn.net/m261030956/article/details/46481837 从网上查了一些资料,才算明白(也就是怎么操作吧),怎么使用Maven构建一个W ...

  4. Win7 IE11 F2无法切换版本

    Win7 IE11 F2无法切换版本 http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=45154 选择操作系统对应的版本 ht ...

  5. webrtc系列文章

    WEBRTC RTP/RTCP协议族 2017-02-22 20:15 阅读(144) 评论(0) WebRTC 基于GCC的拥塞控制(下) 2017-02-22 15:44 阅读(108) 评论(0 ...

  6. ADO.NET连接池

    池:理解为一堆集合,一堆数组,一堆对象ado.net连接池,连接字符串注明Pooling=false关闭连接池 web应用是肯定要启动连接池的,因为默认启动,可以不用管,知道这么一回事就OK了当启动连 ...

  7. Linux3基本命令 ls,pwd,cat,echo,mv,cp,mkdir,rm,ln

    ls 列出文件名称. -l 列出长文件名称. -rwxr-xr-- 1 root root 10739 Dec 23 13:31 bbscon (7)          (4) (5) (6)     ...

  8. 构造方法概念,自定义构造(init)方法的用途, 类工厂方法(就是直接用类名 类调用)

    一. 构造方法 构造方法:在OC中init开头的方法, 我们称之为构造方法 构造方法的用途: 用于初始化一个对象, 让某个对象一创建出来就拥有某些属性和值 // 比如我们定义一个Person的类,然后 ...

  9. groupie

    def add_group(group):    c = group.c.astype('float')   group['d'] = c/c.sum()   return group df = pd ...

  10. 金融卡IC卡知识50问

    1.什么是金融IC卡? 金融IC卡又称为芯片银行卡,是以芯片作为介质的银行卡.芯片卡容量大,可以存储密钥.数字证书.指纹等信息,其工作原理类似于微型计算机,能够同时处理多种功能,为持卡人提供一卡多用的 ...