Enable usage of iOS resources from both xcode and theos makefile. Creates iOS package.

This commit is contained in:
xawotihs
2015-09-13 20:54:25 +02:00
parent acfd0bf104
commit 24187b8413
14 changed files with 852 additions and 41 deletions

View File

@@ -18,7 +18,7 @@ script:
- /usr/local/opt/qt5/bin/qmake projects/mtg/wagic-qt.pro CONFIG+=graphics
- make -j 4 dmg
- cd projects/mtg/iOS
- make -j 4
- make -j 4 package
after_success:
- python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l wagic.dmg -r Wagic-macosx.dmg -b $TRAVIS_BRANCH