Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phallguy/pants-framework
iPhone framework for some common tasks shared by Apps In Your Pants applications.
https://github.com/phallguy/pants-framework
Last synced: about 2 months ago
JSON representation
iPhone framework for some common tasks shared by Apps In Your Pants applications.
- Host: GitHub
- URL: https://github.com/phallguy/pants-framework
- Owner: phallguy
- License: other
- Created: 2010-09-05T06:44:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-13T19:26:36.000Z (about 14 years ago)
- Last Synced: 2024-12-03T04:32:57.044Z (about 2 months ago)
- Language: Objective-C
- Homepage:
- Size: 408 KB
- Stars: 43
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
iPhone framework for some common tasks shared by [Apps In Your Pants][3] applications.
[![Creative Commons License][1]][2]
#Adding to your Project#
See [Easy, Modular Code Sharing Across iPhone Apps: Static Libraries and Cross-Project References][4] for details on adding the Pants-Framework to your project.
One additional step not mentioned in the guide is required to support class categories included in the project. In your _main project's_ build settings, add **`-ObjC -all_load`** to the **Other Linker Flags** property.
[1]: http://i.creativecommons.org/l/by-sa/3.0/88x31.png
[2]: http://creativecommons.org/licenses/by-sa/3.0/
[3]: http://appsinyourpants.com
[4]: http://www.clintharris.net/2009/iphone-app-shared-libraries/