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
8f23ffc8
Commit
8f23ffc8
authored
Aug 09, 2014
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Disable xcproj in Xcodeproj
parent
79047207
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Gemfile.lock
Gemfile.lock
+1
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
integration.rb
spec/integration.rb
+2
-1
No files found.
Gemfile.lock
View file @
8f23ffc8
...
@@ -18,7 +18,7 @@ GIT
...
@@ -18,7 +18,7 @@ GIT
GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
7dd77ed01ce5e2cfddc2dc9307a8cfdf9ce78e52
revision:
13733a36b29d2a9698c3e2563b52a0b6339e90df
branch: master
branch: master
specs:
specs:
xcodeproj (0.18.0)
xcodeproj (0.18.0)
...
...
cocoapods-integration-specs
@
a4173368
Subproject commit
b720c71b6896dd8523e937286eaa873ed74ded02
Subproject commit
a417336897acca5654ea950fca1ae568f4399b97
spec/integration.rb
View file @
8f23ffc8
...
@@ -89,7 +89,8 @@ end
...
@@ -89,7 +89,8 @@ end
# environment.
# environment.
#
#
def
launch_binary
(
arguments
,
folder
)
def
launch_binary
(
arguments
,
folder
)
command
=
"CP_AGGRESSIVE_CACHE=TRUE
#{
POD_BINARY
}
#{
arguments
}
--verbose --no-ansi 2>&1"
environment
=
'CP_AGGRESSIVE_CACHE=TRUE XCODEPROJ_DISABLE_XCPROJ=TRUE '
command
=
"
#{
environment
}
#{
POD_BINARY
}
#{
arguments
}
--verbose --no-ansi 2>&1"
Dir
.
chdir
(
TMP_DIR
+
folder
)
do
Dir
.
chdir
(
TMP_DIR
+
folder
)
do
output
=
`
#{
command
}
`
output
=
`
#{
command
}
`
it
"$ pod
#{
arguments
}
"
do
it
"$ pod
#{
arguments
}
"
do
...
...
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