Skip to content

Commit dde632c

Browse files
committed
Fix the wrong configuration of weak framework
1 parent a8a2880 commit dde632c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SDWebImageLinkPlugin.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
3253E0D02387E6B4007ACAD8 /* SDImageLinkLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3253E0C72387E6B4007ACAD8 /* SDImageLinkLoader.h */; settings = {ATTRIBUTES = (Public, ); }; };
1515
3253E0D22387E6B4007ACAD8 /* SDWebImageLinkDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 3253E0C92387E6B4007ACAD8 /* SDWebImageLinkDefine.h */; settings = {ATTRIBUTES = (Public, ); }; };
1616
3253E0D32387E6B4007ACAD8 /* SDWebImageLinkError.m in Sources */ = {isa = PBXBuildFile; fileRef = 3253E0CA2387E6B4007ACAD8 /* SDWebImageLinkError.m */; };
17-
3253E0D62387E8C5007ACAD8 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3253E0D52387E8C5007ACAD8 /* SDWebImage.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
18-
3253E0E72387E900007ACAD8 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3253E0E62387E900007ACAD8 /* SDWebImage.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
17+
3253E0D62387E8C5007ACAD8 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3253E0D52387E8C5007ACAD8 /* SDWebImage.framework */; settings = {ATTRIBUTES = (Required, ); }; };
18+
3253E0E72387E900007ACAD8 /* SDWebImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3253E0E62387E900007ACAD8 /* SDWebImage.framework */; settings = {ATTRIBUTES = (Required, ); }; };
1919
3253E0EC2387E94D007ACAD8 /* SDImageLinkLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3253E0C72387E6B4007ACAD8 /* SDImageLinkLoader.h */; settings = {ATTRIBUTES = (Public, ); }; };
2020
3253E0ED2387E94D007ACAD8 /* SDImageLinkLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3253E0C22387E6B4007ACAD8 /* SDImageLinkLoader.m */; };
2121
3253E0EE2387E94D007ACAD8 /* SDWebImageLinkDefine.h in Headers */ = {isa = PBXBuildFile; fileRef = 3253E0C92387E6B4007ACAD8 /* SDWebImageLinkDefine.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -31,8 +31,8 @@
3131
3253E13123882AD5007ACAD8 /* LPLinkView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3253E12E23882AD5007ACAD8 /* LPLinkView+WebCache.m */; };
3232
3253E13223882AD5007ACAD8 /* LPLinkView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3253E12F23882AD5007ACAD8 /* LPLinkView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
3333
3253E13323882AD5007ACAD8 /* LPLinkView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 3253E12F23882AD5007ACAD8 /* LPLinkView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; };
34-
3277599423C7035B0030A40A /* LinkPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3277599323C7035B0030A40A /* LinkPresentation.framework */; };
35-
3277599523C703630030A40A /* LinkPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3277599323C7035B0030A40A /* LinkPresentation.framework */; };
34+
3277599423C7035B0030A40A /* LinkPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3277599323C7035B0030A40A /* LinkPresentation.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
35+
3277599523C703630030A40A /* LinkPresentation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3277599323C7035B0030A40A /* LinkPresentation.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
3636
/* End PBXBuildFile section */
3737

3838
/* Begin PBXFileReference section */

0 commit comments

Comments
 (0)