Skip to content

Commit

Permalink
Merge pull request #55 from superfell/v49
Browse files Browse the repository at this point in the history
Updated for API v49
  • Loading branch information
superfell authored Jul 3, 2020
2 parents 46f3231 + 60d48dc commit adcfec5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion zkSforce/ZKSforce.h
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
2 changes: 0 additions & 2 deletions zkSforce/generated/ZKDescribeQuickActionResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<element nillable="true" type="xsd:string" name="lightningComponentBundleName"/>
<element nillable="true" type="xsd:string" name="lightningComponentQualifiedName"/>
<element nillable="true" type="xsd:string" name="miniIconUrl"/>
<element nillable="true" type="xsd:string" name="mobileExtensionDisplayMode"/>
<element nillable="true" type="xsd:string" name="mobileExtensionId"/>
<element type="xsd:string" name="name"/>
<element type="xsd:boolean" name="showQuickActionLcHeader"/>
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions zkSforce/generated/ZKDescribeQuickActionResult.m
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ -(NSString *)miniIconUrl {
return [self string:@"miniIconUrl"];
}

-(NSString *)mobileExtensionDisplayMode {
return [self string:@"mobileExtensionDisplayMode"];
}

-(NSString *)mobileExtensionId {
return [self string:@"mobileExtensionId"];
}
Expand Down

0 comments on commit adcfec5

Please sign in to comment.