Skip to content

Commit 45c76b9

Browse files
committed
Adding destinations to iOS release build
1 parent 34ab31c commit 45c76b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ namespace :build do
8888
t.workspace = 'Parse.xcworkspace'
8989
t.scheme = 'Parse-iOS'
9090
t.configuration = 'Release'
91-
t.destination = "platform=iOS Simulator,OS=13.0,name=iPhone XS"
91+
t.destination = ["\"platform=iOS Simulator,OS=13.0,name=iPhone XS\"",]
9292
end
9393
result = task.execute
9494
unless result

0 commit comments

Comments
 (0)