Skip to content

Commit

Permalink
Added MapKit framework to project as required by SDWebImage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaterfall committed Mar 11, 2014
1 parent a67891c commit c814ff7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Demo/PhotoBrowserDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
0E17D70117FAE1A80094ABF6 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 0E17D70017FAE1A80094ABF6 /* [email protected] */; };
0E3CF61C18CF322F000EC5F2 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E3CF61B18CF322F000EC5F2 /* MapKit.framework */; };
0E3D588F180456580000E3A0 /* photo1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0E3D5887180456580000E3A0 /* photo1.jpg */; };
0E3D5890180456580000E3A0 /* photo2.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0E3D5888180456580000E3A0 /* photo2.jpg */; };
0E3D5891180456580000E3A0 /* photo3.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0E3D5889180456580000E3A0 /* photo3.jpg */; };
Expand Down Expand Up @@ -58,6 +59,7 @@

/* Begin PBXFileReference section */
0E17D70017FAE1A80094ABF6 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
0E3CF61B18CF322F000EC5F2 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
0E3D5887180456580000E3A0 /* photo1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo1.jpg; path = Photos/photo1.jpg; sourceTree = "<group>"; };
0E3D5888180456580000E3A0 /* photo2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo2.jpg; path = Photos/photo2.jpg; sourceTree = "<group>"; };
0E3D5889180456580000E3A0 /* photo3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = photo3.jpg; path = Photos/photo3.jpg; sourceTree = "<group>"; };
Expand Down Expand Up @@ -99,6 +101,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0E3CF61C18CF322F000EC5F2 /* MapKit.framework in Frameworks */,
0E8515D017FCC34700FE1EF3 /* AssetsLibrary.framework in Frameworks */,
0E8515C617FC781600FE1EF3 /* QuartzCore.framework in Frameworks */,
0E76FFF21573FE25000EE5CA /* libMWPhotoBrowser.a in Frameworks */,
Expand Down Expand Up @@ -142,6 +145,7 @@
4C6F979014AF734900F8389A /* Frameworks */ = {
isa = PBXGroup;
children = (
0E3CF61B18CF322F000EC5F2 /* MapKit.framework */,
0E8515CF17FCC34700FE1EF3 /* AssetsLibrary.framework */,
0E8515C517FC781600FE1EF3 /* QuartzCore.framework */,
0EA380341573EA53003F4582 /* ImageIO.framework */,
Expand Down
2 changes: 1 addition & 1 deletion MWPhotoBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|
s.source_files = 'MWPhotoBrowser/Classes/*.{h,m}'
s.resources = 'MWPhotoBrowser/MWPhotoBrowser.bundle'
s.requires_arc = true
s.frameworks = 'MessageUI', 'ImageIO', 'QuartzCore', 'AssetsLibrary'
s.frameworks = 'MessageUI', 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'MapKit'
s.dependency 'SDWebImage', '~> 3.5.4'
s.dependency 'MBProgressHUD'
s.dependency 'DACircularProgress'
Expand Down
4 changes: 4 additions & 0 deletions MWPhotoBrowser/MWPhotoBrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
0E17D77C17FAEADE0094ABF6 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E17D75F17FAEADE0094ABF6 /* UIImage+WebP.m */; };
0E17D77D17FAEADE0094ABF6 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E17D76017FAEADE0094ABF6 /* UIImageView+WebCache.h */; };
0E17D77E17FAEADE0094ABF6 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E17D76117FAEADE0094ABF6 /* UIImageView+WebCache.m */; };
0E3CF61A18CF321F000EC5F2 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E3CF61918CF321F000EC5F2 /* MapKit.framework */; };
0E3D5899180467550000E3A0 /* MWGridViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E3D5897180467550000E3A0 /* MWGridViewController.h */; };
0E3D589A180467550000E3A0 /* MWGridViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E3D5898180467550000E3A0 /* MWGridViewController.m */; };
0E3D58B8180474330000E3A0 /* NSIndexPath+PSTCollectionViewAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E3D589C180474330000E3A0 /* NSIndexPath+PSTCollectionViewAdditions.h */; };
Expand Down Expand Up @@ -124,6 +125,7 @@
0E17D75F17FAEADE0094ABF6 /* UIImage+WebP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+WebP.m"; path = "Libraries/SDWebImage/SDWebImage/UIImage+WebP.m"; sourceTree = SOURCE_ROOT; };
0E17D76017FAEADE0094ABF6 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "Libraries/SDWebImage/SDWebImage/UIImageView+WebCache.h"; sourceTree = SOURCE_ROOT; };
0E17D76117FAEADE0094ABF6 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "Libraries/SDWebImage/SDWebImage/UIImageView+WebCache.m"; sourceTree = SOURCE_ROOT; };
0E3CF61918CF321F000EC5F2 /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
0E3D5897180467550000E3A0 /* MWGridViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MWGridViewController.h; path = Classes/MWGridViewController.h; sourceTree = SOURCE_ROOT; };
0E3D5898180467550000E3A0 /* MWGridViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MWGridViewController.m; path = Classes/MWGridViewController.m; sourceTree = SOURCE_ROOT; };
0E3D589C180474330000E3A0 /* NSIndexPath+PSTCollectionViewAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSIndexPath+PSTCollectionViewAdditions.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -194,6 +196,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0E3CF61A18CF321F000EC5F2 /* MapKit.framework in Frameworks */,
0E8515CA17FCB05B00FE1EF3 /* AssetsLibrary.framework in Frameworks */,
0E8515C417FC780500FE1EF3 /* QuartzCore.framework in Frameworks */,
0EA380331573EA4B003F4582 /* ImageIO.framework in Frameworks */,
Expand Down Expand Up @@ -272,6 +275,7 @@
4C6F96C614AF704100F8389A /* Frameworks */ = {
isa = PBXGroup;
children = (
0E3CF61918CF321F000EC5F2 /* MapKit.framework */,
0E8515C917FCB05B00FE1EF3 /* AssetsLibrary.framework */,
0E8515C317FC780500FE1EF3 /* QuartzCore.framework */,
0EA380321573EA4B003F4582 /* ImageIO.framework */,
Expand Down

0 comments on commit c814ff7

Please sign in to comment.