disable bitcode and remove unsupported Info.plist key

This commit is contained in:
Danmei Chen 2019-06-26 15:00:13 +02:00
parent 2ff978fa00
commit fb0818cf75
2 changed files with 4 additions and 2 deletions

View file

@ -110,8 +110,6 @@
</dict>
<key>NSVoIPUsageDescription</key>
<string>Make audio/video calls</string>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIApplicationShortcutItems</key>
<array>
<dict>

View file

@ -5462,6 +5462,7 @@
COMPRESS_PNG_FILES = NO;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = Z2V957B3D6;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
@ -5566,6 +5567,7 @@
COMPRESS_PNG_FILES = NO;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = Z2V957B3D6;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = s;
@ -5667,6 +5669,7 @@
COMPRESS_PNG_FILES = NO;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = Z2V957B3D6;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = s;
@ -5768,6 +5771,7 @@
COMPRESS_PNG_FILES = NO;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = Z2V957B3D6;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = s;