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
38cb0e67
Commit
38cb0e67
authored
Aug 25, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[XCConfig] Update specs for inherited FRAMEWORK_SEARCH_PATHS
parent
26f42610
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
aggregate_xcconfig_spec.rb
spec/unit/generator/xcconfig/aggregate_xcconfig_spec.rb
+2
-2
No files found.
spec/unit/generator/xcconfig/aggregate_xcconfig_spec.rb
View file @
38cb0e67
...
@@ -158,7 +158,7 @@ module Pod
...
@@ -158,7 +158,7 @@ module Pod
end
end
it
'does not add the framework build path to the xcconfig'
do
it
'does not add the framework build path to the xcconfig'
do
@xcconfig
.
to_hash
[
'FRAMEWORK_SEARCH_PATHS'
].
should
.
be
.
nil?
@xcconfig
.
to_hash
[
'FRAMEWORK_SEARCH_PATHS'
].
should
==
'$(inherited) '
end
end
it
'configures the project to load all members that implement Objective-c classes or categories'
do
it
'configures the project to load all members that implement Objective-c classes or categories'
do
...
@@ -209,7 +209,7 @@ module Pod
...
@@ -209,7 +209,7 @@ module Pod
describe
'with an unscoped pod target'
do
describe
'with an unscoped pod target'
do
it
'adds the framework build path to the xcconfig, with quotes, as framework search paths'
do
it
'adds the framework build path to the xcconfig, with quotes, as framework search paths'
do
@xcconfig
.
to_hash
[
'FRAMEWORK_SEARCH_PATHS'
].
should
.
be
.
nil
@xcconfig
.
to_hash
[
'FRAMEWORK_SEARCH_PATHS'
].
should
==
'$(inherited) '
end
end
it
'adds the framework header paths to the xcconfig, with quotes, as local headers'
do
it
'adds the framework header paths to the xcconfig, with quotes, as local headers'
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