mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:03:24 +00:00
iOS: corrected ^space to tab
Corrected to use correct code style. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
2c29cc96a3
commit
8341165999
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ echo "#define MOBILE_VERSION_STRING \"$MOBILEVERSION\"" >> subsurface-mobile/ssr
|
||||||
|
|
||||||
BUNDLE=org.subsurface-divelog.subsurface-mobile
|
BUNDLE=org.subsurface-divelog.subsurface-mobile
|
||||||
if [ "${IOS_BUNDLE_PRODUCT_IDENTIFIER}" != "" ] ; then
|
if [ "${IOS_BUNDLE_PRODUCT_IDENTIFIER}" != "" ] ; then
|
||||||
BUNDLE=${IOS_BUNDLE_PRODUCT_IDENTIFIER}
|
BUNDLE=${IOS_BUNDLE_PRODUCT_IDENTIFIER}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create Info.plist with the correct versions
|
# create Info.plist with the correct versions
|
||||||
|
|
Loading…
Add table
Reference in a new issue