Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Feb 5, 2024
1 parent 40a4f60 commit ae8e475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configs/Module-Shared.xcconfig
Expand Up @@ -210,7 +210,7 @@ LIBRARY_SEARCH_PATHS = $(inherited)
// Code will load on this and later versions of macOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs.
MACOSX_DEPLOYMENT_TARGET = 10.13

MARKETING_VERSION = 3.8.2
MARKETING_VERSION = 3.8.3

MODULE_VERIFIER_SUPPORTED_LANGUAGES = objective-c objective-c++;
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = gnu99 gnu++11;
Expand Down

0 comments on commit ae8e475

Please sign in to comment.