Skip to content

Commit 1e5db12

Browse files
Vermeer, EdwinVermeer, Edwin
authored andcommitted
Version bump
1 parent 91e92e3 commit 1e5db12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EVURLCache.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
#
99

1010
s.name = "EVURLCache"
11-
s.version = "3.2.1"
11+
s.version = "3.3.0"
1212
s.summary = "NSURLCache subclass for handeling all web requests that use NSURLRequest"
1313
s.description = "This is a NSURLCache subclass for handeling all web requests that use NSURLRequest. (This includes UIWebView)"
1414
s.homepage = "https://github.com/evermeer/EVURLCache"

EVURLCache/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ViewController: UIViewController, UIWebViewDelegate {
1818
//EVURLCache.RECREATE_CACHE_RESPONSE = false // This flag is only used for debuging the small difference between recreating a response and unarchiving a response. Recreating (which is the default) seems to be working best...
1919

2020

21-
if let url = URL(string: "https://www.iubenda.com/privacy-policy/8051057") {
21+
if let url = URL(string: "https://evict.nl") {
2222
NSLog("navigating to \(url)")
2323
webView.loadRequest(URLRequest(url: url))
2424
}

0 commit comments

Comments
 (0)