File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 211211 ! do_build ios //app:app || fail " Should fail build"
212212
213213 # Check for the start of the log message
214- expect_log " Message StickerPack extensions use an asset catalog named "
215- # The 9 icons and the Contents.json should all be listed, so 10 hits.
216- expect_log_n " testdata/resources/app_icons_ios.xcassets/app_icon.appiconset/" 10
214+ expect_log " Found in app_icons a file that cannot be used as an app icon"
215+ expect_log " Valid icon bundles for this target have the following extensions"
216+ # Verify the invalid appiconset path is mentioned
217+ expect_log " app_icons_ios.xcassets/app_icon.appiconset"
217218}
218219
219220run_suite " imessage bundling resource tests"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def ios_dynamic_framework_test_suite(name):
6868 "DTSDKName" : "iphone*" ,
6969 "DTXcode" : "*" ,
7070 "DTXcodeBuild" : "*" ,
71- "MinimumOSVersion" : "12 .0" ,
71+ "MinimumOSVersion" : "13 .0" ,
7272 "UIDeviceFamily:0" : "1" ,
7373 },
7474 tags = [name ],
You can’t perform that action at this time.
0 commit comments