Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
UTI
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Objective-C wrapper for Uniform Type Identifiers (UTIs)

Build Status Coverage Status Issues Status License Contact
Donate-Patreon Donate-Gratipay Donate-Paypal

About

This project consists of an Objective-C wrapper for all the UTI functions available from the LaunchServices framework.

The goal is to provide an object-oriented approach to the Uniform Type Identifier system, using Objective-C (Foundation) data types, rather than CoreFoundation types, which may be painful to use, especially with ARC.

Swift support

This project is fully compatible with Swift.

In order to use the UTI class from Swift, simply link with UTI.framework and:

import UTI

Targets

The following targets are available:

  • OS X static library (.a).
  • OS X framework (.framework).
  • iOS static library (.a).

Supported platforms

  • OS X deployment target: OS X 10.6
  • iOS deployment target: iOS 6.0

Documentation

Documentation and API reference can be found at: http://doc.xs-labs.com/objc-uti/

License

The project is released under the terms of the MIT License.

Repository Infos

Owner:			Jean-David Gadina - XS-Labs
Web:			www.xs-labs.com
Blog:			www.noxeos.com
Twitter:		@macmade
GitHub:			github.com/macmade
LinkedIn:		ch.linkedin.com/in/macmade/
StackOverflow:	stackoverflow.com/users/182676/macmade
You can’t perform that action at this time.