Skip to content

Commit

Permalink
Fix bug: CryptoKit craches apps with iOS version below 13
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Apr 7, 2020
1 parent b15d984 commit 347dddc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MisskeyKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,10 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_LDFLAGS = (
"-weak_framework",
CryptoKit,
);
PRODUCT_BUNDLE_IDENTIFIER = yuwd.MisskeyKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -531,6 +535,10 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
OTHER_LDFLAGS = (
"-weak_framework",
CryptoKit,
);
PRODUCT_BUNDLE_IDENTIFIER = yuwd.MisskeyKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
Binary file not shown.

0 comments on commit 347dddc

Please sign in to comment.