We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc0668 commit a668015Copy full SHA for a668015
Rakefile
@@ -1,6 +1,7 @@
1
WORKSPASE = "JavaScriptBridge.xcworkspace"
2
SCHEME = "Tests"
3
-DESTINATIONS = [
+DESTINATIONS = ["name=iPhone Retina (3.5-inch),OS=7.0",
4
+ "name=iPhone Retina (4-inch),OS=7.0",
5
"name=iPhone Retina (4-inch 64-bit),OS=7.0"]
6
7
task :default => [:clean, :test]
0 commit comments