Giter Club home page Giter Club logo

cider-tool's Introduction

๐ŸŽ Cider Tool

Handy commands for iOS developers.

Installation

pip3 install -r requirements.txt

Program was created and tested on version 3.7.

Commmands

Analyze Bundle Archive

Analyze iOS app bundle. Displays relevant information.

$ python3 cider.py analyze --bundle <name of xcarchive>
$ python3 cider.py analyze --bundle "example.xcarchive"
ApplicationPath:    Applications/DemoApp.app
CFBundleIdentifier: com.acme.DemoApp
SigningIdentity:    iPhone Developer: John Doe (XXXXXXXXXX)
Team:               ZZYYXXWWUU

Doctor

Show information about the installed tooling and certifications.

$ python3 cider.py doctor
$ python3 cider.py doctor
Doctor summary (to see all details, run doctor --verbose):
[โœ“] Codesign tool installed
[โœ“] Xcode 10.1 (Build version 10B61) installed
[โœ“] Keychain developer certifications
    โœ— iPhone Developer: [email protected] (XXXXXXXXXX)
    โœ— iPhone Developer: [email protected] (XXXXXXXXXX)
[โœ“] Installed distribution certifications
    โœ— iPhone Distribution: Acme Corporation (ZZYYXXWWUU)

Amend Bundle Archive

Change bundle archive properties.

$ python3 cider.py amend --bundle <name of xcarchive>
$ python3 cider.py amend --bundle "example.xcarchive"
App Bundle Identifier [com.acme.DemoApp]: com.acme.NewDemoApp
Signing Identity [iPhone Developer: John Doe (ZZYYXXWWUU)]: iPhone Developer: Jane Doe (ZZYYXXWWUU)
Apple Developer Team Id [VVWWXXYYZZ]: ZZYYXXWWVV
+ Changed bundle identifier from 'com.acme.DemoAp to 'com.acme.NewDemoApp'
+ Changed signing identity from 'iPhone Developer: John Doe (ZZYYXXWWUU)' to 'iPhone Developer: Jane Doe (ZZYYXXWWUU)'
+ Changed team id from 'VVWWXXYYZZ' to 'ZZYYXXWWVV'

License

cider-tool's People

Contributors

rhohler avatar rickhohler avatar

Watchers

 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.