Skip to content
Snippets Groups Projects
Commit 69e0ae3a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent edd45b3f
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,10 @@ check
make androidProject
check
# Potentially modify source tree for alternate branding
# Onelab/Mobile package
cd Onelab
if [ ! -d "libs/armeabi-v7a/" ]; then mkdir -p libs/armeabi-v7a/; fi
......
......@@ -80,6 +80,9 @@ cd $gmsh_svn/contrib/mobile/build_ios
cmake -DCMAKE_INCLUDE_PATH="$frameworks_dir;$getdp_svn" ..
make xcodeProject
# Potentially modify source tree for alternate branding
#TODO
#xcodebuild -project "Onelab" -target "Onelab" -configuration Release
#xcrun -sdk iphoneos PackageApplication -v "Onelab.app" -o "Onelab.ipa" --sign "iPhone Distribution: Your Signature\" --embed enterprise.mobileprovision
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment