Skip to content

Commit b617d39

Browse files
feat: add Urban Airship 19 kit targeting Airship SDK 19.x
Add mParticle-UrbanAirship-19 kit following established kit patterns: - Package.swift (swift-tools-version 5.5, iOS 15.6+, Airship SDK ~> 19.0) - CocoaPods podspec (mParticle-UrbanAirship-19, iOS 15.6 deployment target) - Xcode project with scheme for CI builds - SPM Objc and Swift example apps - Update matrix.json with urbanairship-19 entry - Update Kits/README.md with Urban Airship 19 row Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4151e13 commit b617d39

File tree

40 files changed

+2895
-0
lines changed

40 files changed

+2895
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ All notable changes to the mParticle Apple SDK (core and integration kits) are d
66

77
---
88

9+
# [Unreleased]
10+
11+
### Kits
12+
13+
#### Added
14+
15+
- feat: Add Urban Airship 19 kit targeting Airship SDK 19.x (iOS 15.6+)
16+
17+
---
18+
919
# [8.44.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.43.1...v8.44.0) (2026-02-19)
1020

1121
### Bug Fixes

Kits/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Each kit has its own README with installation and configuration steps.
5050
| Radar 3 | [`mparticle-apple-integration-radar-3`](https://github.com/mparticle-integrations/mparticle-apple-integration-radar-3) | [Radar SDK 3.x](https://github.com/radarlabs/radar-sdk-ios-spm) |
5151
| Rokt | [`mparticle-apple-integration-rokt`](https://github.com/mparticle-integrations/mparticle-apple-integration-rokt) | [Rokt Widget SDK](https://github.com/ROKT/rokt-sdk-ios) |
5252
| Singular 12 | [`mparticle-apple-integration-singular-12`](https://github.com/mparticle-integrations/mparticle-apple-integration-singular-12) | [Singular SDK 12.x](https://github.com/singular-labs/Singular-iOS-SDK) |
53+
| Urban Airship 19 | [`mparticle-apple-integration-urbanairship-19`](https://github.com/mparticle-integrations/mparticle-apple-integration-urbanairship-19) | [Airship SDK 19.x](https://github.com/urbanairship/ios-library) |
5354
| Urban Airship 20 | [`mparticle-apple-integration-urbanairship-20`](https://github.com/mparticle-integrations/mparticle-apple-integration-urbanairship-20) | [Airship SDK 20.x](https://github.com/urbanairship/ios-library) |
5455

5556
## Integrations Not in This Repository

Kits/matrix.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,19 @@
411411
}
412412
]
413413
},
414+
{
415+
"name": "urbanairship-19",
416+
"local_path": "Kits/urbanairship/urbanairship-19",
417+
"podspec": "Kits/urbanairship/urbanairship-19/mParticle-UrbanAirship-19.podspec",
418+
"dest_repo": "mparticle-apple-integration-urbanairship-19",
419+
"schemes": [
420+
{
421+
"scheme": "mParticle-UrbanAirship",
422+
"module": "mParticle_UrbanAirship",
423+
"destination": "iOS"
424+
}
425+
]
426+
},
414427
{
415428
"name": "urbanairship-20",
416429
"local_path": "Kits/urbanairship/urbanairship-20",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
This integration is developed in the [mParticle Apple SDK](https://github.com/mParticle/mparticle-apple-sdk) monorepo.
4+
5+
**Pull requests and issues** for this kit should be opened on the [mParticle/mparticle-apple-sdk](https://github.com/mParticle/mparticle-apple-sdk) repository.
6+
7+
For changelog details for this integration, see the **Kits** section of the root [CHANGELOG.md](https://github.com/mParticle/mparticle-apple-sdk/blob/main/CHANGELOG.md) in that repo.

0 commit comments

Comments
 (0)