diff --git a/pom.xml b/pom.xml
index 04b498f..92e17fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.cryptomator
integrations-mac
- 1.2.0
+ 1.2.1
Cryptomator Integrations for macOS
Provides optional macOS services used by Cryptomator
@@ -30,7 +30,7 @@
17
- 1.2.0-beta4
+ 1.2.0
1.7.36
@@ -38,7 +38,7 @@
4.4.0
- 7.1.1
+ 8.1.0
1.6.8
@@ -362,6 +362,15 @@
https://maven.pkg.github.com/cryptomator/integrations-mac
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 3.1.0
+
+
+
\ No newline at end of file
diff --git a/src/main/native/Integrations.xcodeproj/project.pbxproj b/src/main/native/Integrations.xcodeproj/project.pbxproj
index 9b1aae1..32103e4 100644
--- a/src/main/native/Integrations.xcodeproj/project.pbxproj
+++ b/src/main/native/Integrations.xcodeproj/project.pbxproj
@@ -104,7 +104,7 @@
9E0819AF1D748ECC000C89E6 /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 1210;
+ LastUpgradeCheck = 1420;
ORGANIZATIONNAME = Cryptomator;
TargetAttributes = {
9E0819B61D748ECC000C89E6 = {
@@ -178,6 +178,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
+ DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -198,7 +199,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(JAVA_HOME)/include/**";
JAVA_HOME = "$(HOME)/.sdkman/candidates/java/current";
- MACOSX_DEPLOYMENT_TARGET = 10.11;
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
@@ -236,6 +237,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
+ DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -250,7 +252,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(JAVA_HOME)/include/**";
JAVA_HOME = "$(HOME)/.sdkman/candidates/java/current";
- MACOSX_DEPLOYMENT_TARGET = 10.11;
+ MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
USER_HEADER_SEARCH_PATHS = ../headers;
@@ -260,6 +262,7 @@
9E0819BC1D748ECC000C89E6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
EXECUTABLE_PREFIX = lib;
@@ -270,6 +273,7 @@
9E0819BD1D748ECC000C89E6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ DEAD_CODE_STRIPPING = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
EXECUTABLE_PREFIX = lib;