Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
chshapiro committed Sep 10, 2019
1 parent f116d98 commit 959630f
Show file tree
Hide file tree
Showing 23 changed files with 74 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Appboy-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-iOS-SDK"
s.version = "3.18.0"
s.version = "3.19.0"
s.summary = "This is the Braze iOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand Down
Binary file modified AppboyKit/Appboy.bundle/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion AppboyKit/headers/AppboyKitLibrary/ABKCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (copy, nullable) NSString *urlString;

/*!
* When the card's urlString is not nil, if the property is set to YES, the URL will be opened in a modal UIWebView
* When the card's urlString is not nil, if the property is set to YES, the URL will be opened in a modal WKWebView
* inside the app. If this property is set to NO, the URL will be opened by the OS and web URLs will be opened in
* an external web browser app.
*
Expand Down
2 changes: 1 addition & 1 deletion AppboyKit/headers/AppboyKitLibrary/ABKContentCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (copy, nullable) NSString *urlString;

/*!
* When the card's urlString is not nil, if the property is set to YES, the URL will be opened in a modal UIWebView
* When the card's urlString is not nil, if the property is set to YES, the URL will be opened in a modal WKWebView
* inside the app. If this property is set to NO, the URL will be opened by the OS and web URLs will be opened in
* an external web browser app.
*
Expand Down
2 changes: 1 addition & 1 deletion AppboyKit/headers/AppboyKitLibrary/ABKInAppMessage.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN

/*!
* When the in-app message's inAppMessageClickActionType is ABKInAppMessageRedirectToURI, if the property is set to YES,
* the URI will be opened in a modal UIWebView inside the app. If this property is set to NO, the URI will be opened by
* the URI will be opened in a modal WKWebView inside the app. If this property is set to NO, the URI will be opened by
* the OS and web URIs will be opened in an external web browser app.
*
* This property defaults to YES on ABKInAppMessageHTML subclasses and NO on all other ABKInAppMessage subclasses.
Expand Down
Loading

0 comments on commit 959630f

Please sign in to comment.