diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.swift-version b/.swift-version old mode 100644 new mode 100755 diff --git a/.travis.yml b/.travis.yml old mode 100644 new mode 100755 diff --git a/EVURLCache.podspec b/EVURLCache.podspec old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/project.pbxproj b/EVURLCache.xcodeproj/project.pbxproj old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/EVURLCache.xcodeproj/project.xcworkspace/contents.xcworkspacedata old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/xcshareddata/xcschemes/EVURLCache.xcscheme b/EVURLCache.xcodeproj/xcshareddata/xcschemes/EVURLCache.xcscheme old mode 100644 new mode 100755 diff --git a/EVURLCache.xcodeproj/xcshareddata/xcschemes/OSXcompileTest.xcscheme b/EVURLCache.xcodeproj/xcshareddata/xcschemes/OSXcompileTest.xcscheme old mode 100644 new mode 100755 diff --git a/EVURLCache.xcworkspace/contents.xcworkspacedata b/EVURLCache.xcworkspace/contents.xcworkspacedata old mode 100644 new mode 100755 diff --git a/EVURLCache/AppDelegate.swift b/EVURLCache/AppDelegate.swift old mode 100644 new mode 100755 diff --git a/EVURLCache/Assets.xcassets/AppIcon.appiconset/Contents.json b/EVURLCache/Assets.xcassets/AppIcon.appiconset/Contents.json old mode 100644 new mode 100755 diff --git a/EVURLCache/Base.lproj/LaunchScreen.storyboard b/EVURLCache/Base.lproj/LaunchScreen.storyboard old mode 100644 new mode 100755 diff --git a/EVURLCache/Base.lproj/Main.storyboard b/EVURLCache/Base.lproj/Main.storyboard old mode 100644 new mode 100755 diff --git a/EVURLCache/Info.plist b/EVURLCache/Info.plist old mode 100644 new mode 100755 diff --git a/EVURLCache/Pod/EVURLCache.swift b/EVURLCache/Pod/EVURLCache.swift old mode 100644 new mode 100755 index b216bdc..c3282c2 --- a/EVURLCache/Pod/EVURLCache.swift +++ b/EVURLCache/Pod/EVURLCache.swift @@ -60,7 +60,9 @@ open class EVURLCache: URLCache { let urlCache = EVURLCache(memoryCapacity: 1<