项目作者: theos

项目描述 :
Templates for Theos NIC.
高级语言: C
项目地址: git://github.com/theos/templates.git
创建时间: 2013-07-11T03:55:00Z
项目社区:https://github.com/theos/templates

开源协议:Creative Commons Zero v1.0 Universal

下载


Theos NIC Templates

A set of NIC templates

Templates included:

  • Application (Objective-C and Swift [UIKit; SwiftUI])
  • Control Center module (iOS 11+)
  • Framework
  • Library
  • Null
  • Preference bundle (Objective-C and Swift)
  • Theme
  • CLI Tool (Objective-C and Swift)
  • Tweak (bare or with a simple preference switch)
  • XPC service

Usage:

Interactive

  1. $ nic.pl
  • Select the desired template
  • Input the values for each query

Programmatic

  1. $ nic.pl -p "package.name" -n "ProjectName" -u "User name" --nic template.nic.tar

Building your own template

  • Copy a preexisting directory from ./ios/ OR run denicify.pl on a preexisting .nic.tar
  • Rename the resulting directory
  • Edit its contents as desired
  • Run nicify.pl on it
    • Note: the resulting template can be placed in $THEOS/templates/ for use with the NIC (i.e., nic.pl)

Includes templates modified from the following: