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
43052b51
Commit
43052b51
authored
Apr 05, 2016
by
Ben Asher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put comment back
parent
e0c7ef05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Rakefile
Rakefile
+1
-0
No files found.
Rakefile
View file @
43052b51
...
@@ -271,6 +271,7 @@ begin
...
@@ -271,6 +271,7 @@ begin
when
:osx
when
:osx
execute_command
"xcodebuild -workspace '
#{
workspace_path
}
' -scheme '
#{
scheme_name
}
' clean build"
execute_command
"xcodebuild -workspace '
#{
workspace_path
}
' -scheme '
#{
scheme_name
}
' clean build"
when
:ios
when
:ios
# Specifically build against the simulator SDK so we don't have to deal with code signing.
# Need to use the iPhone 6s, since this is the default simulator paired with a watch in Xcode 7.3
# Need to use the iPhone 6s, since this is the default simulator paired with a watch in Xcode 7.3
execute_command
"xcodebuild -workspace '
#{
workspace_path
}
' -scheme '
#{
scheme_name
}
' clean build ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6s'"
execute_command
"xcodebuild -workspace '
#{
workspace_path
}
' -scheme '
#{
scheme_name
}
' clean build ONLY_ACTIVE_ARCH=NO -destination 'platform=iOS Simulator,name=iPhone 6s'"
else
else
...
...
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