diff --git a/Release/com.elgato.applemail.streamDeckPlugin b/Release/com.elgato.applemail.streamDeckPlugin index 043a1a4..0621ebd 100644 Binary files a/Release/com.elgato.applemail.streamDeckPlugin and b/Release/com.elgato.applemail.streamDeckPlugin differ diff --git a/Sources/AppleMail.xcodeproj/project.pbxproj b/Sources/AppleMail.xcodeproj/project.pbxproj index 8ea08e5..a77f663 100644 --- a/Sources/AppleMail.xcodeproj/project.pbxproj +++ b/Sources/AppleMail.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 50; + objectVersion = 53; objects = { /* Begin PBXBuildFile section */ @@ -299,7 +299,8 @@ FA0F7B6F2105CBC30028CF34 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 1000; + BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = "Elgato Systems"; TargetAttributes = { FA0F7B762105CBC30028CF34 = { @@ -384,6 +385,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -392,6 +394,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -444,6 +447,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -452,6 +456,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -475,6 +480,8 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; + DEAD_CODE_STRIPPING = YES; + MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_BUNDLE_IDENTIFIER = com.elgato.applemail; PRODUCT_NAME = "$(TARGET_NAME)"; }; @@ -484,6 +491,8 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; + DEAD_CODE_STRIPPING = YES; + MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; PRODUCT_BUNDLE_IDENTIFIER = com.elgato.applemail; PRODUCT_NAME = "$(TARGET_NAME)"; }; diff --git a/Sources/com.elgato.applemail.sdPlugin/AppleMail b/Sources/com.elgato.applemail.sdPlugin/AppleMail index dbede44..8d0f59b 100755 Binary files a/Sources/com.elgato.applemail.sdPlugin/AppleMail and b/Sources/com.elgato.applemail.sdPlugin/AppleMail differ diff --git a/Sources/com.elgato.applemail.sdPlugin/manifest.json b/Sources/com.elgato.applemail.sdPlugin/manifest.json index b5024e0..1d18d96 100644 --- a/Sources/com.elgato.applemail.sdPlugin/manifest.json +++ b/Sources/com.elgato.applemail.sdPlugin/manifest.json @@ -1,42 +1,43 @@ { "Actions": [ { - "Icon": "MailIcon", - "Name": "Apple Mail", + "Icon": "MailIcon", + "Name": "Apple Mail", "States": [ { + "FontSize": "18", + "FontStyle": "Bold", "Image": "MailIcon", - "FontSize": "18", - "FontStyle": "Bold", - "TitleAlignment": "middle", + "TitleAlignment": "middle", "TitleColor": "#ffffff" } - ], - "Tooltip": "See how many unread emails you have", + ], + "Tooltip": "See how many unread emails you have", "UUID": "com.elgato.applemail.action" } - ], - "SDKVersion": 2, - "Author": "Elgato", - "CodePath": "AppleMail", - "Description": "See how many unread emails you have.", - "Name": "Apple Mail", - "Icon": "MailIcon", - "URL": "https://www.elgato.com/gaming/stream-deck", - "Version": "1.4.1", - "OS": [ - { - "Platform": "mac", - "MinimumVersion" : "10.11" - } ], "ApplicationsToMonitor": { - "mac": [ - "com.apple.mail" - ] + "mac": [ + "com.apple.mail" + ] }, - "Software": + "Author": "Elgato", + "CodePath": "AppleMail", + "Description": "See how many unread emails you have.", + "Icon": "MailIcon", + "MpProductID": "e2ff8b59-f235-4dbe-a6ea-34aedaafb7d6", + "MpVariantID": "856cf922-d075-4bf1-856f-12acfe9dec71", + "Name": "Apple Mail", + "OS": [ { - "MinimumVersion" : "4.1" + "MinimumVersion": "10.11", + "Platform": "mac" } + ], + "SDKVersion": 2, + "Software": { + "MinimumVersion": "4.1" + }, + "URL": "https://www.elgato.com/gaming/stream-deck", + "Version": "1.5" }