forked from organicmaps/organicmaps
[ios] Changed version to 2.0
This commit is contained in:
parent
a78a5f1f0b
commit
4e1f6cfc8a
3 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# To use it, define ROOT_DIR variable and include($$ROOT_DIR/common.pri)
|
||||
|
||||
# our own version variables
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MAJOR = 2
|
||||
VERSION_MINOR = 0
|
||||
|
||||
# qt's variable
|
||||
|
|
|
@ -2648,7 +2648,7 @@
|
|||
CODE_SIGN_IDENTITY = "Don't Code Sign";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1.0.1;
|
||||
CURRENT_PROJECT_VERSION = 2.0;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
@ -2687,7 +2687,7 @@
|
|||
CODE_SIGN_IDENTITY = "iPhone Distribution: Yury Melnichek";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
CURRENT_PROJECT_VERSION = 1.0.1;
|
||||
CURRENT_PROJECT_VERSION = 2.0;
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
@ -2740,7 +2740,7 @@
|
|||
CODE_SIGN_IDENTITY = "Don't Code Sign";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1.0.1;
|
||||
CURRENT_PROJECT_VERSION = 2.0;
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
@ -2791,7 +2791,7 @@
|
|||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1.0.1;
|
||||
CURRENT_PROJECT_VERSION = 2.0;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
@ -2844,7 +2844,7 @@
|
|||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 1.0.1;
|
||||
CURRENT_PROJECT_VERSION = 2.0;
|
||||
GCC_DYNAMIC_NO_PIC = YES;
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
|
|
@ -28,13 +28,13 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.1</string>
|
||||
<string>2.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array/>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.1</string>
|
||||
<string>2.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue