Skip to content

Commit 7a7b942

Browse files
authored
Merge pull request #206 from Unity-Technologies/try-osx11-agent
Fix iOS tests on trunk & few minor changes
2 parents 6e169cb + 1ba4ac2 commit 7a7b942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ test_iOS_{{ editor.version }}:
9696
name: Test {{ editor.version }} on iOS
9797
agent:
9898
type: Unity::VM::osx
99-
image: mobile/ios-macos-10.15:latest
99+
image: mobile/ios-macos-11:latest
100100
flavor: i1.large
101101
variables:
102102
IOS_SIMULATOR_SDK: 1

com.unity.mobile.notifications/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mobile Notifications",
44
"version": "2.0.2",
55
"unity": "2019.4",
6-
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nRequires iOS 10 and Android 5.1 or above.",
6+
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nOn iOS receiving of push notifications is also supported.",
77
"keywords": [
88
"Android",
99
"iOS",

0 commit comments

Comments
 (0)