All Projects → macmade → Objc Uti

macmade / Objc Uti

Licence: mit
Objective-C wrapper for Uniform Type Identifiers (UTIs)

Programming Languages

type
21 projects

Projects that are alternatives of or similar to Objc Uti

Crosswindow
💻📱 A cross platform system abstraction library written in C++ for managing windows and performing OS tasks.
Stars: ✭ 155 (+2114.29%)
Mutual labels:  uikit, cocoa
Objcxx
Stars: ✭ 54 (+671.43%)
Mutual labels:  wrapper, cocoa
Xuikit
📦 XUIKIt is a UI framework for macOS, it extends a lot of methods similar to UIKit.
Stars: ✭ 90 (+1185.71%)
Mutual labels:  uikit, cocoa
Fruity
Rusty bindings for Apple libraries
Stars: ✭ 72 (+928.57%)
Mutual labels:  uikit, cocoa
Uikitplus
🏰 Declarative UIKit with LivePreview for iOS9+ (best alternative to SwiftUI)
Stars: ✭ 294 (+4100%)
Mutual labels:  wrapper, uikit
Alertift
Swifty, modern UIAlertController wrapper.
Stars: ✭ 242 (+3357.14%)
Mutual labels:  wrapper, uikit
Cacao
Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
Stars: ✭ 205 (+2828.57%)
Mutual labels:  uikit, cocoa
Fluentui Apple
UIKit and AppKit controls for building native Microsoft experiences
Stars: ✭ 459 (+6457.14%)
Mutual labels:  uikit, cocoa
WebPKit
A framework that extends a variety of Cocoa APIs with capabilities for encoding and decoding WebP files for all of Apple's platforms.
Stars: ✭ 29 (+314.29%)
Mutual labels:  uikit, cocoa
trace-cocoa-sdk
Catch bugs before they reach production — get detailed crash reports and monitor how your app is performing across the entire install base.
Stars: ✭ 15 (+114.29%)
Mutual labels:  uikit, cocoa
Stprivilegedtask
An NSTask-like wrapper around the macOS Security Framework's AEWP function to run shell commands with root privileges in Objective-C / Cocoa.
Stars: ✭ 335 (+4685.71%)
Mutual labels:  wrapper, cocoa
Swiftai
SwiftAI, write Swift code smart. SwiftAI can generate Model class from JSON now. Codable and HandyJSON is supported. More features will be add.
Stars: ✭ 470 (+6614.29%)
Mutual labels:  uikit, cocoa
Wfcolorcode
NSColor extension adding ability to handle HSL color space and CSS3 style color codes
Stars: ✭ 16 (+128.57%)
Mutual labels:  cocoa
Automatic Client
Client wrapper for the Automatic Link
Stars: ✭ 22 (+214.29%)
Mutual labels:  wrapper
F32 For Android
Android library for temperature conversions and weather forecasts. Includes wrapper for OpenWeatherMap API
Stars: ✭ 16 (+128.57%)
Mutual labels:  wrapper
Verticalcardswiper
A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Stars: ✭ 830 (+11757.14%)
Mutual labels:  uikit
Simple Bigtable
Stars: ✭ 24 (+242.86%)
Mutual labels:  wrapper
Go Git Cmd Wrapper
A simple wrapper around git command in Go.
Stars: ✭ 22 (+214.29%)
Mutual labels:  wrapper
Giantbomb
A PHP wrapper for GiantBomb API
Stars: ✭ 5 (-28.57%)
Mutual labels:  wrapper
Tensorflow.jl
A Julia wrapper for TensorFlow
Stars: ✭ 822 (+11642.86%)
Mutual labels:  wrapper

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].