Chore/ms 311 sdk merchants support cocoapods podspec#14
Conversation
ea27e48 to
89d5b6a
Compare
89d5b6a to
051c7fe
Compare
6289266 to
c79916d
Compare
f432efc to
cd40b56
Compare
Code ReviewFound 5 issues requiring attention: 1. iOS Deployment Target Violations (CLAUDE.md)Issue: iOS deployment targets are set below the documented requirement. CLAUDE.md line 85 explicitly requires:
However, this PR sets:
Fix: Update all iOS deployment targets to 15.0 2. Undocumented Sentry Dependency (Security Risk)Issue: New third-party dependency added without security review or documentation.
CLAUDE.md Section G requires dependency review for critical packages. Fix: Either remove if unused, or document security review in CLAUDE.md 3. Localization Bug - Bundle.main Will Not Find Strings (Critical)Issue: Result: Error dialogs will display raw keys ("failed", "ok") instead of localized messages. Arabic localization will break. Fix: Use correct resource bundle lookup for CocoaPods resource_bundles. See https://guides.cocoapods.org/syntax/podspec.html#resource_bundles Summary:
Please address these issues before merging. |
Code ReviewI found 3 issues that need attention: 1. 🐛 Localization will fail with
|
6952a6a to
18ffa9c
Compare
18ffa9c to
4f69e62
Compare
859df40 to
af6c4ad
Compare
af6c4ad to
7030aa7
Compare
No description provided.