Skip to content

Commit a668015

Browse files
Fix tests.
1 parent 8fc0668 commit a668015

File tree

2 files changed

+109
-157
lines changed

2 files changed

+109
-157
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
WORKSPASE = "JavaScriptBridge.xcworkspace"
22
SCHEME = "Tests"
3-
DESTINATIONS = [
3+
DESTINATIONS = ["name=iPhone Retina (3.5-inch),OS=7.0",
4+
"name=iPhone Retina (4-inch),OS=7.0",
45
"name=iPhone Retina (4-inch 64-bit),OS=7.0"]
56

67
task :default => [:clean, :test]

0 commit comments

Comments
 (0)