Xcode 13 support, fix some warnings, remove suppressions#130
Conversation
There was a problem hiding this comment.
previously using a messy dictionary structure for what amounted to 3 properties (likely no worse performance-wise than nested dictionaries)
| IPHONEOS_DEPLOYMENT_TARGET = 12.0 | ||
| WATCHOS_DEPLOYMENT_TARGET = 3.0 | ||
| TVOS_DEPLOYMENT_TARGET = 12.0 | ||
| MACOSX_DEPLOYMENT_TARGET = 10.12 |
There was a problem hiding this comment.
update deployment targets
| WARNING_CFLAGS_XCODE_1000 = -Wno-objc-messaging-id | ||
| WARNING_CFLAGS_XCODE_1100 = $(WARNING_CFLAGS_XCODE_1000) | ||
| WARNING_CFLAGS_XCODE_1200 = $(WARNING_CFLAGS_XCODE_1000) | ||
| WARNING_CFLAGS = -Weverything -Wno-error=deprecated -Wno-objc-missing-property-synthesis -Wno-gnu-conditional-omitted-operand -Wno-gnu -Wno-documentation-unknown-command -Wno-reserved-id-macro -Wno-auto-import -Wno-missing-variable-declarations -Wno-c++98-compat -Werror -Wno-direct-ivar-access -Wno-padded |
There was a problem hiding this comment.
remove suppression on -Wobjc-messaging-id
Codecov Report
@@ Coverage Diff @@
## master #130 +/- ##
=======================================
Coverage 97.92% 97.93%
=======================================
Files 14 14
Lines 965 969 +4
=======================================
+ Hits 945 949 +4
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|

No description provided.