forked from ObscureMosquito/MapsX
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile
More file actions
28 lines (23 loc) · 675 Bytes
/
Copy pathMakefile
File metadata and controls
28 lines (23 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TARGET := iphone:clang:latest:6.0
export TARGET=iphone:clang:7.0
INSTALL_TARGET_PROCESSES = geod Maps
ARCHS = armv7 armv7s arm64
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = MapsX
MapsX_FILES = Tweak.x \
addtoken.xm \
directions.x \
urlpatches.x \
shields.x \
GEOTokenManager.m \
GEOQueryToLatLng.m \
GEONewerClasses.m \
GEOShieldMappingManager.m \
shieldmap-protobuf/GEOXShieldMap.m \
attribution.x \
pois.x \
polygons.xm
MapsX_CFLAGS = -fobjc-arc -Wno-gcc-compat
MapsX_FRAMEWORKS = Foundation CoreFoundation SystemConfiguration
MapsX_PRIVATE_FRAMEWORKS = ProtocolBuffer GeoServices VectorKit
include $(THEOS_MAKE_PATH)/tweak.mk