Coder Social home page Coder Social logo

clarityrepository's Introduction

Clarity SRS (Simple Repository System)

Clarity SRS (Simple Repository System) works somewhat like a Cydia APT Repository with some changes to the layout and mapping of files.

Getting Started

To create your own Clarity Repository you'll need to download this GitHub Repository to get started.

Prerequisites

You'll need software to create tar.gz files and know where your tweaks will go to.

Icon Masks:
Folder Structure: /System/Library/PrivateFrameworks/MobileIcons.frameworks
The Following Files are REQUIRED for Icon Masks:
Name: [email protected]
Size: (120px x 120px)
Name: AppIconMask@2x~ipad.png
Size: (152px x 152px)
Name: AppIconMask@2x~iphone.png
Size: (120px x 120px)
Name: [email protected]
Size: (180px x 180px)
Name: AppIconMask@3x~ipad.png
Size: (180px x 180px)
Name: AppIconMask@3x~iphone.png
Size: (180px x 180px)
Name: [email protected]
Size: (908px x 980px)
Name: [email protected]
Size: (84px x 84px)
Name: [email protected]
Size: (180px x 180px)
Name: [email protected]
Size: (40px x 40px)
Name: [email protected]
Size: (60px x 60px)
Name: [email protected]
Size: (80px x 80px)
Name: [email protected]
Size: (120px x 120px)
Name: [email protected]
Size: (58px x 58px)
Name: [email protected]
Size: (87px x 87px)

PACKAGE LISTING

To display a package in Clarity you need to layout your PACKAGES file like this

Package: sh.joseph.clarity.custom_carrier
Name: Custom Carrier
Version: 1.0
Architecture: iphoneos-arm
Description: This package allows you to set a custom carrier
Depiction: https://srs.joseph.sh/packages/custom_carrier.html
Homepage: http://srs.joseph.sh
Maintainer: Joseph Shenton <[email protected]>
Author: Joseph Shenton <[email protected]>
Section: Tweaks
Location: custom_carrier.tar.gz

Package: sh.joseph.clarity.lotus_icon_mask
Name: Lotus Icon Mask
Version: 1.0
Architecture: iphoneos-arm
Description: This package allows you to have the same icon mask in the Lotus theme.
Depiction: https://srs.joseph.sh/packages/lotus_icon_mask.html
Homepage: http://srs.joseph.sh
Maintainer: Joseph Shenton <[email protected]>
Author: Joseph Shenton <[email protected]>
Section: Themes
Location: lotus_icon_mask.tar.gz

If you do not layout your PACKAGES file like that you can cause issues for your user.

Repository configuration

Inside your RELEASE file you will be able to configure your repository you must lay it out like this

Origin: Clarity
Label: Clarity
Suite: stable
Version: 1.0
Codename: ios
Architectures: iphoneos-arm
Components: main
Description: This is the default repository for Clarity Package Installer.

Create a package

To create a package make a folder with the package name and then create a folder structure to where the package is installed like the lotus_icon_mask is set out.

Folder Structure: /System/Library/PrivateFrameworks/MobileIcons.frameworks

Once you have done that create a tar.gz file by editing packages.sh and adding your packages for instance

tar -zcvf PACAKGE_NAME.tar.gz PACKAGE_FOLDER_NAME
tar -zcvf lotus_icon_mask.tar.gz lotus_icon_mask
tar -zcvf custom_carrier.tar.gz custom_carrier

Updating Repository

To Update your repository just run update.sh in the command line

clarityrepository's People

Contributors

josephshenton avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.