Skip to content

Commit

Permalink
Xcode reco bumps and ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Jun 4, 2024
1 parent 3dae6be commit 9bab345
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1300;
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1540;
TargetAttributes = {
BC920323270272C9001F0213 = {
CreatedOnToolsVersion = 13.0;
Expand Down Expand Up @@ -570,6 +570,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -630,6 +631,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down Expand Up @@ -735,7 +737,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.3.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -775,7 +777,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.3.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -887,7 +889,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.3.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -927,7 +929,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 8.3.0;
MARKETING_VERSION = 8.3.4;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1540"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 9bab345

Please sign in to comment.