File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ platform :ios do
47
47
configuration : "Release" ,
48
48
build : true ,
49
49
clean : true ,
50
- destination : "platform=iOS Simulator,name=iPhone 8 ,OS=15 .2"
50
+ destination : "platform=iOS Simulator,name=iPhone 14 ,OS=16 .2"
51
51
)
52
52
53
53
#xcodebuild(
@@ -56,7 +56,7 @@ platform :ios do
56
56
# configuration: "Release",
57
57
# build: true,
58
58
# clean: true
59
- # destination: "platform=iOS Simulator,name=iPhone X ,OS=15 .2"
59
+ # destination: "platform=iOS Simulator,name=iPhone 14 ,OS=16 .2"
60
60
#)
61
61
62
62
xcodebuild (
@@ -65,7 +65,7 @@ platform :ios do
65
65
configuration : "Release" ,
66
66
build : true ,
67
67
clean : true ,
68
- destination : "platform=iOS Simulator,name=iPhone 8 ,OS=15 .2"
68
+ destination : "platform=iOS Simulator,name=iPhone 14 ,OS=16 .2"
69
69
)
70
70
end
71
71
You can’t perform that action at this time.
0 commit comments