Skip to content

Commit

Permalink
Release 0.18.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Sep 13, 2017
1 parent a54c282 commit ecd48a5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Branch.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.17.10</string>
<string>0.18.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.17.10</string>
<string>0.18.8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
12 changes: 11 additions & 1 deletion Branch.framework/Versions/A/Headers/BNCLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ extern NSString *_Nonnull const BNCLogStringFromLogLevel(BNCLogLevel level);
* @param string A string indicating the log level.
* @return Returns The log level corresponding to the string.
*/
extern BNCLogLevel BNBLogLevelFromString(NSString*_Null_unspecified string);
extern BNCLogLevel BNCLogLevelFromString(NSString*_Null_unspecified string);


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


#pragma mark - Client Initialization Function


typedef void (*BNCLogClientInitializeFunctionPtr)(void);

///@param clientInitializationFunction The client function that should be called before logging starts.
extern BNCLogClientInitializeFunctionPtr _Null_unspecified
BNCLogSetClientInitializeFunction(BNCLogClientInitializeFunctionPtr _Nullable clientInitializationFunction);


#pragma mark - Optional Log Output Handlers


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
40e5e4bfff006c94a2e37932310584761383d1ef Branch-iOS-SDK.zip
09093225f8f3249d13bb8efc7aa673242599a7b8 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
60d07cdd66ba18cf0686faf6ec574be5bdee2a01 Branch-iOS-TestBed.zip
1fc8efd944f608a2575b00acc2311b01e10e1384 Branch-iOS-TestBed.zip

0 comments on commit ecd48a5

Please sign in to comment.