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

[Sandbox] Comments

parent d3e2778e
...@@ -12,30 +12,38 @@ module Pod ...@@ -12,30 +12,38 @@ module Pod
# #
# Pods # Pods
# | # |
# +-- Headers # +-- User
# | +-- Private # | +-- [Target Name]-configuration.h
# | | +-- [Pod Name] # | +-- Specs
# | +-- Public # | +-- Scripts
# | +-- [Pod Name]
# | # |
# +-- Sources # +-- Generated
# | +-- [Pod Name] # +-- Headers
# | # | +-- Private
# +-- Specifications # | | +-- [Pod Name]
# | +-- External Sources # | +-- Public
# | +-- Normal Sources # | +-- [Pod Name]
# | # |
# +-- Target Support Files # +-- Sources
# | +-- [Target Name] # | +-- [Pod Name]
# | +-- Acknowledgements.markdown # |
# | +-- Acknowledgements.plist # +-- Specs
# | +-- Pods.xcconfig # | +-- External Sources
# | +-- Pods-prefix.pch # | +-- Normal Sources
# | +-- Pods-dummy_Pods.m # |
# | # +-- Target Support Files
# +-- Manifest.lock # | +-- [Target Name]
# | # | +-- Pods-acknowledgements.markdown
# +-- Pods.xcodeproj # | +-- Pods-acknowledgements.plist
# | +-- Pods-dummy.m
# | +-- Pods-prefix.pch
# | +-- Pods.xcconfig
# |
# +-- Manifest.lock
# |
# +-- Pods.xcodeproj
#
# See #833
# #
class Sandbox class Sandbox
......
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