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

up

parent 7ffb7917
No related branches found
No related tags found
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.geuz.onelab" package="org.geuz.onelab"
android:versionName="2.3.0" android:versionName="2.3.0"
android:versionCode="46" android:versionCode="47"
android:installLocation="auto" > android:installLocation="auto" >
<uses-sdk android:minSdkVersion="16" <uses-sdk android:minSdkVersion="16"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<key>CFBundleName</key><string>${PRODUCT_NAME}</string> <key>CFBundleName</key><string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key><string>APPL</string> <key>CFBundlePackageType</key><string>APPL</string>
<key>CFBundleShortVersionString</key><string>2.3.0</string> <key>CFBundleShortVersionString</key><string>2.3.0</string>
<key>CFBundleVersion</key><string>46</string> <key>CFBundleVersion</key><string>47</string>
<key>CFBundleSignature</key><string>????</string> <key>CFBundleSignature</key><string>????</string>
<key>LSRequiresIPhoneOS</key><true/> <key>LSRequiresIPhoneOS</key><true/>
<key>UIFileSharingEnabled</key><true/> <key>UIFileSharingEnabled</key><true/>
......
#!/usr/bin/env bash #!/usr/bin/env bash
version=2.3.0 version=2.3.0
build=46 # must be incremented for each submitted build build=47 # must be incremented for each submitted build
mobile="${HOME}/src/gmsh/contrib/mobile" mobile="${HOME}/src/gmsh/contrib/mobile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment