A set of NIC templates
- libactivator event
- libactivator listener
- Application (Objective-C and Swift [UIKit; SwiftUI])
- Control Center module (iOS 11+)
- Cydget
- Flipswitch switch
- Framework
- Library
- Notification Center widget (iOS 5/6 and iOS 7+)
- Null
- Preference bundle (Objective-C and Swift)
- Theme
- CLI Tool (Objective-C and Swift)
- Tweak (bare or with a simple preference switch)
- XPC service
$ nic.pl
- Select the desired template
- Input the values for each query
$ nic.pl -p "package.name" -n "ProjectName" -u "User name" --nic template.nic.tar
- 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
)
- Note: the resulting template can be placed in $THEOS/templates/ for use with the NIC (i.e.,
Includes templates modified from the following:
-
cydget, framework, notification_center_widget, and xpc_service
-
notification_center_widget-7up
-
tweak, application, and tool
-
activator_listener