File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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);
7878extern 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments