From 60d48dc402b820368b34732bd70c4d8faa3b1aa5 Mon Sep 17 00:00:00 2001 From: Simon Fell Date: Fri, 3 Jul 2020 15:55:19 -0700 Subject: [PATCH] Updated for API v49 --- LICENSE | 2 +- zkSforce/ZKSforce.h | 2 +- zkSforce/generated/ZKDescribeQuickActionResult.h | 2 -- zkSforce/generated/ZKDescribeQuickActionResult.m | 4 ---- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 2353901..944ad1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2006-2016 Simon Fell +Copyright (c) 2006-2020 Simon Fell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/zkSforce/ZKSforce.h b/zkSforce/ZKSforce.h index b44272a..f49cec1 100644 --- a/zkSforce/ZKSforce.h +++ b/zkSforce/ZKSforce.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Simon Fell +// Copyright (c) 2020 Simon Fell // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), diff --git a/zkSforce/generated/ZKDescribeQuickActionResult.h b/zkSforce/generated/ZKDescribeQuickActionResult.h index 97f7b11..0000ca8 100644 --- a/zkSforce/generated/ZKDescribeQuickActionResult.h +++ b/zkSforce/generated/ZKDescribeQuickActionResult.h @@ -49,7 +49,6 @@ - @@ -85,7 +84,6 @@ @property (weak, readonly) NSString *lightningComponentBundleName; @property (weak, readonly) NSString *lightningComponentQualifiedName; @property (weak, readonly) NSString *miniIconUrl; -@property (weak, readonly) NSString *mobileExtensionDisplayMode; @property (weak, readonly) NSString *mobileExtensionId; @property (weak, readonly) NSString *name; @property (readonly) BOOL showQuickActionLcHeader; diff --git a/zkSforce/generated/ZKDescribeQuickActionResult.m b/zkSforce/generated/ZKDescribeQuickActionResult.m index 6e66666..dd6fdc0 100644 --- a/zkSforce/generated/ZKDescribeQuickActionResult.m +++ b/zkSforce/generated/ZKDescribeQuickActionResult.m @@ -108,10 +108,6 @@ -(NSString *)miniIconUrl { return [self string:@"miniIconUrl"]; } --(NSString *)mobileExtensionDisplayMode { - return [self string:@"mobileExtensionDisplayMode"]; -} - -(NSString *)mobileExtensionId { return [self string:@"mobileExtensionId"]; }