Skip to content

Commit

Permalink
Update to 3.1.2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki authored Jan 6, 2021
1 parent 2310625 commit e6eee70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions AzureNotificationHubs-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AzureNotificationHubs-iOS"
s.version = "3.1.1"
s.version = "3.1.2"

s.summary = "Push notifications for consumer and enterprise apps – from any backend to any device platform"
s.description = <<-DESC
Expand All @@ -20,11 +20,13 @@ Pod::Spec.new do |s|

s.frameworks = "Foundation", "SystemConfiguration"
s.ios.frameworks = "UIKit"
s.ios.weak_frameworks = "UserNotifications"
s.tvos.frameworks = "UIKit"
s.osx.frameworks = "AppKit"
s.ios.weak_frameworks = "UserNotifications"
s.tvos.weak_frameworks = "UserNotifications"
s.osx.weak_frameworks = "UserNotifications"
s.ios.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/iOS/WindowsAzureMessaging.framework"
s.osx.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/macOS/WindowsAzureMessaging.framework"
s.tvos.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/tvOS/WindowsAzureMessaging.framework"
s.ios.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/WindowsAzureMessaging.xcframework"
s.tvos.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/WindowsAzureMessaging.xcframework"
s.osx.vendored_frameworks = "WindowsAzureMessaging-SDK-Apple/WindowsAzureMessaging.xcframework"

end
2 changes: 1 addition & 1 deletion Config/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BUILD_NUMBER = 1
VERSION_STRING = 3.1.1
VERSION_STRING = 3.1.2
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
path: "WindowsAzureMessaging/WindowsAzureMessaging",
exclude: ["Support"],
cSettings: [
.define("NH_C_VERSION", to:"\"3.1.1\""),
.define("NH_C_VERSION", to:"\"3.1.2\""),
.define("NH_C_BUILD", to:"\"1\""),
.headerSearchPath("**"),
],
Expand Down

0 comments on commit e6eee70

Please sign in to comment.