diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-14 06:33:47 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-23 17:26:46 -0700 |
commit | 9028c807b2ca1e9c8bba4a570c4c780cc962ca61 (patch) | |
tree | bd3f2bd03397b285244ec4ea4604c09341f4efc1 /packaging | |
parent | 32e6cde5481ec325f415a2a9953441ecb0091414 (diff) | |
download | subsurface-9028c807b2ca1e9c8bba4a570c4c780cc962ca61.tar.gz |
Change names of iOS build files
The name subsurface-ios was used in many places and that was just not helpful
to fight against. This should work much better.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Subsurface-mobile/MainForm.ui.qml (renamed from packaging/ios/subsurface-ios/MainForm.ui.qml) | 0 | ||||
-rw-r--r-- | packaging/ios/Subsurface-mobile/Subsurface-mobile.pro (renamed from packaging/ios/subsurface-ios/subsurface-ios.pro) | 0 | ||||
-rw-r--r-- | packaging/ios/Subsurface-mobile/deployment.pri (renamed from packaging/ios/subsurface-ios/deployment.pri) | 0 | ||||
-rw-r--r-- | packaging/ios/Subsurface-mobile/main.qml (renamed from packaging/ios/subsurface-ios/main.qml) | 0 | ||||
-rw-r--r-- | packaging/ios/Subsurface-mobile/qml.qrc (renamed from packaging/ios/subsurface-ios/qml.qrc) | 0 | ||||
-rw-r--r-- | packaging/ios/build.sh | 6 |
6 files changed, 3 insertions, 3 deletions
diff --git a/packaging/ios/subsurface-ios/MainForm.ui.qml b/packaging/ios/Subsurface-mobile/MainForm.ui.qml index 7913bb2b8..7913bb2b8 100644 --- a/packaging/ios/subsurface-ios/MainForm.ui.qml +++ b/packaging/ios/Subsurface-mobile/MainForm.ui.qml diff --git a/packaging/ios/subsurface-ios/subsurface-ios.pro b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro index e3f657eb2..e3f657eb2 100644 --- a/packaging/ios/subsurface-ios/subsurface-ios.pro +++ b/packaging/ios/Subsurface-mobile/Subsurface-mobile.pro diff --git a/packaging/ios/subsurface-ios/deployment.pri b/packaging/ios/Subsurface-mobile/deployment.pri index 265ce71f3..265ce71f3 100644 --- a/packaging/ios/subsurface-ios/deployment.pri +++ b/packaging/ios/Subsurface-mobile/deployment.pri diff --git a/packaging/ios/subsurface-ios/main.qml b/packaging/ios/Subsurface-mobile/main.qml index 26b1a7998..26b1a7998 100644 --- a/packaging/ios/subsurface-ios/main.qml +++ b/packaging/ios/Subsurface-mobile/main.qml diff --git a/packaging/ios/subsurface-ios/qml.qrc b/packaging/ios/Subsurface-mobile/qml.qrc index 7684346a5..7684346a5 100644 --- a/packaging/ios/subsurface-ios/qml.qrc +++ b/packaging/ios/Subsurface-mobile/qml.qrc diff --git a/packaging/ios/build.sh b/packaging/ios/build.sh index 06cbfacdc..2b19d08a9 100644 --- a/packaging/ios/build.sh +++ b/packaging/ios/build.sh @@ -26,9 +26,9 @@ LIBFTDI_VERSION=1.2 GITVERSION=$(git describe --tags --abbrev=12) CANONICALVERSION=$(git describe --tags --abbrev=12 | sed -e 's/-g.*$// ; s/^v//' | sed -e 's/-/./') MOBILEVERSION=$(grep MOBILE ../../cmake/Modules/version.cmake | cut -d\" -f 2) -echo "#define GIT_VERSION_STRING \"$GITVERSION\"" > subsurface-ios/ssrf-version.h -echo "#define CANONICAL_VERSION_STRING \"$CANONICALVERSION\"" >> subsurface-ios/ssrf-version.h -echo "#define MOBILE_VERSION_STRING \"$MOBILEVERSION\"" >> subsurface-ios/ssrf-version.h +echo "#define GIT_VERSION_STRING \"$GITVERSION\"" > subsurface-mobile/ssrf-version.h +echo "#define CANONICAL_VERSION_STRING \"$CANONICALVERSION\"" >> subsurface-mobile/ssrf-version.h +echo "#define MOBILE_VERSION_STRING \"$MOBILEVERSION\"" >> subsurface-mobile/ssrf-version.h # Build Subsurface-mobile by default SUBSURFACE_MOBILE=1 |