Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
Category Archives: Tutorial
Tutorial: Open Source on iOS (Part 3): Creating Pseudo-Frameworks
On Mac OS X frameworks provide a convenient way to package the dynamic libraries and header files into a single directory structure making it easier to include them in Xcode projects. Apple does not allow dynamic libraries (other than ones … Continue reading
Posted in Tutorial
Leave a comment
Tutorial: Open Source on iOS (Part 2): Compiling libogg on iOS
In this tutorial you will learn how to compile open source libraries that use the GNU Build System (GBS) for iOS. I’ll be using the open source libogg library as an example, but the techniques you use should be useful … Continue reading
Posted in Tutorial
13 Comments
Tutorial: Open Source on iOS (Part 1): Build Your Tools
This the first in a series of tutorials explaining how to compile popular open source libraries for iOS. In this tutorial you will download and compile a number of tools used in the GNU Build System used by many open … Continue reading
Posted in Tutorial
Tagged autoconf, automake, Compiling Open Source on iOS, GNU Build System, libtool
5 Comments