From 698558391e132cedc97c050f7a780dd033a598a3 Mon Sep 17 00:00:00 2001 From: Kevin Wolkober Date: Mon, 13 Jun 2016 19:15:39 +0800 Subject: [PATCH] Rename SKCachable file to SKCacheable --- SKPhotoBrowser.xcodeproj/project.pbxproj | 8 ++++---- SKPhotoBrowser/{SKCachable.swift => SKCacheable.swift} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename SKPhotoBrowser/{SKCachable.swift => SKCacheable.swift} (100%) diff --git a/SKPhotoBrowser.xcodeproj/project.pbxproj b/SKPhotoBrowser.xcodeproj/project.pbxproj index 8ae4015..f1ec711 100644 --- a/SKPhotoBrowser.xcodeproj/project.pbxproj +++ b/SKPhotoBrowser.xcodeproj/project.pbxproj @@ -11,7 +11,7 @@ 210E53EF1C986D57008DD5E3 /* UIImage+Rotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 210E53EE1C986D57008DD5E3 /* UIImage+Rotation.swift */; }; 26C97AD51D0EB6870039F6CB /* SKCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C97AD41D0EB6870039F6CB /* SKCache.swift */; }; 26C97AD71D0EB6A00039F6CB /* SKCacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C97AD61D0EB6A00039F6CB /* SKCacheTests.swift */; }; - 26C97AD91D0EB8BB0039F6CB /* SKCachable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C97AD81D0EB8BB0039F6CB /* SKCachable.swift */; }; + 26C97AD91D0EB8BB0039F6CB /* SKCacheable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C97AD81D0EB8BB0039F6CB /* SKCacheable.swift */; }; 8909B5341BC791280060A053 /* SKPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8909B5331BC791280060A053 /* SKPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; 8909B5431BC791510060A053 /* SKCaptionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8909B53B1BC791510060A053 /* SKCaptionView.swift */; }; 8909B5441BC791510060A053 /* SKDetectingImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8909B53C1BC791510060A053 /* SKDetectingImageView.swift */; }; @@ -41,7 +41,7 @@ 210E53EE1C986D57008DD5E3 /* UIImage+Rotation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIImage+Rotation.swift"; path = "extensions/UIImage+Rotation.swift"; sourceTree = ""; }; 26C97AD41D0EB6870039F6CB /* SKCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKCache.swift; sourceTree = ""; }; 26C97AD61D0EB6A00039F6CB /* SKCacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKCacheTests.swift; sourceTree = ""; }; - 26C97AD81D0EB8BB0039F6CB /* SKCachable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKCachable.swift; sourceTree = ""; }; + 26C97AD81D0EB8BB0039F6CB /* SKCacheable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKCacheable.swift; sourceTree = ""; }; 8909B5301BC791280060A053 /* SKPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SKPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8909B5331BC791280060A053 /* SKPhotoBrowser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SKPhotoBrowser.h; sourceTree = ""; }; 8909B5351BC791280060A053 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -109,6 +109,7 @@ isa = PBXGroup; children = ( 26C97AD41D0EB6870039F6CB /* SKCache.swift */, + 26C97AD81D0EB8BB0039F6CB /* SKCacheable.swift */, 8909B53B1BC791510060A053 /* SKCaptionView.swift */, 8909B53C1BC791510060A053 /* SKDetectingImageView.swift */, 8909B53D1BC791510060A053 /* SKDetectingView.swift */, @@ -121,7 +122,6 @@ 8909B5351BC791280060A053 /* Info.plist */, 210E53EB1C986D1C008DD5E3 /* extensions */, 8909B54C1BC7916E0060A053 /* SKPhotoBrowser.bundle */, - 26C97AD81D0EB8BB0039F6CB /* SKCachable.swift */, ); path = SKPhotoBrowser; sourceTree = ""; @@ -262,7 +262,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 26C97AD91D0EB8BB0039F6CB /* SKCachable.swift in Sources */, + 26C97AD91D0EB8BB0039F6CB /* SKCacheable.swift in Sources */, 8909B5441BC791510060A053 /* SKDetectingImageView.swift in Sources */, 8909B54A1BC791510060A053 /* SKZoomingScrollView.swift in Sources */, 8CA6C6521CBE76E80054D3C2 /* SKLocalPhoto.swift in Sources */, diff --git a/SKPhotoBrowser/SKCachable.swift b/SKPhotoBrowser/SKCacheable.swift similarity index 100% rename from SKPhotoBrowser/SKCachable.swift rename to SKPhotoBrowser/SKCacheable.swift