Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
11 years ago
Commit
bb0cf958e41f56af8d3340a224068e60e99ccca3
1 parent
e81e345d
fixes #474: update library path
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Mapbox-iOS-SDK.podspec
Mapbox-iOS-SDK.podspec
View file @
bb0cf95
...
...
@@ -30,7 +30,7 @@ Pod::Spec.new do |m|
m
.
libraries
=
'Proj4'
,
'sqlite3'
,
'z'
m
.
xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-ObjC'
,
'LIBRARY_SEARCH_PATHS'
=>
'"${PODS_ROOT}/Mapbox/Proj4"'
}
m
.
xcconfig
=
{
'OTHER_LDFLAGS'
=>
'-ObjC'
,
'LIBRARY_SEARCH_PATHS'
=>
'"${PODS_ROOT}/Mapbox
-iOS-SDK
/Proj4"'
}
m
.
preserve_paths
=
'MapView/MapView.xcodeproj'
,
'MapView/Map/Resources'
...
...
Please
register
or
login
to post a comment