Giter Site home page Giter Site logo

provisioninginfo's Introduction

This is a OSX utility app to obtain all the provisioning profiles (.mobileprovision files) in your mac. You have access to all the infos about your provisioning profiles:

  • list of all the provisioning profiles in your default path (/User/Library/MobileDevice/Provisioning Profiles) or a custom path by your choice
  • "show in finder" option
  • delete a single provisioning profile
  • filter the provisioning profiles by Name/TeamName/ExpirationDate
  • filter the provisioning profiles by Developer Profiles / Distribution Profiles / All Profiles

Main features:

  • Minimum OS: OS 10.9
  • ARC
  • Language used: Objective-C

#INSTALLATION

You can open the xcode project and build it or open directly the app.

#HELPER CLASSES

  • NSScrollView+MultiLine

Category of NSScrollView to access directly to the textview of the scrollview. You have two utility methods:

To append a string to the existing string value of the textview of the scrollview.

- (void)appendStringValue:(NSString*)string;

To set the string to the existing string value of the textview of the scrollview.

- (void)setStringValue:(NSString*)string;

  • ProvisioningProfileBean

Bean that represents the provisioning profile. You can init it by calling:

- (id)initWithPath:(NSString *)path;

You have a lot of public properties you can access:

@property (nonatomic, strong) NSString *name;
@property (nonatomic, strong) NSString *teamName;
@property (nonatomic, strong) NSString *valid;
@property (nonatomic, strong) NSString *debug;
@property (nonatomic, strong) NSDate *creationDate;
@property (nonatomic, strong) NSDate *expirationDate;
@property (nonatomic, strong) NSString *UUID;
@property (nonatomic, strong) NSArray *devices;
@property (nonatomic) NSInteger timeToLive;
@property (nonatomic, strong) NSString *applicationIdentifier;
@property (nonatomic, strong) NSString *bundleIdentifier;
@property (nonatomic, strong) NSArray *certificates;
@property (nonatomic) NSInteger version;
@property (nonatomic, strong) NSArray *prefixes;
@property (nonatomic, strong) NSString *appIdName;
@property (nonatomic, strong) NSString *teamIdentifier;
@property (nonatomic, strong) NSString *path;

#RELEASE LOG

1.0 First committ

1.2 Added compatibility with OSX certificates: now the app supports also .provisionprofile extensions, parses them and shows them in the UI. Now the app shows also the platform type: OSX or iOS.

Screens:

alt text

provisioninginfo's People

Contributors

ligeiarowena avatar fcorsini avatar

Watchers

James Cloos 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.