-
Notifications
You must be signed in to change notification settings - Fork 0
PubNub Swift Chat SDK 0.20.0 release #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 24 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b7bc43d
WIP
jguz-pubnub 070d617
WIP
jguz-pubnub e3468dd
WIP
jguz-pubnub 6a42cd6
WIP
jguz-pubnub 6ed0d13
WIP
jguz-pubnub 2c8c2e6
WIP
jguz-pubnub 87f37cc
WIP
jguz-pubnub acb2410
WIP
jguz-pubnub 276ed3e
WIP
jguz-pubnub b17ef0e
Channel integration tests
jguz-pubnub 5b3f88b
Integration tests
jguz-pubnub 65ad295
Integration tests
jguz-pubnub 79dc08d
Integration tests
jguz-pubnub d227d1e
SwiftFormat
jguz-pubnub c94d8a6
Integration tests
jguz-pubnub 1d57a71
Integration tests
jguz-pubnub 91d698b
Integration tests
jguz-pubnub 1168827
Integration tests (2)
jguz-pubnub bf03179
Move all tests to the new Test Plan
jguz-pubnub 6bd9d85
Switch to the new Test Plan
jguz-pubnub 80cc744
Async-await extension for FutureObject
jguz-pubnub 21c236a
Merge branch 'master' into feat/async-await
jguz-pubnub 856ed18
Minor fixes
jguz-pubnub 2c8d26b
SwiftFormat + SwiftLint
jguz-pubnub af4e593
Fixes according to review
jguz-pubnub e036c7d
Minor improvements
jguz-pubnub 9b6bf2b
Merge branch 'master' into feat/async-await
jguz-pubnub 60c4ba6
DocC
jguz-pubnub 5f1c61a
Merge branch 'master' into feat/async-await
jguz-pubnub a5fdd9b
Added explanation in methods returning AutoCloseable
jguz-pubnub 75ed182
Changes
jguz-pubnub 13e8bce
Codacy
jguz-pubnub 51cc793
PubNub SDK 0.20.0 release.
pubnub-release-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
PubNubSwiftChatSDK.xcodeproj/xcshareddata/xcschemes/PubNubSwiftChatSDKAsyncTests.xcscheme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <Scheme | ||
| LastUpgradeVersion = "1530" | ||
| version = "1.7"> | ||
| <BuildAction | ||
| parallelizeBuildables = "YES" | ||
| buildImplicitDependencies = "YES" | ||
| buildArchitectures = "Automatic"> | ||
| </BuildAction> | ||
| <TestAction | ||
| buildConfiguration = "Debug" | ||
| selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| shouldUseLaunchSchemeArgsEnv = "YES" | ||
| shouldAutocreateTestPlan = "YES"> | ||
| <Testables> | ||
| <TestableReference | ||
| skipped = "NO"> | ||
| <BuildableReference | ||
| BuildableIdentifier = "primary" | ||
| BlueprintIdentifier = "3D46D4552D131EB2007D08DB" | ||
| BuildableName = "PubNubSwiftChatSDKAsyncTests.xctest" | ||
| BlueprintName = "PubNubSwiftChatSDKAsyncTests" | ||
| ReferencedContainer = "container:PubNubSwiftChatSDK.xcodeproj"> | ||
| </BuildableReference> | ||
| </TestableReference> | ||
| </Testables> | ||
| </TestAction> | ||
| <LaunchAction | ||
| buildConfiguration = "Debug" | ||
| selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" | ||
| selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" | ||
| launchStyle = "0" | ||
| useCustomWorkingDirectory = "NO" | ||
| ignoresPersistentStateOnLaunch = "NO" | ||
| debugDocumentVersioning = "YES" | ||
| debugServiceExtension = "internal" | ||
| allowLocationSimulation = "YES"> | ||
| </LaunchAction> | ||
| <ProfileAction | ||
| buildConfiguration = "Release" | ||
| shouldUseLaunchSchemeArgsEnv = "YES" | ||
| savedToolIdentifier = "" | ||
| useCustomWorkingDirectory = "NO" | ||
| debugDocumentVersioning = "YES"> | ||
| </ProfileAction> | ||
| <AnalyzeAction | ||
| buildConfiguration = "Debug"> | ||
| </AnalyzeAction> | ||
| <ArchiveAction | ||
| buildConfiguration = "Release" | ||
| revealArchiveInOrganizer = "YES"> | ||
| </ArchiveAction> | ||
| </Scheme> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.