Skip to content

Commit ecd48a5

Browse files
author
Edward Smith
committed
Release 0.18.8.
1 parent a54c282 commit ecd48a5

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
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.17.10</string>
20+
<string>0.18.8</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.17.10</string>
24+
<string>0.18.8</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

206 KB
Binary file not shown.

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extern NSString *_Nonnull const BNCLogStringFromLogLevel(BNCLogLevel level);
6565
* @param string A string indicating the log level.
6666
* @return Returns The log level corresponding to the string.
6767
*/
68-
extern BNCLogLevel BNBLogLevelFromString(NSString*_Null_unspecified string);
68+
extern BNCLogLevel BNCLogLevelFromString(NSString*_Null_unspecified string);
6969

7070

7171
#pragma mark - Programmatic Breakpoints
@@ -78,6 +78,16 @@ extern BOOL BNCLogBreakPointsAreEnabled(void);
7878
extern void BNCLogSetBreakPointsEnabled(BOOL enabled);
7979

8080

81+
#pragma mark - Client Initialization Function
82+
83+
84+
typedef void (*BNCLogClientInitializeFunctionPtr)(void);
85+
86+
///@param clientInitializationFunction The client function that should be called before logging starts.
87+
extern BNCLogClientInitializeFunctionPtr _Null_unspecified
88+
BNCLogSetClientInitializeFunction(BNCLogClientInitializeFunctionPtr _Nullable clientInitializationFunction);
89+
90+
8191
#pragma mark - Optional Log Output Handlers
8292

8393

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
40e5e4bfff006c94a2e37932310584761383d1ef Branch-iOS-SDK.zip
2+
09093225f8f3249d13bb8efc7aa673242599a7b8 Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
60d07cdd66ba18cf0686faf6ec574be5bdee2a01 Branch-iOS-TestBed.zip
4+
1fc8efd944f608a2575b00acc2311b01e10e1384 Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)