Skip to content

Commit 30fe8b6

Browse files
committed
Merge branch 'main' of github.com:IBM/mac-ibm-notifications into development
# Conflicts: # Notification Agent.xcodeproj/project.pbxproj
2 parents c335099 + 06a59ff commit 30fe8b6

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python version (for python projects only)
22
sonar.python.version=3
33
# Project Version to be used as Code Definition
4-
sonar.projectVersion=3.1.0.110
4+
sonar.projectVersion=3.2.1.127
55
# Folders excluded from the scan
66
sonar.exclusions=**/Notification Agent Core Tests/**,**/Notification Agent Alert Tests/**,**/Notification Agent Banner Tests/**,**/Notification Agent Popup Tests/**,**/Notification Agent Onboarding Tests/**,**/Notification Agent Popup UI Tests/**,**/Notification Agent Onboarding UI Tests/**,**/Notification Agent Core/Controllers/HelpBuilder.swift**

Notification Agent Core/Controllers/HelpBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public final class HelpBuilder {
440440
}
441441

442442
static func printAppVersion() {
443-
print("IBM Notifier version: \(Bundle.main.infoDictionary!["CFBundleShortVersionString"] as? String ?? "Unknown") (\(Bundle.main.infoDictionary!["CFBundleVersion"] as? String ?? "Unknown"))\n© Copyright IBM Corp. 2021, 2024".bold())
443+
print("IBM Notifier \(Bundle.main.infoDictionary!["CFBundleShortVersionString"] as? String ?? "Unknown") (\(Bundle.main.infoDictionary!["CFBundleVersion"] as? String ?? "Unknown"))\n© Copyright IBM Corp. 2021, 2024".bold())
444444
}
445445
}
446446

Notification Agent.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3207,7 +3207,6 @@
32073207
ENABLE_TESTING_SEARCH_PATHS = YES;
32083208
GENERATE_INFOPLIST_FILE = YES;
32093209
MACOSX_DEPLOYMENT_TARGET = 12.0;
3210-
MARKETING_VERSION = 3.2.1;
32113210
PRODUCT_BUNDLE_IDENTIFIER = "com.ibm.cio.be.Notification-Agent-Core-Tests";
32123211
PRODUCT_NAME = "$(TARGET_NAME)";
32133212
PROVISIONING_PROFILE_SPECIFIER = "";

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
![License](https://img.shields.io/badge/license-Apache%202-1984E5)
44

55
![Swift version](https://img.shields.io/badge/swift-5.9.0-1984E5?logo=swift)
6-
![Xcode version](https://img.shields.io/badge/xcode-15.2-1984E5?logo=xcode)
7-
![Project version](https://img.shields.io/badge/version-3.1.0-1984E5)
6+
![Project version](https://img.shields.io/badge/version-3.2.1-1984E5)
87
![macOS](https://img.shields.io/badge/macOS-11+-bright%20green)
98

109
[![CI](https://github.com/IBM/mac-ibm-notifications/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/IBM/mac-ibm-notifications/actions/workflows/main.yml)

jwt-generator/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
astroid==2.12.2
22
attrs==21.4.0
33
cffi==1.15.1
4-
cryptography==42.0.4
4+
cryptography==43.0.1
55
iniconfig==1.1.1
66
isort==5.10.1
77
lazy-object-proxy==1.7.1

0 commit comments

Comments
 (0)