Skip to content

Commit

Permalink
Merge pull request #22 from BugSplat-Git/deployment-target
Browse files Browse the repository at this point in the history
fix: update min deployment target
  • Loading branch information
geoffraeder authored Oct 21, 2023
2 parents 6bfcffd + 78ed5cf commit 50141f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions BugsplatMac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
Expand Down Expand Up @@ -698,7 +698,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -728,6 +728,7 @@
"$(inherited)",
"$(PROJECT_DIR)/BugsplatMac/Vendor/PLCrashReporter",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsplat.BugsplatMac;
PRODUCT_NAME = BugsplatMac;
Expand Down Expand Up @@ -757,6 +758,7 @@
"$(inherited)",
"$(PROJECT_DIR)/BugsplatMac/Vendor/PLCrashReporter",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsplat.BugsplatMac;
PRODUCT_NAME = BugsplatMac;
Expand Down
4 changes: 3 additions & 1 deletion BugsplatTester/BugsplatTester.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -457,6 +457,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsplat.BugsplatTester;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -479,6 +480,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsplat.BugsplatTester;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down

0 comments on commit 50141f6

Please sign in to comment.