diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-23 15:50:10 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-23 15:50:10 +0100 |
commit | ba29473cedd6d4599d454577cdb1ef8a4694e49c (patch) | |
tree | b5dd202b7a9ebe17b0ecec4d73d8f6566e516508 | |
parent | 6b1b99ca0d5cd3a3708de9b280ed9b24f17b9dab (diff) |
set iOS distribution cert for test deployment
-rw-r--r-- | iPhone/FixMyStreet.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhone/FixMyStreet.xcodeproj/project.pbxproj b/iPhone/FixMyStreet.xcodeproj/project.pbxproj index f42384a..4d5003a 100644 --- a/iPhone/FixMyStreet.xcodeproj/project.pbxproj +++ b/iPhone/FixMyStreet.xcodeproj/project.pbxproj @@ -473,6 +473,8 @@ buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ENABLE_OBJC_ARC = NO; + CODE_SIGN_IDENTITY = "iPhone Distribution: UK Citizens Online Democracy"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: UK Citizens Online Democracy"; COPY_PHASE_STRIP = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "FixMyStreet/FixMyStreet-Prefix.pch"; @@ -481,6 +483,8 @@ INFOPLIST_FILE = "FixMyStreet/FixMyStreet-Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 5.0; PRODUCT_NAME = FixMyStreet; + PROVISIONING_PROFILE = "E72551C3-165F-4055-B771-3D70EEB811C5"; + "PROVISIONING_PROFILE[sdk=iphoneos*]" = "E72551C3-165F-4055-B771-3D70EEB811C5"; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; |