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
4bb14e58
Commit
4bb14e58
authored
Feb 04, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WIP][Installer] Adapt for LocalPod refactor
parent
d2b90c07
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGELOG.md
CHANGELOG.md
+1
-0
installer.rb
lib/cocoapods/installer.rb
+0
-0
installer_spec.rb
spec/unit/installer_spec.rb
+7
-5
No files found.
CHANGELOG.md
View file @
4bb14e58
...
...
@@ -16,6 +16,7 @@
-
Subspecs now do not inherit the files patterns from the parent spec.
-
The workspace is written only if needed greatly reducing the occasions in
which Xcode asks to revert.
-
Specification hooks are only called when the specification is installed.
###### Specification DSL
...
...
lib/cocoapods/installer.rb
View file @
4bb14e58
This diff is collapsed.
Click to expand it.
spec/unit/installer_spec.rb
View file @
4bb14e58
require
File
.
expand_path
(
'../../spec_helper'
,
__FILE__
)
# TODO add tests for multiple targets!
# @return [Lockfile]
#
def
generate_lockfile
...
...
@@ -26,7 +28,7 @@ module Pod
# before do
# @sandbox = temporary_sandbox
# config.repos_dir = fixture('spec-repos')
# config.
project_pods
_root = @sandbox.root
# config.
sandbox
_root = @sandbox.root
# FileUtils.cp_r(fixture('integration/JSONKit'), @sandbox.root + 'JSONKit')
# end
#
...
...
@@ -38,7 +40,7 @@ module Pod
describe
"Concerning pre-installation computations"
do
# @sandbox = temporary_sandbox
# config.
project_pods
_root = temporary_sandbox.root
# config.
sandbox
_root = temporary_sandbox.root
# FileUtils.cp_r(fixture('integration/JSONKit'), @sandbox.root + 'JSONKit')
# resolver = Resolver.new(podfile, nil, @sandbox)
...
...
@@ -80,7 +82,7 @@ module Pod
# end
# @sandbox = temporary_sandbox
# config.
project_pods
_root = temporary_sandbox.root
# config.
sandbox
_root = temporary_sandbox.root
# FileUtils.cp_r(fixture('integration/JSONKit'), @sandbox.root + 'JSONKit')
# @installer = Installer.new(@sandbox, podfile)
# target_installer = @installer.target_installers.first
...
...
@@ -118,7 +120,7 @@ module Pod
# before do
# sandbox = temporary_sandbox
# Config.instance.
project_pods
_root = sandbox.root
# Config.instance.
sandbox
_root = sandbox.root
# Config.instance.integrate_targets = false
# podspec_path = fixture('integration/Reachability/Reachability.podspec')
# podfile = Podfile.new do
...
...
@@ -166,7 +168,7 @@ module Pod
# before do
# sandbox = temporary_sandbox
# Config.instance.
project_pods
_root = sandbox.root
# Config.instance.
sandbox
_root = sandbox.root
# Config.instance.integrate_targets = false
# podspec_path = fixture('chameleon')
# podfile = Podfile.new do
...
...
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