summaryrefslogtreecommitdiff
path: root/misc/ios/detect.go
Commit message (Collapse)AuthorAgeFilesLines
* misc/ios: skip revoked certificatesDavid Crawshaw2015-09-171-0/+3
| | | | | | Change-Id: If65e5e55b359a61740d2ef185147bb6df90e0b0c Reviewed-on: https://go-review.googlesource.com/14654 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
* misc/ios: document the external binary and the required env variablesBurcu Dogan2015-06-091-0/+3
| | | | | | Change-Id: I1ec2460758b19e5315be061033c1bb5ed9ead4a8 Reviewed-on: https://go-review.googlesource.com/9688 Reviewed-by: Minux Ma <minux@golang.org>
* misc/ios: read codesign info from environment variablesJosh Bleecher Snyder2015-04-151-0/+132
Use environment variables to allow set-and-forget. Add a script to attempt to autodetect codesign info. Change-Id: Ic56b9c5f097b1a4117ebb89c408bc333d91f581d Reviewed-on: https://go-review.googlesource.com/8910 Reviewed-by: David Crawshaw <crawshaw@golang.org>