https://github.com/samdmarshall/sdk-builder
Script for building Xcode SDKs
https://github.com/samdmarshall/sdk-builder
Last synced: about 1 month ago
JSON representation
Script for building Xcode SDKs
- Host: GitHub
- URL: https://github.com/samdmarshall/sdk-builder
- Owner: samdmarshall
- Created: 2014-10-24T14:36:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T19:40:40.000Z (over 10 years ago)
- Last Synced: 2025-04-05T13:47:05.496Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#SDK Builder Script
This is a python script that will build and SDK bundle for Xcode that will appear in the drop-down under build settings. Additional resources are added by creating a SDK template directory with an SDKSettings.plist (see the included sample and [this project](https://github.com/samdmarshall/OSXPrivateSDK) to see how it is done).
###Usage:
$ python usage: SDKBuilder.py [-h] -s SDK [-u] [-f] [-v]required arguments:
-s SDK, --sdk SDK path to sdk template to build
optional arguments:
-h, --help show this help message and exit
-u, --update update sdk from template
-f, --force force action
-v, --verbose add verbosity