@@ -48,7 +48,7 @@ platform :ios do
4848 configuration : "Release" ,
4949 build : true ,
5050 clean : true ,
51- destination : "platform=iOS Simulator,name=iPhone 15,OS=17."
51+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
5252 )
5353
5454 # FlexLayoutSample from FlexLayout.xcworkspace
@@ -58,7 +58,7 @@ platform :ios do
5858 configuration : "Release" ,
5959 build : true ,
6060 # clean: true,
61- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.0 "
61+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
6262 )
6363
6464 # Example Cocoapods
@@ -68,7 +68,7 @@ platform :ios do
6868 configuration : "Release" ,
6969 build : true ,
7070 # clean: true,
71- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.0 "
71+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
7272 )
7373
7474 # Example SPM (Swift Package Manager)
@@ -78,7 +78,7 @@ platform :ios do
7878 configuration : "Release" ,
7979 build : true ,
8080 clean : true ,
81- destination : "platform=iOS Simulator,name=iPhone 15,OS=17.0 "
81+ destination : "platform=iOS Simulator,name=iPhone 15,OS=17.2 "
8282 )
8383 end
8484
0 commit comments