Skip to content
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

Remove unused property #3809

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Remove unused property #3809

merged 1 commit into from
Jan 23, 2025

Conversation

bbirman
Copy link
Member

@bbirman bbirman commented Jan 21, 2025

No description provided.

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
SalesforceSDKManager Nil value used as mutex for @synchronized() (no synchronization will occur) Logic error Nil value used as mutex for @synchronized() (no synchronization will occur) 143 5
SalesforceSDKManager Nil value used as mutex for @synchronized() (no synchronization will occur) Logic error Nil value used as mutex for @synchronized() (no synchronization will occur) 155 5

Generated by 🚫 Danger

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.27%. Comparing base (106df6f) to head (5075583).
Report is 19 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #3809      +/-   ##
==========================================
- Coverage   62.75%   61.27%   -1.49%     
==========================================
  Files         224      233       +9     
  Lines       21361    21879     +518     
==========================================
+ Hits        13405    13406       +1     
- Misses       7956     8473     +517     
Components Coverage Δ
Analytics 84.09% <ø> (ø)
Common 68.87% <ø> (+0.08%) ⬆️
Core 49.63% <10.00%> (-1.98%) ⬇️
SmartStore 73.70% <ø> (ø)
MobileSync 87.58% <ø> (ø)

see 16 files with indirect coverage changes

@@ -225,9 +225,6 @@ NS_SWIFT_NAME(SalesforceManager)
*/
@property (nonatomic, assign) BOOL isLoginWebviewInspectable;

/*** Indicates if login via QR Code and UI bridge API is enabled */
@property (nonatomic, assign) BOOL isQrCodeLoginEnabled;
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

👍 I have a commit for the template I'll put up too if we merge this

Copy link
Contributor

Choose a reason for hiding this comment

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

@wmathurin - On Android, this property was actually used but in the iOS implementation it wound up not being practical. It can be safely removed.

@bbirman bbirman merged commit 678edcb into forcedotcom:dev Jan 23, 2025
7 of 8 checks passed
@bbirman bbirman deleted the cleanup-property branch January 23, 2025 23:01
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.

4 participants