From 7c3722f5bf16aeb99c444a9c87dd7b84bd39a13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=8D=9A=E6=96=87?= <> Date: Thu, 10 Mar 2022 11:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NativeAPI/NativeAPI/RelayObject.m | 2 +- ZBWNativeAPI.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NativeAPI/NativeAPI/RelayObject.m b/NativeAPI/NativeAPI/RelayObject.m index 9e0ba5f..8564d71 100644 --- a/NativeAPI/NativeAPI/RelayObject.m +++ b/NativeAPI/NativeAPI/RelayObject.m @@ -36,7 +36,7 @@ + (instancetype)relayObject:(NSString *)expression { return nil; } - NSLog(expression); +// NSLog(expression); NSScanner *scanner = [NSScanner scannerWithString:eachApi]; NSString *apiName = NULL; // apiName diff --git a/ZBWNativeAPI.podspec b/ZBWNativeAPI.podspec index 9cb26c0..3799c80 100644 --- a/ZBWNativeAPI.podspec +++ b/ZBWNativeAPI.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ZBWNativeAPI" - s.version = "0.2.4" + s.version = "0.2.5" s.summary = "ZBWNativeAPI." # This description is used to generate tags and improve search results.