Skip to content

pkkup/hacktoolkit-ios_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hacktoolkit-ios_lib (Hacktoolkit for iOS)

This library project has many useful wrappers, data structures, and reusable components for iOS programming.

Currently, CocoaPods does not support Swift source files. To use, add this project as a submodule.

  • git submodule add [email protected]:hacktoolkit/hacktoolkit-ios_lib.git htk
  • Import the htk/Hacktoolkit directory into Xcode.
    • Add Files to "YOURPROJECT"...
    • Navigate to and select htk/Hacktoolkit
    • Select Create groups for added folders radio
  • After the initial setup, future updates can be done like so:
    • cd htk
    • git pull
    • git submodule update --init (--init can be left off after the initial update)

Requirements

  • N/A

Sample Projects using Hacktoolkit for iOS

License

Packages

No packages published

Languages

  • Swift 98.8%
  • Ruby 1.2%