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
963f08a9
Commit
963f08a9
authored
Nov 24, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quote the path to the PODS_ROOT
parent
d69a1850
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
installer.rb
lib/cocoapods/installer.rb
+1
-1
master
spec/fixtures/spec-repos/master
+1
-1
No files found.
lib/cocoapods/installer.rb
View file @
963f08a9
...
@@ -29,7 +29,7 @@ module Pod
...
@@ -29,7 +29,7 @@ module Pod
def
xcconfig
def
xcconfig
@xcconfig
||=
Xcodeproj
::
Config
.
new
({
@xcconfig
||=
Xcodeproj
::
Config
.
new
({
# In a workspace this is where the static library headers should be found.
# In a workspace this is where the static library headers should be found.
'PODS_ROOT'
=>
'
$(SRCROOT)/Pods
'
,
'PODS_ROOT'
=>
'
"$(SRCROOT)/Pods"
'
,
'HEADER_SEARCH_PATHS'
=>
'"$(PODS_ROOT)/Headers"'
,
'HEADER_SEARCH_PATHS'
=>
'"$(PODS_ROOT)/Headers"'
,
'ALWAYS_SEARCH_USER_PATHS'
=>
'YES'
,
# needed to make EmbedReader build
'ALWAYS_SEARCH_USER_PATHS'
=>
'YES'
,
# needed to make EmbedReader build
# This makes categories from static libraries work, which many libraries
# This makes categories from static libraries work, which many libraries
...
...
master
@
8b2cd6ae
Subproject commit 8
c94b24ab90b84164bc2c70faae957fa7744249f
Subproject commit 8
b2cd6ae4b7c3ec41fe6adba6fa3b7b1f34aaadd
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