forked from mwaterfall/MWPhotoBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MapKit framework to project as required by SDWebImage.
- Loading branch information
1 parent
a67891c
commit c814ff7
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */; }; | ||
|
@@ -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>"; }; | ||
|
@@ -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 */, | ||
|
@@ -142,6 +145,7 @@ | |
4C6F979014AF734900F8389A /* Frameworks */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
0E3CF61B18CF322F000EC5F2 /* MapKit.framework */, | ||
0E8515CF17FCC34700FE1EF3 /* AssetsLibrary.framework */, | ||
0E8515C517FC781600FE1EF3 /* QuartzCore.framework */, | ||
0EA380341573EA53003F4582 /* ImageIO.framework */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters