diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-05-05 11:38:27 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-05-05 11:53:20 +0200 |
commit | 24083c582c7308025ed05285ad9e82696c70658a (patch) | |
tree | bd77e509ea403eafe2e604eff4d18f246fd165aa /Makefile | |
parent | 691c305467c5d503719743e69f73bf28f20894d5 (diff) | |
download | qtlocation-mapboxgl-24083c582c7308025ed05285ad9e82696c70658a.tar.gz |
[iOS] add benchmarking application
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -120,7 +120,11 @@ ios-proj: Xcode/ios ios: XCPRETTY := $(shell ./scripts/xcpretty.sh) ios: Xcode/ios - xcodebuild -sdk iphoneos ARCHS="arm64 armv7 armv7s" PROVISIONING_PROFILE="2b532944-bf3d-4bf4-aa6c-a81676984ae8" -project ./build/ios/gyp/ios.xcodeproj -configuration Release -target iosapp -jobs $(JOBS) $(XCPRETTY) + xcodebuild -sdk iphoneos ARCHS="arm64 armv7 armv7s" PROVISIONING_PROFILE="19324a54-7455-4f0b-8e1c-e6957c718ebc" -project ./build/ios/gyp/ios.xcodeproj -configuration Release -target iosapp -jobs $(JOBS) $(XCPRETTY) + +ibench: XCPRETTY := $(shell ./scripts/xcpretty.sh) +ibench: Xcode/ios + xcodebuild -sdk iphoneos ARCHS="arm64" PROVISIONING_PROFILE="19324a54-7455-4f0b-8e1c-e6957c718ebc" -project ./build/ios/gyp/ios.xcodeproj -configuration Release -target ios-bench -jobs $(JOBS) $(XCPRETTY) isim: XCPRETTY := $(shell ./scripts/xcpretty.sh) isim: Xcode/ios |