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
Hal Mueller
2009-03-12 22:46:37 +0000
Commit
13c81cfe731adb160af682456fbc914c64c055d9
1 parent
cbbd76d4
corrected prefix.pch filename in Release build of 2-map test app
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
samples/MapTestbedTwoMaps/MapTestbedTwoMaps.xcodeproj/project.pbxproj
samples/MapTestbedTwoMaps/MapTestbedTwoMaps.xcodeproj/project.pbxproj
View file @
13c81cf
...
...
@@ -311,7 +311,7 @@
COPY_PHASE_STRIP = YES;
GCC_DYNAMIC_NO_PIC = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = MapTestbed_Prefix.pch;
GCC_PREFIX_HEADER = MapTestbed
TwoMaps
_Prefix.pch;
HEADER_SEARCH_PATHS = "../../MapView/**";
INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = "-ObjC";
...
...
Please
register
or
login
to post a comment