Skip to content

Commit

Permalink
Updating Appboy SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzhi committed Feb 10, 2016
1 parent c797097 commit 97f7473
Show file tree
Hide file tree
Showing 49 changed files with 569 additions and 166 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 = "2.18.1"
s.version = "2.18.2"
s.summary = "This is the Appboy iOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.appboy.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/ABKBannerCardCell.nib/objects.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKBannerCardCell.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedNoConnectionView.nib/objects.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedNoConnectionView.nib/runtime.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackContentView.nib/objects.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackContentView.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackNavBar.nib/objects.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackNavBar.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKSpinnerView.nib/objects.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKSpinnerView.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ NS_ASSUME_NONNULL_BEGIN

@optional
/*!
* Given a valid Appboy Resource endpoint URI string, this method returns a valid resource endpoint URI string.
* Currently resource endpoints are image URIs, but may be extended to include video and other external content.
*
* @param appboyResourceEndpoint A URI string for an Appboy API resource endpoint
* @return A valid Appboy API resource endpoint URI
* This method is deprecated. Appboy SDK will not call this delegate method no matter it is implemented or not.
* Please do not use or implement it.
*/
- (NSString *) getResourceEndpoint:(NSString *)appboyResourceEndpoint;
- (NSString *) getResourceEndpoint:(NSString *)appboyResourceEndpoint __deprecated;
@end
NS_ASSUME_NONNULL_END
2 changes: 1 addition & 1 deletion AppboyKit/headers/AppboyKitLibrary/Appboy.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import <UIKit/UIKit.h>

#ifndef APPBOY_SDK_VERSION
#define APPBOY_SDK_VERSION @"2.18.1"
#define APPBOY_SDK_VERSION @"2.18.2"
#endif

@class ABKInAppMessageController;
Expand Down
Binary file modified AppboyKit/libAppboyKitLibrary.a
Binary file not shown.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.18.2
- Deprecates the delegate method `getResourceEndpoint:` in ABKAppboyEndpointDelegate. The SDK will no longer call this delegate method.
- Adds warning logging if `[Appboy sharedInstance]` is called while in an uninitialized state.

## 2.18.1
- Fixes the nullability annotation warnings in the public header files.
- Updates HelloSwift sample app to adopt swift 2.0.
Expand Down
Binary file modified Example/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Appboy-iOS-SDK (2.18.1):
- Appboy-iOS-SDK (2.18.2):
- SDWebImage (~> 3.7.0)
- KKColorListPicker (0.2.4)
- NUI (0.5.5):
Expand Down Expand Up @@ -27,11 +27,11 @@ CHECKOUT OPTIONS:
:commit: 2e796e48efd572fc1d6834f766d3f7d55f9da27c
:git: [email protected]:leoru/KKColorListPicker.git
NUI:
:commit: cbf8503f40a8d30a1011e6a04cd5cd3d5181d7d8
:commit: e98669a9c1366baa68fed8dad490a6a1f78bb585
:git: https://github.com/tombenner/nui.git

SPEC CHECKSUMS:
Appboy-iOS-SDK: 73b58afc882aaf7b3d136d6e91bc7574a096ffc0
Appboy-iOS-SDK: 1e36c56c59eb51569ad02234ea340b5a97173890
KKColorListPicker: de772db47659dea2a8c77bf9bac97648929ce10a
NUI: 53de7278003235deb2a375fe6f04c7a3aa3e49eb
NUIParse: 2e3885ba7807477266396292626bd387d34c2338
Expand Down
Binary file not shown.
Loading

0 comments on commit 97f7473

Please sign in to comment.