https://github.com/webcpu/universalbuild
build iOS/tvOS universal/fat framework
https://github.com/webcpu/universalbuild
fat-framework universal-framework xcode
Last synced: 7 months ago
JSON representation
build iOS/tvOS universal/fat framework
- Host: GitHub
- URL: https://github.com/webcpu/universalbuild
- Owner: webcpu
- License: mit
- Created: 2017-05-27T12:48:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T13:36:09.000Z (over 3 years ago)
- Last Synced: 2025-05-05T08:41:16.025Z (11 months ago)
- Topics: fat-framework, universal-framework, xcode
- Language: Haskell
- Homepage:
- Size: 23.4 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# universalbuild
build iOS/tvOS universal/fat framework
**Usage:**
universalbuild (-p|--project name.xcodeproj) (-s|--scheme schemename)
(-c|--configuration configurationname)
**Example:**
git clone https://github.com/cruisediary/Pastel.git
cd Pastel
universalbuild -p ./Pastel.xcodeproj -s Pastel -c Debug
**Installation:**
Download the latest binary release.
https://github.com/webcpu/universalbuild/releases/download/v1.2/universalbuild-1.2.zip
unzip ./universalbuild-1.2.zip
cd universalbuild-1.2
./install.sh
**More**
https://github.com/webcpu/universalbuild/blob/master/app/Main.hs