Skip to content

Commit 9cd0dae

Browse files
committed
Update mvn-integration script to swift4
1 parent 820417b commit 9cd0dae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/client/petstore/swift4/default/SwaggerClientTests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.swagger</groupId>
4-
<artifactId>Swift3PetstoreClientTests</artifactId>
4+
<artifactId>Swift4PetstoreClientTests</artifactId>
55
<packaging>pom</packaging>
66
<version>1.0-SNAPSHOT</version>
7-
<name>Swift3 Swagger Petstore Client</name>
7+
<name>Swift4 Swagger Petstore Client</name>
88
<build>
99
<plugins>
1010
<plugin>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
xcodebuild clean build build-for-testing -workspace "SwaggerClient.xcworkspace" -scheme "SwaggerClient" -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" && xcodebuild test-without-building -workspace "SwaggerClient.xcworkspace" -scheme "SwaggerClient" -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" | xcpretty && exit ${PIPESTATUS[0]}
3+
xcodebuild clean build build-for-testing -workspace "SwaggerClient.xcworkspace" -scheme "SwaggerClient" -destination "platform=iOS Simulator,name=iPhone 11,OS=13.0" && xcodebuild test-without-building -workspace "SwaggerClient.xcworkspace" -scheme "SwaggerClient" -destination "platform=iOS Simulator,name=iPhone 11,OS=13.0" | xcpretty && exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)