Skip to content

Commit

Permalink
修改JSProxy引用头文件大小写问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjbird committed Feb 2, 2018
1 parent 148c66d commit f982a4a
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion QuickWebKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QuickWebKit"
s.version = "1.1.4"
s.version = "1.1.5"
s.summary = "A great & strong plugin based WebViewController. 一款基于插件的 WebView 视图控制器,您可以基于它设计您的浏览器插件,然后像积木一样来组装它们。"
s.description = <<-DESC
A great & strong plugin based WebViewController. 一款基于插件的 WebView 视图控制器,您可以基于它设计您的浏览器插件,然后像积木一样来组装它们。
Expand Down
3 changes: 3 additions & 0 deletions QuickWebKit/QuickWebKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// 框架名称:QuickWebKit
// 框架功能:A great & strong plugin based WebViewController. 一款基于插件的 WebView 视图控制器,您可以基于它设计您的浏览器插件,然后像积木一样来组装它们。
// 修改记录:
// pcjbird 2018-02-02 Version:1.1.5 Build:201802020001
// 1.修改JSProxy引用头文件大小写问题。
//
// pcjbird 2018-01-16 Version:1.1.4 Build:201801160002
// 1.修改QuickWebSpotlightPlugin导致crash的BUG。
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"

@interface QuickWebJSBridgeAccountProxy : NSObject<QuickWebJSBridgeProxyProtocol>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"
@interface QuickWebJSBridgeContactProxy : NSObject<QuickWebJSBridgeProxyProtocol>

@end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"
@interface QuickWebJSBridgeNavBarProxy : NSObject<QuickWebJSBridgeProxyProtocol>

@end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"
@interface QuickWebJSBridgeShareProxy : NSObject<QuickWebJSBridgeProxyProtocol>

@end
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"

@interface QuickWebJSBridgeSystemProxy : NSObject<QuickWebJSBridgeProxyProtocol>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"
@interface QuickWebJSBridgeImagePlayProxy : NSObject<QuickWebJSBridgeProxyProtocol>

- (BOOL)browseArtwork:(NSString *)photoUrls fromIndex:(NSString *)photoIndex webViewSecretId:(NSString *)secretId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"

@interface QuickWebJSBridgePushMessageProxy : NSObject<QuickWebJSBridgeProxyProtocol>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "QuickWEbJSBridgeProxyProtocol.h"
#import "QuickWebJSBridgeProxyProtocol.h"

@interface QuickWebJSBridgeVideoPlayProxy : NSObject<QuickWebJSBridgeProxyProtocol>

Expand Down
2 changes: 1 addition & 1 deletion QuickWebKit/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.4</string>
<string>1.1.5</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f982a4a

Please sign in to comment.