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
d14f40f5
Commit
d14f40f5
authored
Dec 03, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Use the correct word
parent
70b53224
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG.md
CHANGELOG.md
+1
-1
xcconfig_integrator_spec.rb
..._integrator/target_integrator/xcconfig_integrator_spec.rb
+1
-1
installer_spec.rb
spec/unit/installer_spec.rb
+1
-1
No files found.
CHANGELOG.md
View file @
d14f40f5
...
@@ -89,7 +89,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -89,7 +89,7 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#3347
](
https://github.com/CocoaPods/CocoaPods/issues/3347
)
[
#3347
](
https://github.com/CocoaPods/CocoaPods/issues/3347
)
*
Targets that are no longer integrated wi
ll
CocoaPods will be properly
*
Targets that are no longer integrated wi
th
CocoaPods will be properly
de-integrated when installation occurs.
de-integrated when installation occurs.
[
Samuel Giddins
](
https://github.com/segiddins
)
[
Samuel Giddins
](
https://github.com/segiddins
)
...
...
spec/unit/installer/user_project_integrator/target_integrator/xcconfig_integrator_spec.rb
View file @
d14f40f5
...
@@ -106,7 +106,7 @@ module Pod
...
@@ -106,7 +106,7 @@ module Pod
UI
.
warnings
.
should
.
not
.
match
/not set.*base configuration/
UI
.
warnings
.
should
.
not
.
match
/not set.*base configuration/
end
end
it
'handles when xcconfig is set to another sandox xcconfig'
do
it
'handles when xcconfig is set to another sand
b
ox xcconfig'
do
group
=
@project
.
new_group
(
'Pods'
)
group
=
@project
.
new_group
(
'Pods'
)
old_config
=
group
.
new_file
(
'../Pods/Target Support Files/Pods/SampleConfig.xcconfig'
)
old_config
=
group
.
new_file
(
'../Pods/Target Support Files/Pods/SampleConfig.xcconfig'
)
@target
.
build_configurations
.
each
do
|
config
|
@target
.
build_configurations
.
each
do
|
config
|
...
...
spec/unit/installer_spec.rb
View file @
d14f40f5
...
@@ -196,7 +196,7 @@ module Pod
...
@@ -196,7 +196,7 @@ module Pod
end
end
end
end
it
'does deintegrate when the major version is
the same
'
do
it
'does deintegrate when the major version is
different
'
do
VERSION
.
stubs
(
:to_s
).
returns
(
'1.1.0'
)
VERSION
.
stubs
(
:to_s
).
returns
(
'1.1.0'
)
should_not_deintegrate
=
%w(0.39.0 2.0.0 10.0-beta)
should_not_deintegrate
=
%w(0.39.0 2.0.0 10.0-beta)
should_not_deintegrate
.
each
do
|
version
|
should_not_deintegrate
.
each
do
|
version
|
...
...
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