Skip to content

adamvduke/ADiOSUtilities

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

Purpose:

ADiOSUtilities contains a number of targets for building static libraries with some classes that have been found to be helpful.

Building/Linking/Adding to your project:

All of the targets within the ADiOSUtilities project are ARC based. You will need an ARC compatible compiler. The current settings are designed to use the LLVM compiler available with the most recent release of Xcode.

There are a few steps to get your project to build and link the libraries.

  • Add the ADiOSUtilities.xcodeproj file to your Xcode project
  • Add the libraries that you would like to use to Build Phases -> Target Dependencies in your project's project file
  • Add the libraries that you would like to use to Build Phases -> Link Binary With Libraries in your project's project file
  • Add $(BUILT_PRODUCTS_DIR)/../ADiOSUtilities and $(BUILT_PRODUCTS_DIR)/../../ADiOSUtilities to the Header Search Paths section of your project file

Dependencies:

libARHelpers.a within ARiOSUtilities depends on AudioToolbox.framework. Add it to Build Phases -> Link Binary With Libraries in your project's project file.

Credits:

ARiOSUtilities includes ideas/code from

About

A collection of static libraries with re-useable iOS awesomeness

Resources

License

Stars

Watchers

Forks

Packages

No packages published