@@ -48,7 +48,7 @@ platform :ios do
48
48
configuration : "Release" ,
49
49
build : true ,
50
50
clean : true ,
51
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17."
51
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
52
52
)
53
53
54
54
# FlexLayoutSample from FlexLayout.xcworkspace
@@ -58,7 +58,7 @@ platform :ios do
58
58
configuration : "Release" ,
59
59
build : true ,
60
60
# clean: true,
61
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.0 "
61
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
62
62
)
63
63
64
64
# Example Cocoapods
@@ -68,7 +68,7 @@ platform :ios do
68
68
configuration : "Release" ,
69
69
build : true ,
70
70
# clean: true,
71
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.0 "
71
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
72
72
)
73
73
74
74
# Example SPM (Swift Package Manager)
@@ -78,7 +78,7 @@ platform :ios do
78
78
configuration : "Release" ,
79
79
build : true ,
80
80
clean : true ,
81
- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.0 "
81
+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
82
82
)
83
83
end
84
84
0 commit comments