From: Josh Bleecher Snyder Date: Thu, 16 Apr 2015 00:00:05 +0000 (-0700) Subject: misc/ios: fix teamID and appID use in entitlements X-Git-Tag: go1.5beta1~1074 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8fd1ec232ff2d9f5e8d73947900bc9b15a047050;p=gostls13.git misc/ios: fix teamID and appID use in entitlements This is a follow-up to CL 8910. This is the version that I have tested and which works when appID and teamID are not the same (which they appear to be for the builder). I am unsure how I submitted it with the wrong code. Change-Id: I186e34e91953d082b507390c1cd2042e5419c4c9 Reviewed-on: https://go-review.googlesource.com/8943 Reviewed-by: David Crawshaw --- diff --git a/misc/ios/go_darwin_arm_exec.go b/misc/ios/go_darwin_arm_exec.go index 6305beab70..f4baa13cca 100644 --- a/misc/ios/go_darwin_arm_exec.go +++ b/misc/ios/go_darwin_arm_exec.go @@ -618,11 +618,11 @@ func entitlementsPlist() string { keychain-access-groups - ` + teamID + `.golang.gotest + ` + appID + `.golang.gotest get-task-allow application-identifier - ` + teamID + `.golang.gotest + ` + appID + `.golang.gotest com.apple.developer.team-identifier ` + teamID + `