Skip to content

Commit 72a60ba

Browse files
committed
1.1.9
1 parent d9bd0fc commit 72a60ba

14 files changed

+27
-27
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source 'https://github.com/CocoaPods/Specs.git'
2020
platform :ios, '9.0'
2121
2222
target 'TargetName' do
23-
pod 'ZFWKWebView', '~> 1.1.8'
23+
pod 'ZFWKWebView', '~> 1.1.9'
2424
end
2525
```
2626
Then, run the following command:

ZFWKWebView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "ZFWKWebView"
12-
s.version = "1.1.8"
12+
s.version = "1.1.9"
1313
s.summary = "No short description of ZFWKWebView."
1414
s.homepage = "https://github.com/FranLucky/ZFWKWebView"
1515
s.license = { :type => "MIT", :file => "LICENSE"}

ZFWKWebView/ImageResource.bundle/en.lproj/Localizable.strings

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
localizable.strings
33
ZFWKWebView
44

5-
Created by 张帆 on 2019/10/24.
6-
Copyright © 2019 张帆. All rights reserved.
5+
Created by Pokey on 2019/10/24.
6+
Copyright © 2019 Pokey. All rights reserved.
77
*/
88

99
"support" = " ";

ZFWKWebView/ImageResource.bundle/zh-Hans.lproj/Localizable.strings

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
ZFWKWebView
33

4-
Created by 张帆 on 2019/10/24.
5-
Copyright © 2019 张帆. All rights reserved.
4+
Created by Pokey on 2019/10/24.
5+
Copyright © 2019 Pokey. All rights reserved.
66
*/
77

88

ZFWKWebView/ZFWKWebVC.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ZFWKWebVC.h
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/9/19.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/9/19.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

ZFWKWebView/ZFWKWebVC.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ZFWKWebVC.m
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/9/19.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/9/19.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import "ZFWKWebVC.h"
@@ -17,7 +17,7 @@
1717
#define ZF_SCREEN_WIDTH self.view.frame.size.width
1818
#define ZF_SCREEN_HEIGHT self.view.frame.size.height
1919

20-
#define SOURCE_BUDNLE [NSBundle bundleWithURL:[[NSBundle bundleForClass:[ZFWKWebVC class]] URLForResource:@"ImageResource" withExtension:@"bundle"]]
20+
#define SOURCE_BUDNLE [NSBundle bundleWithURL:[[NSBundle bundleForClass:[ZFWKWebVC class]] URLForResource:@"ImageResource" withExtension:@"bundle"]?:[NSURL URLWithString:@""]]
2121

2222
NSString * const ZFWKWebViewEventStartLoadKey = @"ZFWKWebViewEventStartLoadKey";
2323
NSString * const ZFWKWebViewEventStartRecevicedKey = @"ZFWKWebViewEventStartRecevicedKey";

sample/ZFWKWebView/AppDelegate.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// AppDelegate.h
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/9/19.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/9/19.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

sample/ZFWKWebView/AppDelegate.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// AppDelegate.m
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/9/19.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/9/19.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import "AppDelegate.h"

sample/ZFWKWebView/ViewController.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ViewController.h
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/9/19.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/9/19.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

sample/ZFWKWebView/ViewController.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ViewController.m
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/9/19.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/9/19.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import "ViewController.h"

sample/ZFWKWebView/ZFWKUserDefaultConf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ZFWKUserDefaultConf.h
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/10/8.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/10/8.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import "ZFWKWebVC.h"

sample/ZFWKWebView/ZFWKUserDefaultConf.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ZFWKUserDefaultConf.m
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/10/8.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/10/8.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import "ZFWKUserDefaultConf.h"

sample/ZFWKWebView/main.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// main.m
33
// ZFWKWebView
44
//
5-
// Created by 张帆 on 2019/10/9.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/10/9.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import <UIKit/UIKit.h>

sample/ZFWKWebViewTests/ZFWKWebViewTests.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// ZFWKWebViewTests.m
33
// ZFWKWebViewTests
44
//
5-
// Created by 张帆 on 2019/10/24.
6-
// Copyright © 2019 张帆. All rights reserved.
5+
// Created by Pokey on 2019/10/24.
6+
// Copyright © 2019 Pokey. All rights reserved.
77
//
88

99
#import <XCTest/XCTest.h>

0 commit comments

Comments
 (0)