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
1fdce609
Commit
1fdce609
authored
Dec 12, 2013
by
Joachim Bengtsson
Committed by
Eloy Durán
Feb 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix code style issues reported by @alloy
parent
d59e40f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
target.rb
lib/cocoapods/target.rb
+1
-1
aggregate_target.rb
lib/cocoapods/target/aggregate_target.rb
+2
-2
No files found.
lib/cocoapods/target.rb
View file @
1fdce609
...
...
@@ -81,7 +81,7 @@ module Pod
# => (e g per build configuration), provide the variant type here.
# @return [Pathname] the absolute path of the xcconfig file.
#
def
xcconfig_path
variant
def
xcconfig_path
(
variant
)
if
variant
then
support_files_root
+
"
#{
label
}
.
#{
variant
}
.xcconfig"
else
...
...
lib/cocoapods/target/aggregate_target.rb
View file @
1fdce609
...
...
@@ -96,8 +96,8 @@ module Pod
# @return [String] The path of the xcconfig file relative to the root of
# the user project.
#
def
xcconfig_relative_path
config_name
relative_to_srcroot
(
xcconfig_path
config_name
).
to_s
def
xcconfig_relative_path
(
config_name
)
relative_to_srcroot
(
xcconfig_path
(
config_name
)
).
to_s
end
# @return [String] The path of the copy resources script relative to the
...
...
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