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
12724f27
Commit
12724f27
authored
Nov 17, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Improved wording / fixed typos
parent
aa0d3ede
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
embed_frameworks_script.rb
lib/cocoapods/generator/embed_frameworks_script.rb
+1
-1
module_map.rb
lib/cocoapods/generator/module_map.rb
+4
-4
aggregate_xcconfig.rb
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
+1
-1
headers_store.rb
lib/cocoapods/sandbox/headers_store.rb
+1
-1
target.rb
lib/cocoapods/target.rb
+1
-1
No files found.
lib/cocoapods/generator/embed_frameworks_script.rb
View file @
12724f27
...
...
@@ -2,7 +2,7 @@ module Pod
module
Generator
class
EmbedFrameworksScript
# @return [TargetDefinition] The target definition, whose label will be
# used to locate the target
specific build products.
# used to locate the target
-
specific build products.
#
attr_reader
:target_definition
...
...
lib/cocoapods/generator/module_map.rb
View file @
12724f27
module
Pod
module
Generator
# Generates
the LLVM module map files. A module map file is generated for
#
each Pod and for each Pod target definition, that requires to be built as
#
framework. It specifies a different umbrella header then usual to avoid
#
name conflicts
with existing headers of the podspec.
# Generates
LLVM module map files. A module map file is generated for each
#
Pod and for each Pod target definition, that is built as framework. It
#
specifies a different umbrella header then usual to avoid name conflicts
# with existing headers of the podspec.
#
class
ModuleMap
# @return [Target] the target represented by this Info.plist.
...
...
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
View file @
12724f27
...
...
@@ -84,7 +84,7 @@ module Pod
pod_targets
.
each
do
|
pod_target
|
XCConfigHelper
.
add_settings_for_file_accessors_of_target
(
pod_target
,
@xcconfig
)
# Add pod
framework
to list of frameworks / libraries that are
# Add pod
target
to list of frameworks / libraries that are
# linked with the user’s project.
next
unless
pod_target
.
should_build?
if
pod_target
.
requires_framework?
...
...
lib/cocoapods/sandbox/headers_store.rb
View file @
12724f27
...
...
@@ -27,7 +27,7 @@ module Pod
end
# @param [Platform] platform
#
indicate for which platform
the header search paths should be
#
the platform for which
the header search paths should be
# returned
#
# @return [Array<String>] All the search paths of the header directory in
...
...
lib/cocoapods/target.rb
View file @
12724f27
...
...
@@ -88,7 +88,7 @@ module Pod
#-------------------------------------------------------------------------#
# @return [Boolean] whether the generated target need to be implemented
# @return [Boolean] whether the generated target need
s
to be implemented
# as a framework
#
# @note This applies either if Swift was used by the host, which was checked
...
...
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