Skip to content

Commit

Permalink
Updating Appboy SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaw committed Aug 16, 2016
1 parent 47eb895 commit 6da2e07
Show file tree
Hide file tree
Showing 38 changed files with 27 additions and 14 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.22.0"
s.version = "2.22.1"
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
2 changes: 1 addition & 1 deletion Appboy-tvOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-tvOS-SDK"
s.version = "2.22.0"
s.version = "2.22.1"
s.summary = "This is the Appboy tvOS 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 Appboy-tvOS-SDK/AppboyTVOSKit.framework/AppboyTVOSKit
Binary file not shown.
2 changes: 1 addition & 1 deletion Appboy-tvOS-SDK/AppboyTVOSKit.framework/Headers/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.22.0"
#define APPBOY_SDK_VERSION @"2.22.1"
#endif

#if !TARGET_OS_TV
Expand Down
Binary file modified Appboy-tvOS-SDK/AppboyTVOSKit.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
</data>
<key>Headers/Appboy.h</key>
<data>
2dp32rpIUAb0Vj6LaQhM2q3S1N0=
83DXynJeowmTBIcGfGaP9mJiDfI=
</data>
<key>Headers/AppboyKit.h</key>
<data>
Sdrh8p7KyYA0p0SsWSJj4oIpJzM=
</data>
<key>Info.plist</key>
<data>
u7bIVokezWiTnNxjLVVkmZCDXDA=
ob2k7tu6eGwTgtMm5WoiTkg+MAE=
</data>
</dict>
<key>files2</key>
Expand Down Expand Up @@ -203,11 +203,11 @@
<dict>
<key>hash</key>
<data>
2dp32rpIUAb0Vj6LaQhM2q3S1N0=
83DXynJeowmTBIcGfGaP9mJiDfI=
</data>
<key>hash2</key>
<data>
sS/4LgupsN0HW70qIrlFXyduVE/87it2dr36ytI1YhA=
FJ3zOsyvck1JRYFOORiP6jrHae6M152ZHNcGHn1QaZo=
</data>
</dict>
<key>Headers/AppboyKit.h</key>
Expand Down
Binary file modified AppboyKit/Appboy.bundle/ABKBannerCardCell.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKCrossPromotionCardCell.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedNoConnectionView.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackContentView.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackEmailViewPortrait.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKFeedbackNavBar.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 modified AppboyKit/Appboy.bundle/ABKSpinnerView.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/ABKTextAnnouncementCardCell.nib
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/Info.plist
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.22.0"
#define APPBOY_SDK_VERSION @"2.22.1"
#endif

#if !TARGET_OS_TV
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.22.1
- Updates tvOS bitcode support, patching an error introduced by an Xcode bug.

## 2.22.0
- Adds tvOS support for logging analytics; adds sample applications for tvOS and TVML.
- Adds Hebrew localization support.
Expand Down
6 changes: 4 additions & 2 deletions Example/Stopwatch/Stopwatch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>


<key>AppboyAPIKeys</key>
<dict>
<key>AU</key>
Expand All @@ -22,7 +24,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.22.0</string>
<string>2.22.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -55,7 +57,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSExceptionDomains</key>
<string></string>
<string/>
<key>NSLocationAlwaysUsageDescription</key>
<string>Please share your location.</string>
<key>UIBackgroundModes</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.22.0</string>
<string>2.22.1</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.22.0</string>
<string>2.22.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 3 additions & 1 deletion Example/tvOS_Stopwatch/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#import "AppDelegate.h"
#import <AppboyTVOSKit/AppboyKit.h>

static NSString *const AppboyApiKey = @"appboy-sample-ios-tv";

@interface AppDelegate ()

@end
Expand All @@ -9,7 +11,7 @@ @implementation AppDelegate


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[Appboy startWithApiKey:@"appboy-sample-tvos"
[Appboy startWithApiKey:AppboyApiKey
inApplication:application
withLaunchOptions:launchOptions
withAppboyOptions:@{ABKRequestProcessingPolicyOptionKey: @(ABKAutomaticRequestProcessing),
Expand Down
2 changes: 2 additions & 0 deletions Example/tvOS_Stopwatch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>


<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down
4 changes: 3 additions & 1 deletion Example/tvOS_TVML_Stopwatch/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

static NSString *tvBaseURL = @"http://localhost:9001/";
static NSString *tvBootURL = @"http://localhost:9001/application.js";
static NSString *const AppboyApiKey = @"appboy-sample-ios-tvml";


@interface AppDelegate ()

Expand Down Expand Up @@ -46,7 +48,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

self.appController = [[TVApplicationController alloc] initWithContext:appControllerContext window:self.window delegate:self];

[Appboy startWithApiKey:@"appboy-sample-tvos"
[Appboy startWithApiKey:AppboyApiKey
inApplication:application
withLaunchOptions:launchOptions
withAppboyOptions:@{ABKRequestProcessingPolicyOptionKey: @(ABKAutomaticRequestProcessing),
Expand Down
2 changes: 2 additions & 0 deletions Example/tvOS_TVML_Stopwatch/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>


<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand Down

0 comments on commit 6da2e07

Please sign in to comment.