Commit 60803194 authored by Eloy Durán's avatar Eloy Durán

[Sandbox] Allow spec repos to be written to (update).

parent a3ee0e44
...@@ -95,6 +95,7 @@ __END__ ...@@ -95,6 +95,7 @@ __END__
(allow file-write* (allow file-write*
(regex (regex
#"^<%= Pod::Config.instance.project_root %>" #"^<%= Pod::Config.instance.project_root %>"
#"^<%= Pod::Config.instance.repos_dir %>"
#"^/Users/[^.]+/Library/Caches/CocoaPods/*" #"^/Users/[^.]+/Library/Caches/CocoaPods/*"
#"^/Users/[^.]+/Library/Developer/Shared/Documentation/DocSets" #"^/Users/[^.]+/Library/Developer/Shared/Documentation/DocSets"
#"^/dev/dtracehelper" #"^/dev/dtracehelper"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment