Skip to content

Commit

Permalink
version 0.4.0 (1): Any size, contacts, pp fix, convos
Browse files Browse the repository at this point in the history
  • Loading branch information
flowcrypt-machine-user committed Nov 10, 2021
1 parent 9ba1f40 commit 7ff834a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions FlowCrypt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 0.3.2;
MARKETING_VERSION = 0.4.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.enterprise;
PRODUCT_NAME = FlowCrypt;
Expand Down Expand Up @@ -3371,7 +3371,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 0.3.2;
MARKETING_VERSION = 0.4.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.debug;
PRODUCT_NAME = FlowCrypt;
Expand Down Expand Up @@ -3431,7 +3431,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 0.3.2;
MARKETING_VERSION = 0.4.0;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.consumer;
PRODUCT_NAME = FlowCrypt;
Expand Down
4 changes: 2 additions & 2 deletions FlowCrypt/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
Expand All @@ -76,7 +78,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit 7ff834a

Please sign in to comment.