Skip to content

Commit 0ae9fef

Browse files
author
Edward Smith
committed
Release 0.19.5.
1 parent b183a79 commit 0ae9fef

24 files changed

+39
-41
lines changed

Branch.framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.18.8</string>
20+
<string>0.19.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.18.8</string>
24+
<string>0.19.5</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

1.37 MB
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCCommerceEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99

10-
#import <Foundation/Foundation.h>
10+
@import Foundation;
1111
#import "BNCServerRequest.h"
1212

1313

Branch.framework/Versions/A/Headers/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2014 Branch Metrics. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
@import Foundation;
1010

1111
extern NSString * const BNC_SDK_VERSION;
1212
extern NSString * const BNC_API_BASE_URL;

Branch.framework/Versions/A/Headers/BNCDebug.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
*/
4949
//--------------------------------------------------------------------------------------------------
5050

51-
52-
#import <Foundation/Foundation.h>
53-
51+
@import Foundation;
5452

5553
#ifdef __cplusplus
5654
extern "C" {

Branch.framework/Versions/A/Headers/BNCError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2014 Branch Metrics. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
@import Foundation;
1010

1111
FOUNDATION_EXPORT NSString *_Nonnull const BNCErrorDomain;
1212

Branch.framework/Versions/A/Headers/BNCLinkCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2015 Branch Metrics. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
@import Foundation;
1010
#import "BNCLinkData.h"
1111

1212
@interface BNCLinkCache : NSObject

Branch.framework/Versions/A/Headers/BNCLinkData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2015 Branch Metrics. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
@import Foundation;
1010

1111
typedef NS_ENUM(NSUInteger, BranchLinkType) {
1212
BranchLinkTypeUnlimitedUse = 0,

Branch.framework/Versions/A/Headers/BNCLog.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//--------------------------------------------------------------------------------------------------
1414

1515

16-
#import <Foundation/Foundation.h>
16+
@import Foundation;
1717
#import "BNCDebug.h"
1818

1919

@@ -59,7 +59,7 @@ extern void BNCLogSetDisplayLevel(BNCLogLevel level);
5959
* @param level The log level to convert to a string.
6060
* @return Returns the string indicating the log level.
6161
*/
62-
extern NSString *_Nonnull const BNCLogStringFromLogLevel(BNCLogLevel level);
62+
extern NSString *_Nonnull BNCLogStringFromLogLevel(BNCLogLevel level);
6363

6464
/*!
6565
* @param string A string indicating the log level.
@@ -91,7 +91,7 @@ extern BNCLogClientInitializeFunctionPtr _Null_unspecified
9191
#pragma mark - Optional Log Output Handlers
9292

9393

94-
///@info Pre-defined log message handlers --
94+
///@brief Pre-defined log message handlers --
9595

9696
typedef void (*BNCLogOutputFunctionPtr)(NSDate*_Nonnull timestamp, BNCLogLevel level, NSString*_Nullable message);
9797

Branch.framework/Versions/A/Headers/BNCNetworkServiceProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2017 Branch Metrics. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
@import Foundation;
1010

1111
#pragma mark BNCNetworkOperationProtocol
1212

0 commit comments

Comments
 (0)