Skip to content

Commit c8f466a

Browse files
committed
Using SDWebImage 5.0.0-beta3
1 parent bc70426 commit c8f466a

File tree

2 files changed

+66
-54
lines changed

2 files changed

+66
-54
lines changed

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- SDWebImage/Core (5.0.0-beta2)
2+
- SDWebImage/Core (5.0.0-beta3)
33
- SDWebImageYYPlugin (0.1.0):
44
- SDWebImage/Core (>= 5.0.0-beta)
55
- SDWebImageYYPlugin/YYCache (= 0.1.0)
@@ -31,11 +31,11 @@ EXTERNAL SOURCES:
3131

3232
CHECKOUT OPTIONS:
3333
SDWebImage:
34-
:commit: 2bb336bc12a5690dd11988c0bc8bef2c7318508d
34+
:commit: 1ed0b8cfe86066ea28093406fcd859efd40c9d96
3535
:git: "[email protected]:rs/SDWebImage.git"
3636

3737
SPEC CHECKSUMS:
38-
SDWebImage: 8e4aaf5805e954ad426702adf5a8c012a7f581d1
38+
SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4
3939
SDWebImageYYPlugin: 4a756eec055647c989fe9d54f9535780bc0e0465
4040
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
4141
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54

Example/SDWebImageYYPlugin.xcodeproj/project.pbxproj

Lines changed: 63 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
014579F74130BADB370B26C0 /* Pods_SDWebImageYYPlugin_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6E469A7E83545C1A23897BF /* Pods_SDWebImageYYPlugin_Tests.framework */; };
1110
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
1211
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
1312
6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
@@ -22,8 +21,9 @@
2221
6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
2322
6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; };
2423
71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
24+
7627DE0857600EEE0189B0BF /* Pods_SDWebImageYYPlugin_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1A4EA0620666F03BDD4C4CA /* Pods_SDWebImageYYPlugin_Tests.framework */; };
2525
873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
26-
D8F886D29E0FA3402C9BDDA3 /* Pods_SDWebImageYYPlugin_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F0036F97FA9922752613A0D /* Pods_SDWebImageYYPlugin_Example.framework */; };
26+
ECAD3C2D64807A37AF113FEA /* Pods_SDWebImageYYPlugin_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 25660C1921879079816CF53D /* Pods_SDWebImageYYPlugin_Example.framework */; };
2727
/* End PBXBuildFile section */
2828

2929
/* Begin PBXContainerItemProxy section */
@@ -39,10 +39,8 @@
3939
/* Begin PBXFileReference section */
4040
0BE40967A35C3E36B42D15F4 /* SDWebImageYYPlugin.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SDWebImageYYPlugin.podspec; path = ../SDWebImageYYPlugin.podspec; sourceTree = "<group>"; };
4141
1F3130FE6E642E621C8F9D2C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
42-
23EECF2B35761746DFB908D5 /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example.release.xcconfig"; sourceTree = "<group>"; };
43-
2F0036F97FA9922752613A0D /* Pods_SDWebImageYYPlugin_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageYYPlugin_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
44-
42C7BDF1491613FEA66C7E10 /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests.release.xcconfig"; sourceTree = "<group>"; };
45-
5948612A6398B7A15CC34865 /* Pods-SDWebImageYYPlugin_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests.debug.xcconfig"; sourceTree = "<group>"; };
42+
25660C1921879079816CF53D /* Pods_SDWebImageYYPlugin_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageYYPlugin_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
43+
5C9C832718252AAAF79D98FE /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests.release.xcconfig"; sourceTree = "<group>"; };
4644
6003F58A195388D20070C39A /* SDWebImageYYPlugin_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDWebImageYYPlugin_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
4745
6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
4846
6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
@@ -63,9 +61,11 @@
6361
6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = "<group>"; };
6462
606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
6563
71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
64+
81EE1C5A2EC4BF351E15068D /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example.release.xcconfig"; sourceTree = "<group>"; };
6665
873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
67-
B6E469A7E83545C1A23897BF /* Pods_SDWebImageYYPlugin_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageYYPlugin_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
68-
C307C0415ABD5E3A501DA812 /* Pods-SDWebImageYYPlugin_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example.debug.xcconfig"; sourceTree = "<group>"; };
66+
89074726904FF3052A5D23D9 /* Pods-SDWebImageYYPlugin_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests.debug.xcconfig"; sourceTree = "<group>"; };
67+
D1A4EA0620666F03BDD4C4CA /* Pods_SDWebImageYYPlugin_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SDWebImageYYPlugin_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
68+
EA1F50918919E6B01971B7CB /* Pods-SDWebImageYYPlugin_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SDWebImageYYPlugin_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example.debug.xcconfig"; sourceTree = "<group>"; };
6969
F8CA3663355A4F134162F956 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
7070
/* End PBXFileReference section */
7171

@@ -77,7 +77,7 @@
7777
6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
7878
6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
7979
6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
80-
D8F886D29E0FA3402C9BDDA3 /* Pods_SDWebImageYYPlugin_Example.framework in Frameworks */,
80+
ECAD3C2D64807A37AF113FEA /* Pods_SDWebImageYYPlugin_Example.framework in Frameworks */,
8181
);
8282
runOnlyForDeploymentPostprocessing = 0;
8383
};
@@ -88,24 +88,13 @@
8888
6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
8989
6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
9090
6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
91-
014579F74130BADB370B26C0 /* Pods_SDWebImageYYPlugin_Tests.framework in Frameworks */,
91+
7627DE0857600EEE0189B0BF /* Pods_SDWebImageYYPlugin_Tests.framework in Frameworks */,
9292
);
9393
runOnlyForDeploymentPostprocessing = 0;
9494
};
9595
/* End PBXFrameworksBuildPhase section */
9696

9797
/* Begin PBXGroup section */
98-
03FCB093EB4EFF6D3F5C521B /* Pods */ = {
99-
isa = PBXGroup;
100-
children = (
101-
C307C0415ABD5E3A501DA812 /* Pods-SDWebImageYYPlugin_Example.debug.xcconfig */,
102-
23EECF2B35761746DFB908D5 /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */,
103-
5948612A6398B7A15CC34865 /* Pods-SDWebImageYYPlugin_Tests.debug.xcconfig */,
104-
42C7BDF1491613FEA66C7E10 /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */,
105-
);
106-
name = Pods;
107-
sourceTree = "<group>";
108-
};
10998
6003F581195388D10070C39A = {
11099
isa = PBXGroup;
111100
children = (
@@ -114,7 +103,7 @@
114103
6003F5B5195388D20070C39A /* Tests */,
115104
6003F58C195388D20070C39A /* Frameworks */,
116105
6003F58B195388D20070C39A /* Products */,
117-
03FCB093EB4EFF6D3F5C521B /* Pods */,
106+
6E3B1508C94E61E4B350BEDE /* Pods */,
118107
);
119108
sourceTree = "<group>";
120109
};
@@ -134,8 +123,8 @@
134123
6003F58F195388D20070C39A /* CoreGraphics.framework */,
135124
6003F591195388D20070C39A /* UIKit.framework */,
136125
6003F5AF195388D20070C39A /* XCTest.framework */,
137-
2F0036F97FA9922752613A0D /* Pods_SDWebImageYYPlugin_Example.framework */,
138-
B6E469A7E83545C1A23897BF /* Pods_SDWebImageYYPlugin_Tests.framework */,
126+
25660C1921879079816CF53D /* Pods_SDWebImageYYPlugin_Example.framework */,
127+
D1A4EA0620666F03BDD4C4CA /* Pods_SDWebImageYYPlugin_Tests.framework */,
139128
);
140129
name = Frameworks;
141130
sourceTree = "<group>";
@@ -196,18 +185,29 @@
196185
name = "Podspec Metadata";
197186
sourceTree = "<group>";
198187
};
188+
6E3B1508C94E61E4B350BEDE /* Pods */ = {
189+
isa = PBXGroup;
190+
children = (
191+
EA1F50918919E6B01971B7CB /* Pods-SDWebImageYYPlugin_Example.debug.xcconfig */,
192+
81EE1C5A2EC4BF351E15068D /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */,
193+
89074726904FF3052A5D23D9 /* Pods-SDWebImageYYPlugin_Tests.debug.xcconfig */,
194+
5C9C832718252AAAF79D98FE /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */,
195+
);
196+
name = Pods;
197+
sourceTree = "<group>";
198+
};
199199
/* End PBXGroup section */
200200

201201
/* Begin PBXNativeTarget section */
202202
6003F589195388D20070C39A /* SDWebImageYYPlugin_Example */ = {
203203
isa = PBXNativeTarget;
204204
buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "SDWebImageYYPlugin_Example" */;
205205
buildPhases = (
206-
C81BC470EE9B0E4E27385425 /* [CP] Check Pods Manifest.lock */,
206+
9AC01101C9614FE1E4B6AD75 /* [CP] Check Pods Manifest.lock */,
207207
6003F586195388D20070C39A /* Sources */,
208208
6003F587195388D20070C39A /* Frameworks */,
209209
6003F588195388D20070C39A /* Resources */,
210-
053E29CB027BC9446808DA05 /* [CP] Embed Pods Frameworks */,
210+
A1C9798AC9A64B3285935ADE /* [CP] Embed Pods Frameworks */,
211211
);
212212
buildRules = (
213213
);
@@ -222,7 +222,7 @@
222222
isa = PBXNativeTarget;
223223
buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "SDWebImageYYPlugin_Tests" */;
224224
buildPhases = (
225-
56E885A70EC351C1F1512B57 /* [CP] Check Pods Manifest.lock */,
225+
0C5606D06E2CBD1FF0BCA1FB /* [CP] Check Pods Manifest.lock */,
226226
6003F5AA195388D20070C39A /* Sources */,
227227
6003F5AB195388D20070C39A /* Frameworks */,
228228
6003F5AC195388D20070C39A /* Resources */,
@@ -294,64 +294,76 @@
294294
/* End PBXResourcesBuildPhase section */
295295

296296
/* Begin PBXShellScriptBuildPhase section */
297-
053E29CB027BC9446808DA05 /* [CP] Embed Pods Frameworks */ = {
297+
0C5606D06E2CBD1FF0BCA1FB /* [CP] Check Pods Manifest.lock */ = {
298298
isa = PBXShellScriptBuildPhase;
299299
buildActionMask = 2147483647;
300300
files = (
301301
);
302+
inputFileListPaths = (
303+
);
302304
inputPaths = (
303-
"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh",
304-
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
305-
"${BUILT_PRODUCTS_DIR}/SDWebImageYYPlugin/SDWebImageYYPlugin.framework",
306-
"${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework",
307-
"${BUILT_PRODUCTS_DIR}/YYImage/YYImage.framework",
305+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
306+
"${PODS_ROOT}/Manifest.lock",
307+
);
308+
name = "[CP] Check Pods Manifest.lock";
309+
outputFileListPaths = (
308310
);
309-
name = "[CP] Embed Pods Frameworks";
310311
outputPaths = (
311-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
312-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageYYPlugin.framework",
313-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework",
314-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYImage.framework",
312+
"$(DERIVED_FILE_DIR)/Pods-SDWebImageYYPlugin_Tests-checkManifestLockResult.txt",
315313
);
316314
runOnlyForDeploymentPostprocessing = 0;
317315
shellPath = /bin/sh;
318-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh\"\n";
316+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
319317
showEnvVarsInLog = 0;
320318
};
321-
56E885A70EC351C1F1512B57 /* [CP] Check Pods Manifest.lock */ = {
319+
9AC01101C9614FE1E4B6AD75 /* [CP] Check Pods Manifest.lock */ = {
322320
isa = PBXShellScriptBuildPhase;
323321
buildActionMask = 2147483647;
324322
files = (
325323
);
324+
inputFileListPaths = (
325+
);
326326
inputPaths = (
327327
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
328328
"${PODS_ROOT}/Manifest.lock",
329329
);
330330
name = "[CP] Check Pods Manifest.lock";
331+
outputFileListPaths = (
332+
);
331333
outputPaths = (
332-
"$(DERIVED_FILE_DIR)/Pods-SDWebImageYYPlugin_Tests-checkManifestLockResult.txt",
334+
"$(DERIVED_FILE_DIR)/Pods-SDWebImageYYPlugin_Example-checkManifestLockResult.txt",
333335
);
334336
runOnlyForDeploymentPostprocessing = 0;
335337
shellPath = /bin/sh;
336338
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
337339
showEnvVarsInLog = 0;
338340
};
339-
C81BC470EE9B0E4E27385425 /* [CP] Check Pods Manifest.lock */ = {
341+
A1C9798AC9A64B3285935ADE /* [CP] Embed Pods Frameworks */ = {
340342
isa = PBXShellScriptBuildPhase;
341343
buildActionMask = 2147483647;
342344
files = (
343345
);
346+
inputFileListPaths = (
347+
);
344348
inputPaths = (
345-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
346-
"${PODS_ROOT}/Manifest.lock",
349+
"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh",
350+
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
351+
"${BUILT_PRODUCTS_DIR}/SDWebImageYYPlugin/SDWebImageYYPlugin.framework",
352+
"${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework",
353+
"${BUILT_PRODUCTS_DIR}/YYImage/YYImage.framework",
354+
);
355+
name = "[CP] Embed Pods Frameworks";
356+
outputFileListPaths = (
347357
);
348-
name = "[CP] Check Pods Manifest.lock";
349358
outputPaths = (
350-
"$(DERIVED_FILE_DIR)/Pods-SDWebImageYYPlugin_Example-checkManifestLockResult.txt",
359+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
360+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImageYYPlugin.framework",
361+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework",
362+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYImage.framework",
351363
);
352364
runOnlyForDeploymentPostprocessing = 0;
353365
shellPath = /bin/sh;
354-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
366+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh\"\n";
355367
showEnvVarsInLog = 0;
356368
};
357369
/* End PBXShellScriptBuildPhase section */
@@ -514,7 +526,7 @@
514526
};
515527
6003F5C0195388D20070C39A /* Debug */ = {
516528
isa = XCBuildConfiguration;
517-
baseConfigurationReference = C307C0415ABD5E3A501DA812 /* Pods-SDWebImageYYPlugin_Example.debug.xcconfig */;
529+
baseConfigurationReference = EA1F50918919E6B01971B7CB /* Pods-SDWebImageYYPlugin_Example.debug.xcconfig */;
518530
buildSettings = {
519531
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
520532
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -529,7 +541,7 @@
529541
};
530542
6003F5C1195388D20070C39A /* Release */ = {
531543
isa = XCBuildConfiguration;
532-
baseConfigurationReference = 23EECF2B35761746DFB908D5 /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */;
544+
baseConfigurationReference = 81EE1C5A2EC4BF351E15068D /* Pods-SDWebImageYYPlugin_Example.release.xcconfig */;
533545
buildSettings = {
534546
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
535547
GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -544,7 +556,7 @@
544556
};
545557
6003F5C3195388D20070C39A /* Debug */ = {
546558
isa = XCBuildConfiguration;
547-
baseConfigurationReference = 5948612A6398B7A15CC34865 /* Pods-SDWebImageYYPlugin_Tests.debug.xcconfig */;
559+
baseConfigurationReference = 89074726904FF3052A5D23D9 /* Pods-SDWebImageYYPlugin_Tests.debug.xcconfig */;
548560
buildSettings = {
549561
BUNDLE_LOADER = "$(TEST_HOST)";
550562
FRAMEWORK_SEARCH_PATHS = (
@@ -568,7 +580,7 @@
568580
};
569581
6003F5C4195388D20070C39A /* Release */ = {
570582
isa = XCBuildConfiguration;
571-
baseConfigurationReference = 42C7BDF1491613FEA66C7E10 /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */;
583+
baseConfigurationReference = 5C9C832718252AAAF79D98FE /* Pods-SDWebImageYYPlugin_Tests.release.xcconfig */;
572584
buildSettings = {
573585
BUNDLE_LOADER = "$(TEST_HOST)";
574586
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)