File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ github "Exyte/SVGView"
115
115
116
116
# Requirements
117
117
118
- * iOS 13 + / watchOS 13 + / tvOS 13 + / macOS 11+
118
+ * iOS 14 + / watchOS 6 + / tvOS 14 + / macOS 11+
119
119
* Xcode 11+
120
120
121
121
## Our other open source SwiftUI libraries
Original file line number Diff line number Diff line change 734
734
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
735
735
GCC_WARN_UNUSED_FUNCTION = YES;
736
736
GCC_WARN_UNUSED_VARIABLE = YES;
737
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
737
738
MACOSX_DEPLOYMENT_TARGET = 11.0;
738
739
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
739
740
MTL_FAST_MATH = YES;
740
741
ONLY_ACTIVE_ARCH = YES;
741
742
SDKROOT = macosx;
742
743
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
743
744
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
745
+ TVOS_DEPLOYMENT_TARGET = 14.0;
744
746
VERSIONING_SYSTEM = "apple-generic";
745
747
VERSION_INFO_PREFIX = "";
748
+ WATCHOS_DEPLOYMENT_TARGET = 6.0;
746
749
};
747
750
name = Debug;
748
751
};
792
795
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
793
796
GCC_WARN_UNUSED_FUNCTION = YES;
794
797
GCC_WARN_UNUSED_VARIABLE = YES;
798
+ IPHONEOS_DEPLOYMENT_TARGET = 14.0;
795
799
MACOSX_DEPLOYMENT_TARGET = 11.0;
796
800
MTL_ENABLE_DEBUG_INFO = NO;
797
801
MTL_FAST_MATH = YES;
798
802
SDKROOT = macosx;
799
803
SWIFT_COMPILATION_MODE = wholemodule;
800
804
SWIFT_OPTIMIZATION_LEVEL = "-O";
805
+ TVOS_DEPLOYMENT_TARGET = 14.0;
801
806
VERSIONING_SYSTEM = "apple-generic";
802
807
VERSION_INFO_PREFIX = "";
808
+ WATCHOS_DEPLOYMENT_TARGET = 6.0;
803
809
};
804
810
name = Release;
805
811
};
You can’t perform that action at this time.
0 commit comments