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

Commit ea0d749

Browse files
committed
Version 2.0.0
1 parent 84afd8f commit ea0d749

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Demo/DFImageManager/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"idiom" : "ipad",
7272
"filename" : "icon@2x-2.png",
7373
"scale" : "2x"
74+
},
75+
{
76+
"idiom" : "ipad",
77+
"size" : "83.5x83.5",
78+
"scale" : "2x"
7479
}
7580
],
7681
"info" : {

Pod/DFImageManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 47;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
0CD2C6CD1BB72C7F006F4A63 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 0CD2C6CC1BB72C7F006F4A63 /* Info.plist */; };
1110
0CD2C6CF1BB72C8B006F4A63 /* DFImageManager-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD2C6CE1BB72C8B006F4A63 /* DFImageManager-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
1211
0CD2C72C1BB72CA8006F4A63 /* DFCachedImageResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CD2C6D71BB72CA8006F4A63 /* DFCachedImageResponse.h */; settings = {ATTRIBUTES = (Public, ); }; };
1312
0CD2C72D1BB72CA8006F4A63 /* DFCachedImageResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD2C6D81BB72CA8006F4A63 /* DFCachedImageResponse.m */; };
@@ -450,7 +449,7 @@
450449
};
451450
};
452451
buildConfigurationList = 0CD2C6B91BB72B25006F4A63 /* Build configuration list for PBXProject "DFImageManager" */;
453-
compatibilityVersion = "Xcode 3.2";
452+
compatibilityVersion = "Xcode 6.3";
454453
developmentRegion = English;
455454
hasScannedForEncodings = 0;
456455
knownRegions = (
@@ -471,7 +470,6 @@
471470
isa = PBXResourcesBuildPhase;
472471
buildActionMask = 2147483647;
473472
files = (
474-
0CD2C6CD1BB72C7F006F4A63 /* Info.plist in Resources */,
475473
);
476474
runOnlyForDeploymentPostprocessing = 0;
477475
};

Pod/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>2.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)