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
1a3003d7
Commit
1a3003d7
authored
Nov 13, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IntegrationSpecs] Update for not adding private sandbox headers for frameworks
parent
aaa5c3ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
module_map_spec.rb
spec/unit/generator/module_map_spec.rb
+0
-14
No files found.
cocoapods-integration-specs
@
10f25aa8
Subproject commit
a92acf831ad074eee73953e27acbd573a82eb274
Subproject commit
10f25aa8855b5230f9068a8f6db3a8ebff67efd6
spec/unit/generator/module_map_spec.rb
View file @
1a3003d7
...
@@ -21,19 +21,5 @@ module Pod
...
@@ -21,19 +21,5 @@ module Pod
}
}
EOS
EOS
end
end
it
'correctly adds private headers'
do
@gen
.
stubs
(
:private_headers
).
returns
([
'Private.h'
])
@gen
.
generate
.
should
==
<<-
EOS
.
strip_heredoc
framework module BananaLib {
umbrella header "BananaLib-umbrella.h"
export *
module * { export * }
private header "Private.h"
}
EOS
end
end
end
end
end
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