Skip to content

Commit 0705c75

Browse files
committed
docs(uieditor): fixing pod name
1 parent 12cf6c5 commit 0705c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Leanplum-SDK/Classes/Leanplum.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,14 @@ + (void)allowInterfaceEditing
334334
{
335335
[self throwError:@"Leanplum UI Editor has moved to separate Pod."
336336
"Please remove this method call and include this "
337-
"line in your Podfile: pod 'Leanplum-iOS-Editor'"];
337+
"line in your Podfile: pod 'Leanplum-iOS-UIEditor'"];
338338
}
339339

340340
+ (BOOL)interfaceEditingEnabled
341341
{
342342
[self throwError:@"Leanplum UI Editor has moved to separate Pod."
343343
"Please remove this method call and include this "
344-
"line in your Podfile: pod 'Leanplum-iOS-Editor'"];
344+
"line in your Podfile: pod 'Leanplum-iOS-UIEditor'"];
345345
return NO;
346346
}
347347

0 commit comments

Comments
 (0)