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
5d756c88
Commit
5d756c88
authored
Apr 13, 2012
by
Eloy Durán
Committed by
Eloy Duran
Apr 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styling tweaks.
parent
a4cd8342
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
CHANGELOG.md
CHANGELOG.md
+4
-4
No files found.
CHANGELOG.md
View file @
5d756c88
...
@@ -13,7 +13,7 @@ with, use the `link_with` method like so:
...
@@ -13,7 +13,7 @@ with, use the `link_with` method like so:
```
ruby
```
ruby
platform
:ios
platform
:ios
workspace
'My
Full
Workspace'
workspace
'MyWorkspace'
link_with
[
'MyAppTarget'
,
'MyOtherAppTarget'
]
link_with
[
'MyAppTarget'
,
'MyOtherAppTarget'
]
dependency
'JSONKit'
dependency
'JSONKit'
...
@@ -27,16 +27,16 @@ end
...
@@ -27,16 +27,16 @@ end
_NOTE: As you can see it can take either one target name, or an array of names._
_NOTE: As you can see it can take either one target name, or an array of names._
If no explicit Xcode workspace is specified and only
**one**
project exists in
*
If no explicit Xcode workspace is specified and only
**one**
project exists in
the same directory as the Podfile, then the name of that project is used as the
the same directory as the Podfile, then the name of that project is used as the
workspace’s name.
workspace’s name.
If no explicit Xcode project is specified for a target, it will use the Xcode
*
If no explicit Xcode project is specified for a target, it will use the Xcode
project of the parent target. If no target specifies an expicit Xcode project
project of the parent target. If no target specifies an expicit Xcode project
and there is only
**one**
project in the same directory as the Podfile then that
and there is only
**one**
project in the same directory as the Podfile then that
project will be used.
project will be used.
If no explicit target is specified, then the Pods target will be linked with
*
If no explicit target is specified, then the Pods target will be linked with
the first target in your project. So if you only have one target you do not
the first target in your project. So if you only have one target you do not
need to specify the target to link with.
need to specify the target to link with.
...
...
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