Skip to content

Commit

Permalink
Release 0.14.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Apr 7, 2017
1 parent b60499f commit efd87d5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
Binary file modified Branch.framework.zip
Binary file not shown.
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
25 changes: 25 additions & 0 deletions Branch.framework/Versions/A/Headers/BNCXcode7Support.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//
// BNCXcode7Support.h
// Branch-TestBed
//
// Created by Edward on 10/26/16.
// Copyright © 2016 Branch Metrics. All rights reserved.
//


#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED < 100000
#warning Warning: Compiling with Xcode 7 support


#import <Foundation/Foundation.h>


@interface NSLocale (BranchXcode7Support)
- (NSString*) countryCode;
- (NSString*) languageCode;
@end

typedef NSString * UIActivityType;
typedef NSString * UIApplicationOpenURLOptionsKey;

#endif
3 changes: 2 additions & 1 deletion Branch.framework/Versions/A/Headers/Branch.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#import "BranchDeepLinkingController.h"
#import "BNCCommerceEvent.h"
#import "BranchShareLink.h"
#import "BNCXcode7Support.h"

/**
`Branch` is the primary interface of the Branch iOS SDK. Currently, all interactions you will make are funneled through this class. It is not meant to be instantiated or subclassed, usage should be limited to the global instance.
Expand Down Expand Up @@ -375,7 +376,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
*/
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
options:(NSDictionary</*UIApplicationOpenURLOptionsKey*/NSString*,id> *)options;
options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options;

///--------------------------------
/// @name Push Notification Support
Expand Down
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
bbd62798f1a270084e72695dc436e4ab0b4530e8 Branch-iOS-SDK.zip
56a627263f5f8a85a9f79f3925fa70c9eab9c938 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
5f387f0311b8d5950c91bb97efbd59b699b7bc09 Branch-iOS-TestBed.zip
0e8b62baca088670dfd939d89294661c0c3259df Branch-iOS-TestBed.zip

0 comments on commit efd87d5

Please sign in to comment.