Skip to content

Commit

Permalink
Merge pull request #1214 from deltachat/prep-1.20.3
Browse files Browse the repository at this point in the history
prepare 1.20.3
  • Loading branch information
cyBerta authored May 14, 2021
2 parents e1d7016 + c081d61 commit 0abcc00
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Delta Chat iOS Changelog

## 1.20.3
2021-05

* fix "show in chat" function in profile's gallery and document views
* fix: less 0xdead10cc exceptions in background
* update dependecies
* update translations


## 1.20.2
2021-05

Expand Down
16 changes: 8 additions & 8 deletions deltachat-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1540,13 +1540,13 @@
CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 55;
CURRENT_PROJECT_VERSION = 56;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = DcShare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 1.20.2;
MARKETING_VERSION = 1.20.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
Expand All @@ -1565,13 +1565,13 @@
CODE_SIGN_ENTITLEMENTS = DcShare/DcShare.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 55;
CURRENT_PROJECT_VERSION = 56;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = DcShare/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
MARKETING_VERSION = 1.20.2;
MARKETING_VERSION = 1.20.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = chat.delta.DcShare;
PRODUCT_NAME = "Delta Chat";
Expand Down Expand Up @@ -1705,7 +1705,7 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 55;
CURRENT_PROJECT_VERSION = 56;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1722,7 +1722,7 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
);
MARKETING_VERSION = 1.20.2;
MARKETING_VERSION = 1.20.3;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down Expand Up @@ -1779,7 +1779,7 @@
CODE_SIGN_ENTITLEMENTS = "deltachat-ios/deltachat-ios.entitlements";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 55;
CURRENT_PROJECT_VERSION = 56;
DEVELOPMENT_TEAM = 8Y86453UA8;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1796,7 +1796,7 @@
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/release",
"$(PROJECT_DIR)/deltachat-ios/libraries/deltachat-core-rust/target/universal/debug",
);
MARKETING_VERSION = 1.20.2;
MARKETING_VERSION = 1.20.3;
OTHER_CFLAGS = (
"$(inherited)",
"-isystem",
Expand Down

0 comments on commit 0abcc00

Please sign in to comment.