Skip to content

Commit 7ff834a

Browse files
version 0.4.0 (1): Any size, contacts, pp fix, convos
1 parent 9ba1f40 commit 7ff834a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

FlowCrypt.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@
29862986
"@executable_path/Frameworks",
29872987
);
29882988
LIBRARY_SEARCH_PATHS = "$(inherited)";
2989-
MARKETING_VERSION = 0.3.2;
2989+
MARKETING_VERSION = 0.4.0;
29902990
ONLY_ACTIVE_ARCH = YES;
29912991
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.enterprise;
29922992
PRODUCT_NAME = FlowCrypt;
@@ -3371,7 +3371,7 @@
33713371
"@executable_path/Frameworks",
33723372
);
33733373
LIBRARY_SEARCH_PATHS = "$(inherited)";
3374-
MARKETING_VERSION = 0.3.2;
3374+
MARKETING_VERSION = 0.4.0;
33753375
ONLY_ACTIVE_ARCH = YES;
33763376
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.debug;
33773377
PRODUCT_NAME = FlowCrypt;
@@ -3431,7 +3431,7 @@
34313431
"@executable_path/Frameworks",
34323432
);
34333433
LIBRARY_SEARCH_PATHS = "$(inherited)";
3434-
MARKETING_VERSION = 0.3.2;
3434+
MARKETING_VERSION = 0.4.0;
34353435
ONLY_ACTIVE_ARCH = YES;
34363436
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.consumer;
34373437
PRODUCT_NAME = FlowCrypt;

FlowCrypt/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
</array>
5353
<key>CFBundleVersion</key>
5454
<string>$(CURRENT_PROJECT_VERSION)</string>
55+
<key>ITSAppUsesNonExemptEncryption</key>
56+
<false/>
5557
<key>LSRequiresIPhoneOS</key>
5658
<true/>
5759
<key>LSSupportsOpeningDocumentsInPlace</key>
@@ -76,7 +78,5 @@
7678
<string>UIInterfaceOrientationLandscapeLeft</string>
7779
<string>UIInterfaceOrientationLandscapeRight</string>
7880
</array>
79-
<key>ITSAppUsesNonExemptEncryption</key>
80-
<false/>
8181
</dict>
8282
</plist>

0 commit comments

Comments
 (0)