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 16, 2016
1 parent 97f7473 commit 193f464
Show file tree
Hide file tree
Showing 42 changed files with 47 additions and 34 deletions.
Binary file modified .DS_Store
Binary file not shown.
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.2"
s.version = "2.18.3"
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 modified AppboyKit/Appboy.bundle/ABKCrossPromotionCardCell.nib/runtime.nib
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.
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.2"
#define APPBOY_SDK_VERSION @"2.18.3"
#endif

@class ABKInAppMessageController;
Expand Down
Binary file modified AppboyKit/libAppboyKitLibrary.a
Binary file not shown.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.18.3
- Makes an internal update to provide functionality for SDKs that embed this library.

## 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.
Expand Down
Binary file modified Example/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Appboy-iOS-SDK (2.18.2):
- Appboy-iOS-SDK (2.18.3):
- SDWebImage (~> 3.7.0)
- KKColorListPicker (0.2.4)
- NUI (0.5.5):
Expand Down Expand Up @@ -31,7 +31,7 @@ CHECKOUT OPTIONS:
:git: https://github.com/tombenner/nui.git

SPEC CHECKSUMS:
Appboy-iOS-SDK: 1e36c56c59eb51569ad02234ea340b5a97173890
Appboy-iOS-SDK: 9ed4afbb26914e0bd5f7903ea089a8d3930aac56
KKColorListPicker: de772db47659dea2a8c77bf9bac97648929ce10a
NUI: 53de7278003235deb2a375fe6f04c7a3aa3e49eb
NUIParse: 2e3885ba7807477266396292626bd387d34c2338
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../AppboyKit/AppboyKit/UserInterface/InAppMessage/ABKInAppMessageController.m"
Expand Down Expand Up @@ -1656,12 +1656,12 @@
moduleName = "StopwatchDevelop"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/WenzhiLin/Desktop/AppboyKit/AppboyKit/AppboyKit/UserInterface/InAppMessage/ABKInAppMessageController.m"
timestampString = "476326116.437506"
timestampString = "476990007.838396"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "206"
endingLineNumber = "206"
offsetFromSymbolStart = "2981">
offsetFromSymbolStart = "2675">
</Location>
<Location
shouldBeEnabled = "Yes"
Expand All @@ -1671,12 +1671,12 @@
moduleName = "StopwatchDevelop"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/WenzhiLin/Desktop/AppboyKit/AppboyKit/AppboyKit/UserInterface/InAppMessage/ABKInAppMessageController.m"
timestampString = "476326116.437624"
timestampString = "476990007.838556"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "206"
endingLineNumber = "206"
offsetFromSymbolStart = "147">
offsetFromSymbolStart = "124">
</Location>
</Locations>
</BreakpointContent>
Expand Down Expand Up @@ -1720,11 +1720,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Stopwatch/InitialViewController.m"
timestampString = "475717688.538267"
timestampString = "476990006.761414"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "194"
endingLineNumber = "194"
startingLineNumber = "195"
endingLineNumber = "195"
landmarkName = "-twitterButtonTapped:"
landmarkType = "5">
</BreakpointContent>
Expand Down Expand Up @@ -2092,7 +2092,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../AppboyKit/AppboyKit/UserInterface/InAppMessage/ABKInAppMessageController.m"
Expand Down Expand Up @@ -2156,7 +2156,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../AppboyKit/AppboyKit/ServerAPI/ABKServerDispatcher.m"
Expand All @@ -2172,7 +2172,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../AppboyKit/AppboyKit/ServerAPI/ABKReachability.m"
Expand All @@ -2181,14 +2181,14 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "102"
endingLineNumber = "102"
landmarkName = "+reachabilityWithHostName:"
landmarkName = "-networkStatusForFlags:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../AppboyKit/AppboyKit/ServerAPI/ABKReachability.m"
Expand All @@ -2197,8 +2197,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "56"
endingLineNumber = "56"
landmarkName = "ReachabilityCallback()"
landmarkType = "7">
landmarkName = "+reachabilityForApiWithObserver:andCallbackOnChange:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
Expand All @@ -2212,9 +2212,7 @@
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "187"
endingLineNumber = "187"
landmarkName = "-startNotifier"
landmarkType = "5">
endingLineNumber = "187">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
Expand All @@ -2229,7 +2227,7 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "142"
endingLineNumber = "142"
landmarkName = "+reachabilityForInternetConnection"
landmarkName = "-connectionRequired"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
Expand All @@ -2244,9 +2242,7 @@
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "253"
endingLineNumber = "253"
landmarkName = "-networkStatusForFlags:"
landmarkType = "5">
endingLineNumber = "253">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
Expand All @@ -2260,9 +2256,7 @@
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "310"
endingLineNumber = "310"
landmarkName = "-currentReachabilityStatus"
landmarkType = "5">
endingLineNumber = "310">
<Locations>
<Location
shouldBeEnabled = "No"
Expand Down Expand Up @@ -2300,7 +2294,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "../AppboyKit/AppboyKit/ServerAPI/ABKServerDispatcher.m"
Expand All @@ -2309,7 +2303,23 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "196"
endingLineNumber = "196"
landmarkName = "-processRequestWithNetworkReachability:"
landmarkName = "-onConnectionStatusChange:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Stopwatch/InitialViewController.m"
timestampString = "476989970.848868"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "74"
endingLineNumber = "74"
landmarkName = "-requestLocationAuthorization"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
Expand Down
2 changes: 1 addition & 1 deletion Example/Stopwatch/Stopwatch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.18.2</string>
<string>2.18.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/StopwatchDevelop WatchKit App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.18.2</string>
<string>2.18.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/StopwatchDevelop WatchKit Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>2.18.2</string>
<string>2.18.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 193f464

Please sign in to comment.