Skip to content

Commit a54b1d1

Browse files
authored
refactor(message): Updated bridge urls to a new one (#117) LP-8113
1 parent 831dd5e commit a54b1d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Leanplum-SDK/Classes/LPMessageTemplates.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
#define LPMT_DEFAULT_NO_BUTTON_TEXT @"No"
9696
#define LPMT_DEFAULT_LATER_BUTTON_TEXT @"Maybe Later"
9797
#define LPMT_DEFAULT_URL @"http://www.example.com"
98-
#define LPMT_DEFAULT_CLOSE_URL @"http://leanplum:close"
99-
#define LPMT_DEFAULT_OPEN_URL @"http://leanplum:loadFinished"
100-
#define LPMT_DEFAULT_TRACK_URL @"http://leanplum:track"
101-
#define LPMT_DEFAULT_ACTION_URL @"http://leanplum:runAction"
102-
#define LPMT_DEFAULT_TRACK_ACTION_URL @"http://leanplum:runTrackedAction"
98+
#define LPMT_DEFAULT_CLOSE_URL @"http://leanplum/close"
99+
#define LPMT_DEFAULT_OPEN_URL @"http://leanplum/loadFinished"
100+
#define LPMT_DEFAULT_TRACK_URL @"http://leanplum/track"
101+
#define LPMT_DEFAULT_ACTION_URL @"http://leanplum/runAction"
102+
#define LPMT_DEFAULT_TRACK_ACTION_URL @"http://leanplum/runTrackedAction"
103103
#define LPMT_DEFAULT_HAS_DISMISS_BUTTON YES
104104
#define LPMT_DEFAULT_APP_ICON @"__iOSAppIcon-PrimaryIcon.png"
105105

0 commit comments

Comments
 (0)