From: Burcu Dogan Date: Sun, 3 May 2015 07:13:46 +0000 (-0700) Subject: misc/ios: fix plist indentation and whitespace X-Git-Tag: go1.5beta1~744 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=97fd7b07b69b6285c3993a13a0386afcd7df29e5;p=gostls13.git misc/ios: fix plist indentation and whitespace Change-Id: Ida727edb592e77918ca5511b41456786d57c97b2 Reviewed-on: https://go-review.googlesource.com/9634 Reviewed-by: David Crawshaw --- diff --git a/misc/ios/go_darwin_arm_exec.go b/misc/ios/go_darwin_arm_exec.go index f4baa13cca..402de3a574 100644 --- a/misc/ios/go_darwin_arm_exec.go +++ b/misc/ios/go_darwin_arm_exec.go @@ -626,25 +626,31 @@ func entitlementsPlist() string { com.apple.developer.team-identifier ` + teamID + ` -` + +` } const resourceRules = ` - rules - - .* - Info.plist + rules + + .* + + Info.plist - omit - weight 10 + omit + + weight + 10 ResourceRules.plist - omit - weight 100 + omit + + weight + 100