Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
419a524e
Commit
419a524e
authored
Apr 03, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Command::Spec] Remove FileList references from template
parent
66c791c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
spec.rb
lib/cocoapods/command/spec.rb
+1
-5
No files found.
lib/cocoapods/command/spec.rb
View file @
419a524e
...
@@ -505,13 +505,12 @@ Pod::Spec.new do |s|
...
@@ -505,13 +505,12 @@ Pod::Spec.new do |s|
# path will automatically have '*.{h,m,mm,c,cpp}' appended.
# path will automatically have '*.{h,m,mm,c,cpp}' appended.
#
#
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
s.exclude_files = 'Classes/Exclude'
# A list of file patterns which select the header files that should be
# A list of file patterns which select the header files that should be
# made available to the application. If the pattern is a directory then the
# made available to the application. If the pattern is a directory then the
# path will automatically have '*.h' appended.
# path will automatically have '*.h' appended.
#
#
# Also allows the use of the FileList class like `source_files' does.
#
# If you do not explicitly set the list of public header files,
# If you do not explicitly set the list of public header files,
# all headers of source_files will be made public.
# all headers of source_files will be made public.
#
#
...
@@ -520,15 +519,12 @@ Pod::Spec.new do |s|
...
@@ -520,15 +519,12 @@ Pod::Spec.new do |s|
# A list of resources included with the Pod. These are copied into the
# A list of resources included with the Pod. These are copied into the
# target bundle with a build phase script.
# target bundle with a build phase script.
#
#
# Also allows the use of the FileList class like `source_files' does.
#
# s.resource = "icon.png"
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.resources = "Resources/*.png"
# A list of paths to preserve after installing the Pod.
# A list of paths to preserve after installing the Pod.
# CocoaPods cleans by default any file that is not used.
# CocoaPods cleans by default any file that is not used.
# Please don't include documentation, example, and test files.
# Please don't include documentation, example, and test files.
# Also allows the use of the FileList class like `source_files' does.
#
#
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment