Skip to content

Commit

Permalink
Fixing up release information for VSP modules. (#109)
Browse files Browse the repository at this point in the history
PubNub SDK 6.0.0 release.

Co-authored-by: Client Engineering Bot <60980775+Client Engineering [email protected]>
  • Loading branch information
parfeon and Client Engineering Bot authored Jul 5, 2022
1 parent 2fc0655 commit b23b685
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
".pubnub.yml": [
{ "pattern": "^version: \"(.+)\"$", "cleared": true },
{ "pattern": "\/refs\/tags\/((\\d+\\.?){2,}(-[a-zA-Z]+(.\\d+)?)?)\\.zip", "cleared": false }
{ "pattern": "\/refs\/tags\/((\\d+\\.?){2,}(-[a-zA-Z]+(.\\d+)?)?)\\.zip", "cleared": true }
],
"PubNubSwift.podspec": [
{ "pattern": "s.version.+'(.+)'", "cleared": true }
Expand All @@ -10,6 +10,6 @@
{ "pattern": "MARKETING_VERSION = ([0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?);", "cleared": true }
],
"Sources/PubNub/Helpers/Constants.swift": [
{ "pattern": "^\\s{2,}\"((\\d+\\.?){2,})\"$", "cleared": true }
{ "pattern": "pubnubSwiftSDKVersion\\:.+\"((\\d+\\.?){2,})\"$", "cleared": true }
]
}
4 changes: 2 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "6.0.0"
schema: 1
changelog:
- date: 2022-07-05
version: v6.0.0
version: 6.0.0
changes:
- type: feature
text: "VSP methods and models have been exposed via modules on the PubNub instance."
Expand Down Expand Up @@ -454,7 +454,7 @@ sdks:
- distribution-type: source
distribution-repository: GitHub release
package-name: PubNub
location: https://github.com/pubnub/swift/archive/refs/tags/v6.0.0.zip
location: https://github.com/pubnub/swift/archive/refs/tags/6.0.0.zip
supported-platforms:
supported-operating-systems:
macOS:
Expand Down
12 changes: 6 additions & 6 deletions PubNub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 6.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubUser;
Expand Down Expand Up @@ -3226,7 +3226,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 6.0.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubUser;
Expand Down Expand Up @@ -3320,7 +3320,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 6.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubSpace;
Expand Down Expand Up @@ -3367,7 +3367,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 6.0.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubSpace;
Expand Down Expand Up @@ -3474,7 +3474,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 6.0.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubMembership;
Expand Down Expand Up @@ -3520,7 +3520,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 6.0.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.pubnub.swift.PubNubMembership;
Expand Down

0 comments on commit b23b685

Please sign in to comment.