We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 997ffe9 + fba44c2 commit fa05d3fCopy full SHA for fa05d3f
1 file changed
TrustKit/TrustKit.m
@@ -274,7 +274,7 @@ + (void)setLoggerBlock:(void (^)(NSString *))block
274
275
#pragma mark TrustKit Implicit Initialization via Library Constructor
276
277
-
+#if !DISABLE_INIT_WITH_INFO_PLIST
278
__attribute__((constructor)) static void initializeWithInfoPlist(int argc, const char **argv)
279
{
280
// TrustKit just got started in the App
@@ -288,3 +288,4 @@ + (void)setLoggerBlock:(void (^)(NSString *))block
288
[TrustKit initSharedInstanceWithConfiguration:trustKitConfigFromInfoPlist];
289
}
290
291
+#endif
0 commit comments