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
10b7d02b
Commit
10b7d02b
authored
May 04, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[config.ios?] Temporary support for pod spec lint.
parent
a942ac10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
push.rb
lib/cocoapods/command/push.rb
+1
-0
config.rb
lib/cocoapods/config.rb
+1
-0
installer.rb
lib/cocoapods/installer.rb
+2
-0
No files found.
lib/cocoapods/command/push.rb
View file @
10b7d02b
...
...
@@ -32,6 +32,7 @@ module Pod
update_repo
add_specs_to_repo
push_repo
puts
end
private
...
...
lib/cocoapods/config.rb
View file @
10b7d02b
...
...
@@ -51,6 +51,7 @@ module Pod
Podfile
.
from_file
(
project_podfile
)
if
project_podfile
.
exist?
end
end
attr_writer
:podfile
def
ios?
# TODO: deprecate in 0.7
...
...
lib/cocoapods/installer.rb
View file @
10b7d02b
...
...
@@ -14,6 +14,8 @@ module Pod
# FIXME: pass this into the installer as a parameter
@sandbox
=
Sandbox
.
new
(
config
.
project_pods_root
)
@resolver
=
Resolver
.
new
(
@podfile
,
@sandbox
)
# TODO: remove in 0.7 (legacy support for config.ios? and config.osx?)
config
.
podfile
=
podfile
end
def
lock_file
...
...
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