Skip to content

Commit 34abe2b

Browse files
authored
Merge pull request #199 from IBM/development
Version 3.1.0 Build 110 from internal developments
2 parents 5266d7d + 23e043d commit 34abe2b

File tree

114 files changed

+1889
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1889
-374
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: GitHub Action for SwiftLint
1515
uses: norio-nomura/[email protected]
1616
test:
17-
runs-on: macos-latest
17+
runs-on: macos-13
1818
steps:
1919
- name: Xcode Setup
20-
uses: maxim-lobanov/setup-xcode@v1
20+
uses: maxim-lobanov/setup-xcode@v1.6.0
2121
with:
2222
xcode-version: latest-stable
2323
- name: Checkout project

Images/Popup/slideshow_1.png

263 KB
Loading

Notification Agent Alert Tests/NAATriggersTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent Alert Tests
44
//
55
// Created by Simone Martorelli on 01/06/22.
6-
// Copyright © 2022 IBM. All rights reserved.
6+
// Copyright © 2021 IBM. All rights reserved.
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Alerts/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent
44
//
55
// Created by Simone Martorelli on 18/06/2021.
6-
// Copyright © 2021 IBM Inc. All rights reserved
6+
// Copyright © 2021 IBM. All rights reserved
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Alerts/Extensions/NotificationDispatch-Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent
44
//
55
// Created by Simone Martorelli on 5/27/21.
6-
// Copyright © 2021 IBM Inc. All rights reserved
6+
// Copyright © 2021 IBM. All rights reserved
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Banner Tests/NABTriggersTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent Alert Tests
44
//
55
// Created by Simone Martorelli on 01/06/22.
6-
// Copyright © 2022 IBM. All rights reserved.
6+
// Copyright © 2021 IBM. All rights reserved.
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Banners/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent
44
//
55
// Created by Jan Valentik on 18/06/2021.
6-
// Copyright © 2021 IBM Inc. All rights reserved
6+
// Copyright © 2021 IBM. All rights reserved
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Banners/Extensions/NotificationDispatch-Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent
44
//
55
// Created by Simone Martorelli on 5/27/21.
6-
// Copyright © 2021 IBM Inc. All rights reserved
6+
// Copyright © 2021 IBM. All rights reserved
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Core Tests/NACInteractiveEFCLControllerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent Core Tests
44
//
55
// Created by Simone Martorelli on 27/05/22.
6-
// Copyright © 2022 IBM. All rights reserved.
6+
// Copyright © 2021 IBM. All rights reserved.
77
// SPDX-License-Identifier: Apache2.0
88
//
99

Notification Agent Core Tests/NACTriggersTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Notification Agent Core Tests
44
//
55
// Created by Simone Martorelli on 26/05/22.
6-
// Copyright © 2022 IBM. All rights reserved.
6+
// Copyright © 2021 IBM. All rights reserved.
77
// SPDX-License-Identifier: Apache2.0
88
//
99

0 commit comments

Comments
 (0)