Commit 44c7794e authored by Fabio Pelosin's avatar Fabio Pelosin

[Sandbox] Comments

parent d3e2778e
......@@ -12,6 +12,12 @@ module Pod
#
# Pods
# |
# +-- User
# | +-- [Target Name]-configuration.h
# | +-- Specs
# | +-- Scripts
# |
# +-- Generated
# +-- Headers
# | +-- Private
# | | +-- [Pod Name]
......@@ -21,22 +27,24 @@ module Pod
# +-- Sources
# | +-- [Pod Name]
# |
# +-- Specifications
# +-- Specs
# | +-- External Sources
# | +-- Normal Sources
# |
# +-- Target Support Files
# | +-- [Target Name]
# | +-- Acknowledgements.markdown
# | +-- Acknowledgements.plist
# | +-- Pods.xcconfig
# | +-- Pods-acknowledgements.markdown
# | +-- Pods-acknowledgements.plist
# | +-- Pods-dummy.m
# | +-- Pods-prefix.pch
# | +-- Pods-dummy_Pods.m
# | +-- Pods.xcconfig
# |
# +-- Manifest.lock
# |
# +-- Pods.xcodeproj
#
# See #833
#
class Sandbox
autoload :FileAccessor, 'cocoapods/sandbox/file_accessor'
......
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