Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theos/templates
Templates for Theos NIC.
https://github.com/theos/templates
logos nic objective-c
Last synced: 21 days ago
JSON representation
Templates for Theos NIC.
- Host: GitHub
- URL: https://github.com/theos/templates
- Owner: theos
- License: cc0-1.0
- Created: 2013-07-11T03:55:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T23:11:47.000Z (about 2 months ago)
- Last Synced: 2024-12-10T07:21:27.915Z (about 1 month ago)
- Topics: logos, nic, objective-c
- Language: C
- Homepage:
- Size: 311 KB
- Stars: 37
- Watchers: 10
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Theos NIC Templates
A set of [NIC](https://theos.dev/docs/nic) templates
## Templates included:
- 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## Usage:
### Interactive
$ nic.pl
- Select the desired template
- Input the values for each query### Programmatic
$ 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:
- cydget, framework, notification_center_widget, and xpc_service
- Source: https://github.com/DHowett/theos-nic-templates.- notification_center_widget-7up
- Source: https://github.com/sharedInstance/iOS-7-Notification-Center-Widget-Template.- tweak, application, and tool
- Source: https://github.com/theos/theos/tree/legacy/templates/iphone.- activator_listener
- Source: https://github.com/rpetrich/libactivator/tree/master/example.