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
9d27cb98
Commit
9d27cb98
authored
Mar 04, 2012
by
Luke Redpath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not sure how I missed this reference
parent
6e4ee6e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Xcodeproj
external/Xcodeproj
+1
-1
target_installer.rb
lib/cocoapods/installer/target_installer.rb
+1
-1
No files found.
Xcodeproj
@
0c238db9
Subproject commit
dd73ed13de67165c2e7e6271482b5a4a20e07f69
Subproject commit
0c238db95a890b9a07546a6c54ce9b84ab39dbf7
lib/cocoapods/installer/target_installer.rb
View file @
9d27cb98
...
@@ -84,7 +84,7 @@ module Pod
...
@@ -84,7 +84,7 @@ module Pod
def
configure_build_configurations
(
xcconfig_file
)
def
configure_build_configurations
(
xcconfig_file
)
@target
.
build_configurations
.
each
do
|
config
|
@target
.
build_configurations
.
each
do
|
config
|
config
.
base
C
onfiguration
=
xcconfig_file
config
.
base
_c
onfiguration
=
xcconfig_file
config
.
build_settings
[
'OTHER_LDFLAGS'
]
=
''
config
.
build_settings
[
'OTHER_LDFLAGS'
]
=
''
config
.
build_settings
[
'GCC_PREFIX_HEADER'
]
=
prefix_header_filename
config
.
build_settings
[
'GCC_PREFIX_HEADER'
]
=
prefix_header_filename
config
.
build_settings
[
'PODS_ROOT'
]
=
'$(SRCROOT)'
config
.
build_settings
[
'PODS_ROOT'
]
=
'$(SRCROOT)'
...
...
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