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
ec8d620e
Unverified
Commit
ec8d620e
authored
May 25, 2018
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bundle] Update Xcodeproj
parent
a0dd2445
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Gemfile.lock
Gemfile.lock
+3
-3
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
pods_project_generator_spec.rb
spec/unit/installer/xcode/pods_project_generator_spec.rb
+1
-1
No files found.
Gemfile.lock
View file @
ec8d620e
...
...
@@ -31,10 +31,10 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
b792bafe384981530c58b50345d0aed9a4130b2c
revision:
cadb238767d09942a1c5eba90a3112034438ba23
branch: master
specs:
xcodeproj (1.5.
7
)
xcodeproj (1.5.
9
)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.2)
claide (>= 1.0.2, < 2.0)
...
...
@@ -297,4 +297,4 @@ DEPENDENCIES
xcodeproj!
BUNDLED WITH
1.16.
1
1.16.
2
cocoapods-integration-specs
@
82a95b54
Subproject commit
5d069a1c8df0084a116d42652349cafd521fcc3b
Subproject commit
82a95b547628dace8a510804ea0913b990806d91
spec/unit/installer/xcode/pods_project_generator_spec.rb
View file @
ec8d620e
...
...
@@ -157,7 +157,7 @@ module Pod
Specification
::
Consumer
.
any_instance
.
stubs
(
:frameworks
).
returns
([
'QuartzCore'
])
@installer
.
send
(
:install!
)
names
=
@installer
.
pods_project
[
'Frameworks'
][
'iOS'
].
children
.
map
(
&
:name
)
names
.
sort
.
should
==
[
'
Foundation.framework'
,
'
QuartzCore.framework'
]
names
.
sort
.
should
==
[
'QuartzCore.framework'
]
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