summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-11 08:01:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-11 07:23:08 -0700
commit83411659992d6d881a0c44f2e380276d3540717b (patch)
treef36b0593c3c2fda792b719e334fa3a163b127f08 /packaging
parent2c29cc96a34a45af2586c4d88527fd870648d933 (diff)
downloadsubsurface-83411659992d6d881a0c44f2e380276d3540717b.tar.gz
iOS: corrected ^space to tab
Corrected to use correct code style. Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/ios/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh
index 4f926da4c..0b7ec71cf 100755
--- a/packaging/ios/build.sh
+++ b/packaging/ios/build.sh
@@ -60,7 +60,7 @@ echo "#define MOBILE_VERSION_STRING \"$MOBILEVERSION\"" >> subsurface-mobile/ssr
BUNDLE=org.subsurface-divelog.subsurface-mobile
if [ "${IOS_BUNDLE_PRODUCT_IDENTIFIER}" != "" ] ; then
- BUNDLE=${IOS_BUNDLE_PRODUCT_IDENTIFIER}
+ BUNDLE=${IOS_BUNDLE_PRODUCT_IDENTIFIER}
fi
# create Info.plist with the correct versions