Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated for API v49 #55

Merged
merged 1 commit into from
Jul 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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