Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Add script to package the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Nov 10, 2018
1 parent 808b28f commit cffce86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/Carthage
/Frameworks
/build
/mkall-ios-v*.tar.gz
6 changes: 6 additions & 0 deletions package.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
set -ex
git clean -dffx
xcodebuild
tarball=mkall-ios-`git describe --tags`.tar.gz
(cd build/Release-iphoneos/ && tar -czf ../../$tarball mkall.framework)

0 comments on commit cffce86

Please sign in to comment.