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
71d23b5e
Commit
71d23b5e
authored
Jun 10, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Generator::Xcconfig] Docs
parent
03abb3b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
aggregate_xcconfig.rb
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
+2
-1
private_pod_xcconfig.rb
lib/cocoapods/generator/xcconfig/private_pod_xcconfig.rb
+6
-5
public_pod_xcconfig.rb
lib/cocoapods/generator/xcconfig/public_pod_xcconfig.rb
+6
-8
No files found.
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
View file @
71d23b5e
module
Pod
module
Pod
module
Generator
module
Generator
# Generates the xcconfigs for the aggregate targets.
#
#
class
AggregateXCConfig
<
XCConfig
class
AggregateXCConfig
<
XCConfig
# Generates the xcconfig
for the Pod integration target
.
# Generates the xcconfig.
#
#
# @note The xcconfig file for a Pods integration target includes the
# @note The xcconfig file for a Pods integration target includes the
# namespaced xcconfig files for each spec target dependency.
# namespaced xcconfig files for each spec target dependency.
...
...
lib/cocoapods/generator/xcconfig/private_pod_xcconfig.rb
View file @
71d23b5e
module
Pod
module
Pod
module
Generator
module
Generator
# Generates the private xcconfigs for the pod targets.
#
# The private xcconfig file for a Pod target merges the configuration
# values of the public namespaced xcconfig with the default private
# configuration values required by CocoaPods.
#
#
class
PrivatePodXCConfig
<
XCConfig
class
PrivatePodXCConfig
<
XCConfig
# Generates the xcconfig for the target.
# Generates the xcconfig.
#
# @note The private xcconfig file for a spec target includes the public
# namespaced xcconfig file and merges the configuration values
# with the default private configuration values.
#
#
# @return [Xcodeproj::Config]
# @return [Xcodeproj::Config]
#
#
...
...
lib/cocoapods/generator/xcconfig/public_pod_xcconfig.rb
View file @
71d23b5e
module
Pod
module
Pod
module
Generator
module
Generator
# Generates the public xcconfigs for the pod targets.
#
# The public xcconfig file for a Pod is completely namespaced to prevent
# configuration value collision with the build settings of other Pods. This
# xcconfig includes the standard podspec defined values including
# libraries, frameworks, weak frameworks and xcconfig overrides.
#
#
class
PublicPodXCConfig
<
XCConfig
class
PublicPodXCConfig
<
XCConfig
...
@@ -9,10 +15,6 @@ module Pod
...
@@ -9,10 +15,6 @@ module Pod
# @param [Pathname] path
# @param [Pathname] path
# the path where the prefix header should be stored.
# the path where the prefix header should be stored.
#
#
# @note The public xcconfig file for a spec target is completely
# namespaced to prevent configuration value collision with other
# spec configurations.
#
# @return [void]
# @return [void]
#
#
def
save_as
(
path
)
def
save_as
(
path
)
...
@@ -21,10 +23,6 @@ module Pod
...
@@ -21,10 +23,6 @@ module Pod
# Generates the xcconfig for the target.
# Generates the xcconfig for the target.
#
#
# @note The xcconfig file for a public spec target includes the
# standard podspec defined values including libraries,
# frameworks, weak frameworks and xcconfig overrides.
#
# @return [Xcodeproj::Config]
# @return [Xcodeproj::Config]
#
#
def
generate
def
generate
...
...
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