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
6f0164ab
Commit
6f0164ab
authored
Jan 31, 2015
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integrator] Update copy regarding opening workspace
Closes #2996
parent
f2c18092
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
CHANGELOG.md
+10
-0
user_project_integrator.rb
lib/cocoapods/installer/user_project_integrator.rb
+1
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
CHANGELOG.md
View file @
6f0164ab
...
@@ -4,6 +4,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -4,6 +4,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
To install release candidates run
`[sudo] gem install cocoapods --pre`
To install release candidates run
`[sudo] gem install cocoapods --pre`
## Master
##### Enhancements
*
Explicitly inform the user to close existing project when switching to
a workspace for the first time.
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2996
](
https://github.com/CocoaPods/CocoaPods/issues/2996
)
## 0.36.0.beta.2
## 0.36.0.beta.2
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.21.0...0.21.2
)
[
Xcodeproj
](
https://github.com/CocoaPods/Xcodeproj/compare/0.21.0...0.21.2
)
...
...
lib/cocoapods/installer/user_project_integrator.rb
View file @
6f0164ab
...
@@ -94,7 +94,7 @@ module Pod
...
@@ -94,7 +94,7 @@ module Pod
end
end
else
else
UI
.
notice
"
From now on use `
#{
workspace_path
.
basename
}
`
."
UI
.
notice
"
Please close any current Xcode sessions and use `
#{
workspace_path
.
basename
}
` for this project from now on
."
workspace
=
Xcodeproj
::
Workspace
.
new
(
*
file_references
)
workspace
=
Xcodeproj
::
Workspace
.
new
(
*
file_references
)
workspace
.
save_as
(
workspace_path
)
workspace
.
save_as
(
workspace_path
)
end
end
...
...
cocoapods-integration-specs
@
e6fde491
Subproject commit
d147186c6566ccb3bf1765a258f28c5736b655c
6
Subproject commit
e6fde491a0862756f848becfffea8e679e9269f
6
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