Skip to content

Commit

Permalink
Update .pubnub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Oct 14, 2024
1 parent 289dbc9 commit ef80a59
Showing 1 changed file with 31 additions and 30 deletions.
61 changes: 31 additions & 30 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,32 +593,31 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- OS X 10.11
- OS X 10.15
maximum-os-version:
- macOS 11.4
- macOS 15.0.1
target-architecture:
- arm64
- x86_64
iOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- iOS 9.0
- iOS 12.0
maximum-os-version:
- iOS 14.6
- iOS 18.0.1
target-architecture:
- arm64
- armv7
target-devices:
- iPhone
- iPad
tvOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- tvOS 10.0
- tvOS 12.0
maximum-os-version:
- tvOS 14.6
- tvOS 18.0
target-architecture:
- arm64
target-devices:
Expand All @@ -627,10 +626,11 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- watchOS 2.0
- watchOS 4.0
maximum-os-version:
- watchOS 7.5
- watchOS 12.0
target-architecture:
- arm64
- armv7k
- arm64_32
target-devices:
Expand All @@ -654,32 +654,31 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- OS X 10.11
- OS X 10.15
maximum-os-version:
- macOS 11.4
- macOS 15.0.1
target-architecture:
- arm64
- x86_64
iOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- iOS 9.0
- iOS 12.0
maximum-os-version:
- iOS 14.6
- iOS 18.0.1
target-architecture:
- arm64
- armv7
target-devices:
- iPhone
- iPad
tvOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- tvOS 10.0
- tvOS 12.0
maximum-os-version:
- tvOS 14.6
- tvOS 18.0
target-architecture:
- arm64
target-devices:
Expand All @@ -688,12 +687,13 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- watchOS 2.0
- watchOS 4.0
maximum-os-version:
- watchOS 7.5
- watchOS 12.0
target-architecture:
- armv7k
- arm64_32
- arm64
target-devices:
- Apple Watch
- distribution-type: package
Expand All @@ -706,19 +706,19 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- OS X 10.11
- OS X 10.15
maximum-os-version:
- macOS 11.4
- macOS 15.0.1
target-architecture:
- arm64
- x86_64
iOS:
runtime-version:
- Swift 5.x
minimum-os-version:
- iOS 9.0
- iOS 14.0
maximum-os-version:
- iOS 14.6
- iOS 18.0.1
target-architecture:
- arm64
- armv7
Expand All @@ -729,9 +729,9 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- tvOS 10.0
- tvOS 12.0
maximum-os-version:
- tvOS 14.6
- tvOS 18.0
target-architecture:
- arm64
target-devices:
Expand All @@ -740,18 +740,19 @@ sdks:
runtime-version:
- Swift 5.x
minimum-os-version:
- watchOS 2.0
- watchOS 4.0
maximum-os-version:
- watchOS 7.5
- watchOS 12.0
target-architecture:
- armv7k
- arm64_32
- arm64
target-devices:
- Apple Watch
supported-platforms:
- version: PubNub Swift SDK
platforms:
- iOS 9.0 or higher
- macOS 10.11 or higher
- tvOS 9.0 or higher
- watchOS 2.0 or higher
- iOS 14.0 or higher
- macOS 10.15 or higher
- tvOS 12.0 or higher
- watchOS 4.0 or higher

0 comments on commit ef80a59

Please sign in to comment.