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
6e81540b
Commit
6e81540b
authored
Aug 21, 2012
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Add entry about namespacing subspecs in Pods.xcodeproj
parent
e6505274
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG.md
CHANGELOG.md
+1
-0
project_spec.rb
spec/unit/project_spec.rb
+1
-1
No files found.
CHANGELOG.md
View file @
6e81540b
...
...
@@ -11,6 +11,7 @@
-
Support for GitHub Gists in the linter.
-
Allow specifying ARC settings in subspecs.
-
Add Podfile#inhibit_all_warnings! which will inhibit all warnings from the Pods library.
[
#209
](
https://github.com/CocoaPods/CocoaPods/issues/209
)
-
Make the Pods Xcode project prettier by namespacing subspecs in nested groups.
[
#466
](
https://github.com/CocoaPods/CocoaPods/pull/466
)
## 0.11.1
...
...
spec/unit/project_spec.rb
View file @
6e81540b
...
...
@@ -22,7 +22,7 @@ describe 'Pod::Project' do
}).
should
.
not
==
nil
end
it
"namespaces subspecs in groups"
do
it
"namespaces subspecs in groups"
do
group
=
@project
.
add_spec_group
(
'JSONKit/Subspec'
)
@project
.
pods
.
groups
.
find
{
|
g
|
g
.
name
==
'JSONKit'
}.
child_references
.
should
.
include
group
.
uuid
find_object
({
...
...
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