Skip to content

Commit 932b33b

Browse files
committed
Update the github actions
1 parent 5009333 commit 932b33b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
iosDestination: ["name=iPhone 13 Pro"]
4848
tvOSDestination: ["name=Apple TV"]
49-
watchOSDestination: ["platform=watchOS Simulator,name=Apple Watch Series 7 - 45mm"]
49+
watchOSDestination: ["platform=watchOS Simulator,name=Apple Watch Series 7 (45mm)"]
5050
macOSDestination: ["platform=macOS"]
5151
macCatalystDestination: ["platform=macOS,arch=x86_64,variant=Mac Catalyst"]
5252
steps:

Example/SDWebImageSwiftUI.xcodeproj/xcshareddata/xcschemes/SDWebImageSwiftUIDemo-watchOS WatchKit App.xcscheme

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
ignoresPersistentStateOnLaunch = "NO"
5454
debugDocumentVersioning = "YES"
5555
debugServiceExtension = "internal"
56-
allowLocationSimulation = "YES">
56+
allowLocationSimulation = "YES"
57+
notificationPayloadFile = "PushNotificationPayload.apns">
5758
<BuildableProductRunnable
5859
runnableDebuggingMode = "0">
5960
<BuildableReference

0 commit comments

Comments
 (0)