File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode9.4
2+ osx_image : xcode9.3
33cache : bundler
44
55install :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments