Skip to content

Commit 5c5b99d

Browse files
committed
Updated deployment targets and README
[ci skip]
1 parent a20478e commit 5c5b99d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CryptomatorCryptoLib.xcodeproj/project.pbxproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
GCC_WARN_UNUSED_FUNCTION = YES;
538538
GCC_WARN_UNUSED_VARIABLE = YES;
539539
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
540-
MACOSX_DEPLOYMENT_TARGET = 10.12;
540+
MACOSX_DEPLOYMENT_TARGET = 10.15;
541541
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
542542
MTL_FAST_MATH = YES;
543543
ONLY_ACTIVE_ARCH = YES;
@@ -597,7 +597,7 @@
597597
GCC_WARN_UNUSED_FUNCTION = YES;
598598
GCC_WARN_UNUSED_VARIABLE = YES;
599599
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
600-
MACOSX_DEPLOYMENT_TARGET = 10.12;
600+
MACOSX_DEPLOYMENT_TARGET = 10.15;
601601
MTL_ENABLE_DEBUG_INFO = NO;
602602
MTL_FAST_MATH = YES;
603603
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=200 -Xfrontend -warn-long-function-bodies=200";
@@ -620,7 +620,6 @@
620620
DYLIB_INSTALL_NAME_BASE = "@rpath";
621621
INFOPLIST_FILE = Sources/CryptomatorCryptoLib/Info.plist;
622622
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
623-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
624623
LD_RUNPATH_SEARCH_PATHS = (
625624
"$(inherited)",
626625
"@executable_path/Frameworks",
@@ -645,7 +644,6 @@
645644
DYLIB_INSTALL_NAME_BASE = "@rpath";
646645
INFOPLIST_FILE = Sources/CryptomatorCryptoLib/Info.plist;
647646
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
648-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
649647
LD_RUNPATH_SEARCH_PATHS = (
650648
"$(inherited)",
651649
"@executable_path/Frameworks",

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ For more information on the Cryptomator encryption scheme, visit the security ar
1111

1212
## Requirements
1313

14-
- iOS 9.0 or higher
15-
- macOS 10.12 or higher
14+
- iOS 13.0 or higher
15+
- macOS 10.15 or higher
1616

1717
## Installation
1818

@@ -178,8 +178,9 @@ Please read our [contribution guide](.github/CONTRIBUTING.md), if you would like
178178

179179
In general, the following preference is used to choose the implementation of cryptographic primitives:
180180

181-
1. Apple Swift Crypto (HMAC)
182-
2. Apple CommonCrypto (AES-CTR, RFC 3394 Key Derivation)
181+
1. Apple CryptoKit (AES-GCM)
182+
2. Apple Swift Crypto (HMAC)
183+
3. Apple CommonCrypto (AES-CTR, RFC 3394 Key Derivation)
183184

184185
This project uses [SwiftFormat](https://github.com/nicklockwood/SwiftFormat) and [SwiftLint](https://github.com/realm/SwiftLint) to enforce code style and conventions. Install these tools if you haven't already.
185186

0 commit comments

Comments
 (0)