File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 649
649
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
650
650
GCC_WARN_UNUSED_FUNCTION = YES;
651
651
GCC_WARN_UNUSED_VARIABLE = YES;
652
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
652
653
MACOSX_DEPLOYMENT_TARGET = 10.12;
653
654
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
654
655
MTL_FAST_MATH = YES;
709
710
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
710
711
GCC_WARN_UNUSED_FUNCTION = YES;
711
712
GCC_WARN_UNUSED_VARIABLE = YES;
713
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
712
714
MACOSX_DEPLOYMENT_TARGET = 10.12;
713
715
MTL_ENABLE_DEBUG_INFO = NO;
714
716
MTL_FAST_MATH = YES;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ let package = Package(
31
31
name: " MarkdownKit " ,
32
32
platforms: [
33
33
. macOS( . v10_12) ,
34
- . iOS( . v12 )
34
+ . iOS( . v13 )
35
35
] ,
36
36
products: [
37
37
. library( name: " MarkdownKit " , targets: [ " MarkdownKit " ] ) ,
You can’t perform that action at this time.
0 commit comments