Skip to content

Commit 02dd5d3

Browse files
authored
Fix 'artifacts' and update features matrix (#88)
docs(.pubnub.yml): fix 'artifacts' Fix `artifacts` field content and align with specs requirement. docs(.pubnub.yml): fix missing feature entries Update features matrix with information about auth token parse and set features.
1 parent b8716e6 commit 02dd5d3

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* @parfeon @CraigLn
2-
README.md @techwritermat
2+
README.md @crimsonred @techwritermat
3+
.pubnub.yml @crimsonred @techwritermat

.github/workflows/release/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
".pubnub.yml": [
3-
{ "pattern": "^version: \"(.+)\"$", "cleared": true }
3+
{ "pattern": "^version: \"(.+)\"$", "cleared": true },
4+
{ "pattern": "\/refs\/tags\/((\\d+\\.?){2,}(-[a-zA-Z]+(.\\d+)?)?)\\.zip", "cleared": false }
45
],
56
"PubNubSwift.podspec": [
67
{ "pattern": "s.version.+'(.+)'", "cleared": true }

.pubnub.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ changelog:
304304
date: 2019-08-23
305305
version: v1.0.0
306306
features:
307+
access:
308+
- ACCESS-PARSE-TOKEN
309+
- ACCESS-SET-TOKEN
307310
channel-groups:
308311
- CHANNEL-GROUPS-ADD-CHANNELS
309312
- CHANNEL-GROUPS-REMOVE-CHANNELS
@@ -414,9 +417,9 @@ sdks:
414417
documentation: https://www.pubnub.com/docs/sdks/swift
415418
distributions:
416419
- distribution-type: source
417-
distribution-repository: GitHub
418-
package-name: PubNub Swift SDK
419-
location: https://github.com/pubnub/swift
420+
distribution-repository: GitHub release
421+
package-name: PubNub
422+
location: https://github.com/pubnub/swift/archive/refs/tags/4.1.0.zip
420423
supported-platforms:
421424
supported-operating-systems:
422425
macOS:
@@ -465,6 +468,15 @@ sdks:
465468
- arm64_32
466469
target-devices:
467470
- Apple Watch
471+
- artifact-type: package
472+
language: Swift
473+
tier: 1
474+
tags:
475+
- Desktop
476+
- Mobile
477+
source-repository: https://github.com/pubnub/swift
478+
documentation: https://www.pubnub.com/docs/sdks/swift
479+
distributions:
468480
- distribution-type: package
469481
distribution-repository: Swift Package
470482
package-name: PubNub

0 commit comments

Comments
 (0)