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
a8551422
Commit
a8551422
authored
Jun 28, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Fixed several documentation errors
parent
fc19c0e9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
12 deletions
+12
-12
aggregate_xcconfig.rb
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
+1
-1
xcconfig_helper.rb
lib/cocoapods/generator/xcconfig/xcconfig_helper.rb
+5
-5
library_representation.rb
lib/cocoapods/hooks/library_representation.rb
+2
-2
analyzer.rb
lib/cocoapods/installer/analyzer.rb
+1
-1
user_project_integrator.rb
lib/cocoapods/installer/user_project_integrator.rb
+1
-1
file_accessor.rb
lib/cocoapods/sandbox/file_accessor.rb
+1
-1
target.rb
lib/cocoapods/target.rb
+1
-1
No files found.
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
View file @
a8551422
...
@@ -26,7 +26,7 @@ module Pod
...
@@ -26,7 +26,7 @@ module Pod
# Generates and saves the xcconfig to the given path.
# Generates and saves the xcconfig to the given path.
#
#
# @param [Pathname] path
# @param [Pathname] path
# the path where the
prefix header
should be stored.
# the path where the
xcconfig
should be stored.
#
#
# @return [void]
# @return [void]
#
#
...
...
lib/cocoapods/generator/xcconfig/xcconfig_helper.rb
View file @
a8551422
...
@@ -70,10 +70,10 @@ module Pod
...
@@ -70,10 +70,10 @@ module Pod
add_developers_frameworks_if_needed
(
xcconfig
,
consumer
.
platform_name
)
add_developers_frameworks_if_needed
(
xcconfig
,
consumer
.
platform_name
)
end
end
# Configures the given Xcconfig with the
the
build settings for the given
# Configures the given Xcconfig with the build settings for the given
# framework path.
# framework path.
#
#
# @param [Path
an
me] framework_path
# @param [Path
na
me] framework_path
# The path of the framework.
# The path of the framework.
#
#
# @param [Xcodeproj::Config] xcconfig
# @param [Xcodeproj::Config] xcconfig
...
@@ -92,11 +92,11 @@ module Pod
...
@@ -92,11 +92,11 @@ module Pod
xcconfig
.
merge!
(
build_settings
)
xcconfig
.
merge!
(
build_settings
)
end
end
# Configures the given Xcconfig with the
the
build settings for the given
# Configures the given Xcconfig with the build settings for the given
# library path.
# library path.
#
#
# @param [Path
anme] framework
_path
# @param [Path
name] library
_path
# The path of the
framework
.
# The path of the
library
.
#
#
# @param [Xcodeproj::Config] xcconfig
# @param [Xcodeproj::Config] xcconfig
# The xcconfig to edit.
# The xcconfig to edit.
...
...
lib/cocoapods/hooks/library_representation.rb
View file @
a8551422
...
@@ -61,7 +61,7 @@ module Pod
...
@@ -61,7 +61,7 @@ module Pod
#
#
attr_reader
:sandbox
attr_reader
:sandbox
# @return [
Library
] The library whose target needs to be generated.
# @return [
Target
] The library whose target needs to be generated.
#
#
attr_reader
:library
attr_reader
:library
...
@@ -77,7 +77,7 @@ module Pod
...
@@ -77,7 +77,7 @@ module Pod
# @!group Private implementation
# @!group Private implementation
# @param [Sandbox] sandbox @see sandbox
# @param [Sandbox] sandbox @see sandbox
# @param [
Library]
library @see library
# @param [
Target]
library @see library
#
#
def
initialize
(
sandbox
,
library
)
def
initialize
(
sandbox
,
library
)
@sandbox
=
sandbox
@sandbox
=
sandbox
...
...
lib/cocoapods/installer/analyzer.rb
View file @
a8551422
...
@@ -181,7 +181,7 @@ module Pod
...
@@ -181,7 +181,7 @@ module Pod
# Creates the models that represent the libraries generated by CocoaPods.
# Creates the models that represent the libraries generated by CocoaPods.
#
#
# @return [Array<
Libraries
>] the generated libraries.
# @return [Array<
Target
>] the generated libraries.
#
#
def
generate_targets
def
generate_targets
targets
=
[]
targets
=
[]
...
...
lib/cocoapods/installer/user_project_integrator.rb
View file @
a8551422
...
@@ -40,7 +40,7 @@ module Pod
...
@@ -40,7 +40,7 @@ module Pod
# @param [Podfile] podfile @see #podfile
# @param [Podfile] podfile @see #podfile
# @param [Sandbox] sandbox @see #sandbox
# @param [Sandbox] sandbox @see #sandbox
# @param [Pathname] installation_root @see #installation_root
# @param [Pathname] installation_root @see #installation_root
# @param [
Library] libraries @see #librarie
s
# @param [
Target] targets @see #target
s
#
#
# @todo Too many initialization arguments
# @todo Too many initialization arguments
#
#
...
...
lib/cocoapods/sandbox/file_accessor.rb
View file @
a8551422
...
@@ -168,7 +168,7 @@ module Pod
...
@@ -168,7 +168,7 @@ module Pod
end
end
# @return [Hash{String => Array<Pathname>}] A hash that describes the
# @return [Hash{String => Array<Pathname>}] A hash that describes the
# resource bundles of the Pod. The keys rep
p
resent the name of
# resource bundles of the Pod. The keys represent the name of
# the bundle while the values the path of the resources.
# the bundle while the values the path of the resources.
#
#
def
resource_bundles
def
resource_bundles
...
...
lib/cocoapods/target.rb
View file @
a8551422
...
@@ -6,7 +6,7 @@ module Pod
...
@@ -6,7 +6,7 @@ module Pod
# This class is used to represent both the targets and their libraries.
# This class is used to represent both the targets and their libraries.
#
#
class
Target
class
Target
# @return [
PBXNativeTarget
] the target definition of the Podfile that
# @return [
TargetDefinition
] the target definition of the Podfile that
# generated this target.
# generated this target.
#
#
attr_reader
:target_definition
attr_reader
:target_definition
...
...
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