Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 27, 2015
1 parent 84afd8f commit ea0d749
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
6 changes: 2 additions & 4 deletions Pod/DFImageManager.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 47;
objects = {

/* Begin PBXBuildFile section */
0CD2C6CD1BB72C7F006F4A63 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0CD2C6CC1BB72C7F006F4A63 /* Info.plist */; };
0CD2C6CF1BB72C8B006F4A63 /* DFImageManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD2C6CE1BB72C8B006F4A63 /* DFImageManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
0CD2C72C1BB72CA8006F4A63 /* DFCachedImageResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD2C6D71BB72CA8006F4A63 /* DFCachedImageResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
0CD2C72D1BB72CA8006F4A63 /* DFCachedImageResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD2C6D81BB72CA8006F4A63 /* DFCachedImageResponse.m */; };
Expand Down Expand Up @@ -450,7 +449,7 @@
};
};
buildConfigurationList = 0CD2C6B91BB72B25006F4A63 /* Build configuration list for PBXProject "DFImageManager" */;
compatibilityVersion = "Xcode 3.2";
compatibilityVersion = "Xcode 6.3";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
Expand All @@ -471,7 +470,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0CD2C6CD1BB72C7F006F4A63 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion Pod/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit ea0d749

Please sign in to comment.