Skip to content

Conversation

@wmathurin
Copy link
Contributor

@wmathurin wmathurin commented Sep 19, 2025

sharedProcessPool will be removed in MSDK 14 from SFSDKWebViewStateManager (at which points the deprecation warnings will disappear).

WKProcessPool creation has no effect since iOS 15, so we are no longer using it.

Also removed SFSDKWebViewStateManager.h and SFSDKWebViewStateManager.m which should have been removed when the class was converted to Swift a while back.

- WKProcessPool creation has no effect since iOS 15, so we are no longer using it
- sharedProcessPool will be removed in MSDK 14 from SFSDKWebViewStateManager (at which points the deprecation warnings will disappear)
- also removed SFSDKWebViewStateManager.h and SFSDKWebViewStateManager.m which are no longer used since the class was converted to swift a while back but were still in the repo
@github-actions
Copy link

1 Warning
⚠️ Static Analysis found an issue with one or more files you modified. Please fix the issue(s).

Clang Static Analysis Issues

File Type Category Description Line Col
SFOAuthCoordinator Nullability Memory error nil assigned to a pointer which is expected to have non-null value 120 19
SFOAuthCoordinator Nullability Memory error nil assigned to a pointer which is expected to have non-null value 371 15
SFOAuthCoordinator Nullability Memory error nil assigned to a pointer which is expected to have non-null value 381 15

Generated by 🚫 Danger

@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 63.47%. Comparing base (9b2585e) to head (2a8fc64).
⚠️ Report is 3 commits behind head on dev.

Files with missing lines Patch % Lines
...ceSDKCore/Classes/Common/WebViewStateManager.swift 66.66% 1 Missing ⚠️

❌ Your patch status has failed because the patch coverage (66.66%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #3933      +/-   ##
==========================================
- Coverage   63.52%   63.47%   -0.05%     
==========================================
  Files         250      250              
  Lines       22501    22494       -7     
==========================================
- Hits        14293    14278      -15     
- Misses       8208     8216       +8     
Components Coverage Δ
Analytics 70.78% <ø> (ø)
Common 70.58% <ø> (-0.52%) ⬇️
Core 53.92% <66.66%> (-0.04%) ⬇️
SmartStore 73.66% <ø> (ø)
MobileSync 87.66% <ø> (ø)
Files with missing lines Coverage Δ
...lesforceSDKCore/Classes/OAuth/SFOAuthCoordinator.m 42.50% <ø> (-0.09%) ⬇️
...ceSDKCore/Classes/Common/WebViewStateManager.swift 44.82% <66.66%> (-10.73%) ⬇️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@wmathurin wmathurin merged commit 8d337da into forcedotcom:dev Oct 7, 2025
19 of 24 checks passed
}


@available(*, deprecated, message: "Deprecated in Salesforce Mobile SDK 13.1 and will be removed in Salesforce Mobile SDK 14.0. WKProcessPool creation has no effect on iOS 15+ and this property will be removed.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 13.2 now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. I'll send another PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it is: #3939

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants