Skip to content

Commit dbfd4a2

Browse files
committed
Merge branch 'release/3.4.1'
2 parents 32ed0f9 + 7086472 commit dbfd4a2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MEGA.xcodeproj/project.pbxproj

+4-2
Original file line numberDiff line numberDiff line change
@@ -2006,9 +2006,10 @@
20062006
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
20072007
GCC_WARN_UNUSED_FUNCTION = YES;
20082008
GCC_WARN_UNUSED_VARIABLE = YES;
2009-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
2009+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
20102010
MTL_ENABLE_DEBUG_INFO = YES;
20112011
ONLY_ACTIVE_ARCH = YES;
2012+
OTHER_CFLAGS = "-DNDEBUG";
20122013
OTHER_LDFLAGS = "-ObjC";
20132014
SDKROOT = iphoneos;
20142015
};
@@ -2043,8 +2044,9 @@
20432044
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
20442045
GCC_WARN_UNUSED_FUNCTION = YES;
20452046
GCC_WARN_UNUSED_VARIABLE = YES;
2046-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
2047+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
20472048
MTL_ENABLE_DEBUG_INFO = NO;
2049+
OTHER_CFLAGS = "-DNDEBUG";
20482050
OTHER_LDFLAGS = "-ObjC";
20492051
SDKROOT = iphoneos;
20502052
VALIDATE_PRODUCT = YES;

iMEGA/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<key>CFBundlePackageType</key>
3737
<string>APPL</string>
3838
<key>CFBundleShortVersionString</key>
39-
<string>3.4</string>
39+
<string>3.4.1</string>
4040
<key>CFBundleSignature</key>
4141
<string>????</string>
4242
<key>CFBundleURLTypes</key>
@@ -51,7 +51,7 @@
5151
</dict>
5252
</array>
5353
<key>CFBundleVersion</key>
54-
<string>47</string>
54+
<string>50</string>
5555
<key>ITSAppUsesNonExemptEncryption</key>
5656
<false/>
5757
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)