Skip to content

Update atomic plugin to use SPM along with atomic frameworks in cocoapods#48

Merged
brax10ward merged 9 commits into
masterfrom
braxton/sdk-440-replace-atomicsdk-cocoapod-with-frameworks-in-flutter
Apr 16, 2026
Merged

Update atomic plugin to use SPM along with atomic frameworks in cocoapods#48
brax10ward merged 9 commits into
masterfrom
braxton/sdk-440-replace-atomicsdk-cocoapod-with-frameworks-in-flutter

Conversation

@brax10ward
Copy link
Copy Markdown
Contributor

@brax10ward brax10ward commented Apr 15, 2026

  • Remove the AtomicSDK cocoapod dependency and uses vendor frameworks instead
  • Add support for Swift Package Manager
  • Updates the example app to use SPM and updated UI
  • Adds github workflows to verify ios/android builds work on pr's
  • Adds CODEOWNERS and dependabot
CleanShot.2026-04-15.at.16.27.46.mp4

Linear Link

https://linear.app/atomicbuilt/issue/SDK-440/replace-atomicsdk-cocoapod-with-frameworks-in-flutter

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactor (non-breaking change which cleans up code)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • This change impacts security

Checklist:

  • New and existing tests pass locally with my changes
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have tested on a physical iOS device and Android device
  • I have added tests that prove my fix is effective or that my feature works
  • I have followed the Code Review and Code Review Security guidelines
  • I have checked my code against flaws from the OWASP Top 10
    • A01:2021-Broken Access Control
    • A02:2021-Cryptographic Failures
    • A03:2021-Injection
    • A04:2021-Insecure Design
    • A05:2021-Security Misconfiguration
    • A06:2021-Vulnerable and Outdated Components
    • A07:2021-Identification and Authentication Failures
    • A08:2021-Software and Data Integrity Failures
    • A09:2021-Security Logging and Monitoring Failures
    • A10:2021-Server-Side Request Forgery

… support

- Move iOS source files from Classes/ to SPM directory layout
- Add Package.swift with SPM dependency on atomic-transact-ios
- Update podspec to use vendored XCFrameworks as CocoaPods fallback
- Wrap Atomic.presentTransact/presentAction in Task { @mainactor in }
  for compatibility with SDK 3.28.0 main-actor isolation
- Remove update_sdks.yml and manual update scripts
- Add sync-ios-frameworks.yml to auto-sync vendored frameworks when
  Dependabot bumps the SPM version in Package.swift
- Add update-ios-sdk-frameworks.sh that reads version from Package.swift
@brax10ward brax10ward requested a review from eriksargent April 15, 2026 22:36
Comment thread example/ios/Runner/Info.plist
Comment thread example/README.md Outdated
Comment thread ios/atomic_transact_flutter/Package.swift Outdated
@brax10ward brax10ward requested a review from eriksargent April 15, 2026 23:03
@brax10ward brax10ward merged commit ba2aa6f into master Apr 16, 2026
6 checks passed
@brax10ward brax10ward deleted the braxton/sdk-440-replace-atomicsdk-cocoapod-with-frameworks-in-flutter branch April 16, 2026 14:59
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.

2 participants