Skip to content

Commit

Permalink
Merge branch 'release/0.31.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jan 13, 2023
2 parents 5f6abb1 + 174f869 commit b3c7e5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Configuration/Global.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@ ENABLE_NS_ASSERTIONS[config=CI][arch=*][sdk=*] = YES
ENABLE_NS_ASSERTIONS[config=Debug][arch=*][sdk=*] = YES

ENABLE_STRICT_OBJC_MSGSEND = YES
ENABLE_TESTABILITY = YES
ENABLE_TESTABILITY = NO
ENABLE_TESTABILITY[config=CI][arch=*][sdk=*] = YES
ENABLE_TESTABILITY[config=Debug][arch=*][sdk=*] = YES
GCC_C_LANGUAGE_STANDARD = gnu11
GCC_DYNAMIC_NO_PIC = NO
GCC_NO_COMMON_BLOCKS = YES
GCC_OPTIMIZATION_LEVEL = 0
GCC_OPTIMIZATION_LEVEL[config=CI][arch=*][sdk=*] = 0
GCC_OPTIMIZATION_LEVEL[config=Debug][arch=*][sdk=*] = 0
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
GCC_WARN_UNDECLARED_SELECTOR = YES
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION = 0.31.5
MARKETING_VERSION = 0.31.6

0 comments on commit b3c7e5a

Please sign in to comment.