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
abc7126d
Commit
abc7126d
authored
Jun 22, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Minor fixes
parent
2a673e23
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
embed_frameworks_script.rb
lib/cocoapods/generator/embed_frameworks_script.rb
+2
-2
aggregate_xcconfig.rb
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
+1
-1
analyzer.rb
lib/cocoapods/installer/analyzer.rb
+1
-1
analysis_result.rb
lib/cocoapods/installer/analyzer/analysis_result.rb
+2
-2
target_inspection_result.rb
lib/cocoapods/installer/analyzer/target_inspection_result.rb
+1
-1
No files found.
lib/cocoapods/generator/embed_frameworks_script.rb
View file @
abc7126d
module
Pod
module
Pod
module
Generator
module
Generator
class
EmbedFrameworksScript
class
EmbedFrameworksScript
# @return [Hash{String
, Array{String
}] Multiple lists of frameworks per
# @return [Hash{String
=> Array<String>
}] Multiple lists of frameworks per
# configuration.
# configuration.
#
#
attr_reader
:frameworks_by_config
attr_reader
:frameworks_by_config
# @param [Hash{String
, Array{String}
] frameworks_by_config
# @param [Hash{String
=> Array<String>
] frameworks_by_config
# @see #frameworks_by_config
# @see #frameworks_by_config
#
#
def
initialize
(
frameworks_by_config
)
def
initialize
(
frameworks_by_config
)
...
...
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
View file @
abc7126d
...
@@ -84,7 +84,7 @@ module Pod
...
@@ -84,7 +84,7 @@ module Pod
# from the integrating target by all sort of imports, which are:
# from the integrating target by all sort of imports, which are:
# - `#import <…>`
# - `#import <…>`
# - `#import "…"`
# - `#import "…"`
# - `@import …
` / `@import …;
`
# - `@import …
;` / `import …
`
#
#
def
generate_settings_to_import_pod_targets
def
generate_settings_to_import_pod_targets
if
target
.
requires_frameworks?
if
target
.
requires_frameworks?
...
...
lib/cocoapods/installer/analyzer.rb
View file @
abc7126d
...
@@ -322,7 +322,7 @@ module Pod
...
@@ -322,7 +322,7 @@ module Pod
end
end
end
end
# Finds the names of the Pods on which the given target _transitively_
# Finds the names of the Pods
up
on which the given target _transitively_
# depends.
# depends.
#
#
# @note: This is implemented in the analyzer, because we don't have to
# @note: This is implemented in the analyzer, because we don't have to
...
...
lib/cocoapods/installer/analyzer/analysis_result.rb
View file @
abc7126d
...
@@ -6,8 +6,8 @@ module Pod
...
@@ -6,8 +6,8 @@ module Pod
#
#
attr_accessor
:podfile_state
attr_accessor
:podfile_state
# @return [Hash{TargetDefinition => Array<Spec
>}] the specifications
# @return [Hash{TargetDefinition => Array<Spec
ification>}] the
# grouped by target.
#
specifications
grouped by target.
#
#
attr_accessor
:specs_by_target
attr_accessor
:specs_by_target
...
...
lib/cocoapods/installer/analyzer/target_inspection_result.rb
View file @
abc7126d
...
@@ -12,7 +12,7 @@ module Pod
...
@@ -12,7 +12,7 @@ module Pod
#
#
attr_accessor
:project_path
attr_accessor
:project_path
# @return [Array<String>] the uuid of the user'
S
targets
# @return [Array<String>] the uuid of the user'
s
targets
#
#
attr_accessor
:project_target_uuids
attr_accessor
:project_target_uuids
...
...
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