Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(849)

Unified Diff: test/ios/app-bundle/test-device.gyp

Issue 26895006: ninja/mac: Support iOS codesign for ninja builds. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/ios/app-bundle/test-device.gyp
===================================================================
--- test/ios/app-bundle/test-device.gyp (revision 1754)
+++ test/ios/app-bundle/test-device.gyp (working copy)
@@ -31,6 +31,7 @@
],
'SDKROOT': 'iphonesimulator', # -isysroot
'TARGETED_DEVICE_FAMILY': '1,2',
+ 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
'IPHONEOS_DEPLOYMENT_TARGET': '4.2',
'CONFIGURATION_BUILD_DIR':'build/Default',

Powered by Google App Engine
This is Rietveld 408576698