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
0ac79ea0
Commit
0ac79ea0
authored
Sep 20, 2013
by
Michele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Examples] Set ONLY_ACTIVE_ARCH to NO for iOS builds
parent
f1129537
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Rakefile
Rakefile
+2
-0
No files found.
Rakefile
View file @
0ac79ea0
...
@@ -358,6 +358,8 @@ namespace :examples do
...
@@ -358,6 +358,8 @@ namespace :examples do
command
<<
" -sdk "
command
<<
" -sdk "
command
<<
Dir
.
glob
(
"
#{
`xcode-select -print-path`
.
chomp
}
/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk"
).
last
command
<<
Dir
.
glob
(
"
#{
`xcode-select -print-path`
.
chomp
}
/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk"
).
last
end
end
command
<<
" ONLY_ACTIVE_ARCH=NO"
end
end
execute_command
(
command
)
execute_command
(
command
)
end
end
...
...
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