diff --git a/.gitignore b/.gitignore index 8858389..49f8a58 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ build/ *~ *.dat *.dep +.DS_Store diff --git a/gifu.xcodeproj/project.pbxproj b/Gifu.xcodeproj/project.pbxproj similarity index 93% rename from gifu.xcodeproj/project.pbxproj rename to Gifu.xcodeproj/project.pbxproj index 3709ecb..c481657 100644 --- a/gifu.xcodeproj/project.pbxproj +++ b/Gifu.xcodeproj/project.pbxproj @@ -16,10 +16,10 @@ /* Begin PBXFileReference section */ 00B8C73E1A364DA400C188E7 /* Gifu.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Gifu.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 00B8C7421A364DA400C188E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Source/Info.plist; sourceTree = ""; }; - 00B8C75B1A364DCE00C188E7 /* Gifu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Gifu.swift; path = ../Source/Gifu.swift; sourceTree = ""; }; - 00B8C75C1A364DCE00C188E7 /* ImageSourceHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ImageSourceHelpers.swift; path = ../Source/ImageSourceHelpers.swift; sourceTree = ""; }; - 00B8C75D1A364DCE00C188E7 /* UIImageView+Gifu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "UIImageView+Gifu.swift"; path = "../Source/UIImageView+Gifu.swift"; sourceTree = ""; }; - 00B8C7951A3650EE00C188E7 /* Gifu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Gifu.h; path = ../Source/Gifu.h; sourceTree = ""; }; + 00B8C75B1A364DCE00C188E7 /* Gifu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Gifu.swift; sourceTree = ""; }; + 00B8C75C1A364DCE00C188E7 /* ImageSourceHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageSourceHelpers.swift; sourceTree = ""; }; + 00B8C75D1A364DCE00C188E7 /* UIImageView+Gifu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIImageView+Gifu.swift"; sourceTree = ""; }; + 00B8C7951A3650EE00C188E7 /* Gifu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Gifu.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -36,7 +36,8 @@ 00B8C7341A364DA400C188E7 = { isa = PBXGroup; children = ( - 00B8C7401A364DA400C188E7 /* Gifu */, + 00B8C75A1A364DBE00C188E7 /* Source */, + 00B8C7411A364DA400C188E7 /* Supporting Files */, 00B8C73F1A364DA400C188E7 /* Products */, ); sourceTree = ""; @@ -49,21 +50,13 @@ name = Products; sourceTree = ""; }; - 00B8C7401A364DA400C188E7 /* Gifu */ = { - isa = PBXGroup; - children = ( - 00B8C75A1A364DBE00C188E7 /* Source */, - 00B8C7411A364DA400C188E7 /* Supporting Files */, - ); - path = Gifu; - sourceTree = ""; - }; 00B8C7411A364DA400C188E7 /* Supporting Files */ = { isa = PBXGroup; children = ( 00B8C7421A364DA400C188E7 /* Info.plist */, ); name = "Supporting Files"; + path = Source; sourceTree = ""; }; 00B8C75A1A364DBE00C188E7 /* Source */ = { @@ -74,7 +67,7 @@ 00B8C75C1A364DCE00C188E7 /* ImageSourceHelpers.swift */, 00B8C75D1A364DCE00C188E7 /* UIImageView+Gifu.swift */, ); - name = Source; + path = Source; sourceTree = ""; }; /* End PBXGroup section */ diff --git a/gifu.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Gifu.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from gifu.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Gifu.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/gifu.xcodeproj/xcshareddata/xcschemes/gifu.xcscheme b/Gifu.xcodeproj/xcshareddata/xcschemes/Gifu.xcscheme similarity index 100% rename from gifu.xcodeproj/xcshareddata/xcschemes/gifu.xcscheme rename to Gifu.xcodeproj/xcshareddata/xcschemes/Gifu.xcscheme