Skip to content

Commit 09a4837

Browse files
author
Luc Dion
committed
travisci xcode 9.3
1 parent d190e58 commit 09a4837

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode9.4
2+
osx_image: xcode9.3
33
cache: bundler
44

55
install:

fastlane/Fastfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platform :ios do
3333
xcodebuild(
3434
project: "PinLayout.xcodeproj",
3535
scheme: "PinLayout-iOS",
36-
destination: "name=iPhone 8 Plus,OS=11.4",
36+
destination: "name=iPhone 8 Plus,OS=11.2",
3737
#configuration: "Debug",
3838
build: true,
3939
clean: true
@@ -52,7 +52,7 @@ platform :ios do
5252
scheme: "PinLayoutSample",
5353
build: true,
5454
clean: true,
55-
#destination: "name=iPhone 8 Plus,OS=11.4",
55+
#destination: "name=iPhone 8 Plus,OS=11.2",
5656
destination: "generic/platform=iOS\" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=\""
5757
)
5858
end
@@ -106,7 +106,7 @@ platform :mac do
106106
# scheme: "PinLayoutSample",
107107
# build: true,
108108
# clean: true,
109-
# #destination: "name=iPhone 8 Plus,OS=11.4",
109+
# #destination: "name=iPhone 8 Plus,OS=11.2",
110110
# destination: "generic/platform=iOS\" CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=\""
111111
#)
112112
end

0 commit comments

Comments
 (0)