Coder Social home page Coder Social logo

cgjprofile's Introduction

cgjprofile

Command Line Tool for macOS to analyse the validity of mobile provision files and the corresponding certificates. The software is well suited to be used in automated setups.

To facilitate reuse, the source code has been split into the tool, and the core functionality. The later is now a dependeny of the former.

Let me know if this is useful, I am looking forward to your comments!

Building

This is a Swift Package Manager project. To build, simply execute swift build -c release. To create an Xcode project for debugging, execute swift package generate-xcodeproj.

For more information, see the Package Manager documentation

Usage

Once built, the tool can be invoked like this:

cgjprofile [--format="format string"] [--warn-expiration days] [--quiet] [path]

The Format String

The format string takes c-style placeholders:

  • %e ExpirationDate
  • %c CreationDate
  • %u UUID
  • %a AppIDName
  • %t TeamName
  • %n Name

Minimum width specifiers can be used, such as "%40u", adding spaces until the minimum length is met.

If no format string is provided, the default is "%u %t %n"

Expiration Warning

If provided, a warning will be given if the profile will expire in the given number of days

Quiet

What you expect it would do. No output other than errors and the return value

Path

If provided, the path to the profile to be checked. Otherwise, all installed profiles are checked.

Return Value

  • 0 on success
  • 1 if any profile was invalid

cgjprofile's People

Contributors

below avatar kreincke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

below

cgjprofile's Issues

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.