diff --git a/contrib/mobile/utils/onelab_android_build.sh b/contrib/mobile/utils/onelab_android_build.sh index 032273222ff2562e20c7b03c749f4ceb02bc0879..e4a3557a53b71371d6cd1f4a090c976b51b7c6b9 100755 --- a/contrib/mobile/utils/onelab_android_build.sh +++ b/contrib/mobile/utils/onelab_android_build.sh @@ -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 diff --git a/contrib/mobile/utils/onelab_ios_build.sh b/contrib/mobile/utils/onelab_ios_build.sh index 73e5b8eeb0992b5ec2bcfd1683bd4e7848402560..6e7930880a19db1939d2360365f7463609d9cd03 100755 --- a/contrib/mobile/utils/onelab_ios_build.sh +++ b/contrib/mobile/utils/onelab_ios_build.sh @@ -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