Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-secondary-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
xcode-version: ${{ env.XCODE_VERSION }}

- name: Setup specified simulator
uses: futureware-tech/simulator-action@v4
uses: futureware-tech/simulator-action@v5
id: simulator
with:
model: iPhone 16 Pro
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-platform-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./gradlew runIos
- name: Archive Test Results
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ios-test-results
path: Users/runner/Library/Developer/Xcode/DerivedData
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Upload artifacts on failure
if: failure()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: integration-test-artifacts
path: ${{ env.WORKING_DIRECTORY }}/artifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
xcode-version: ${{ env.XCODE_VERSION }}

- name: Setup specified simulator
uses: futureware-tech/simulator-action@v4
uses: futureware-tech/simulator-action@v5
id: simulator
with:
model: ${{ matrix.device }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to the mParticle Apple SDK (core and integration kits) are d

---

# [8.44.0](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.43.1...v8.44.0) (2026-02-19)

### Bug Fixes

- fix: SceneDelegate Protocol Objc Selector Issue (#603) ([99364bfb](https://github.com/mParticle/mparticle-apple-sdk/commit/99364bfbf62401c6d53b195b63a21576baaf354b))

# [8.43.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.42.2...v8.43.1) (2026-02-16)

### Core
Expand Down
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>8.43.1</string>
<string>8.44.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
10 changes: 3 additions & 7 deletions RNExample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions SwiftExample/mParticleSwiftExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
7E4B5EB92F338B9100B61C64 /* mParticle-Apple-SDK in Frameworks */ = {isa = PBXBuildFile; productRef = 7E4B5EB82F338B9100B61C64 /* mParticle-Apple-SDK */; };
7E4B5EBC2F338BA500B61C64 /* mParticle-Rokt in Frameworks */ = {isa = PBXBuildFile; productRef = 7E4B5EBB2F338BA500B61C64 /* mParticle-Rokt */; };
7ED594AE2F46240D00AB6433 /* mParticle-Rokt in Frameworks */ = {isa = PBXBuildFile; productRef = 7ED594AD2F46240D00AB6433 /* mParticle-Rokt */; };
A10000010000000000000001 /* mParticleSwiftExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000001 /* mParticleSwiftExampleApp.swift */; };
A10000010000000000000002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000002 /* ContentView.swift */; };
A10000010000000000000003 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A10000020000000000000003 /* Assets.xcassets */; };
Expand All @@ -31,7 +31,7 @@
files = (
7E4B5EB92F338B9100B61C64 /* mParticle-Apple-SDK in Frameworks */,
A10000010000000000000004 /* mParticle-Apple-SDK in Frameworks */,
7E4B5EBC2F338BA500B61C64 /* mParticle-Rokt in Frameworks */,
7ED594AE2F46240D00AB6433 /* mParticle-Rokt in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -85,7 +85,7 @@
packageProductDependencies = (
A10000030000000000000001 /* mParticle-Apple-SDK */,
7E4B5EB82F338B9100B61C64 /* mParticle-Apple-SDK */,
7E4B5EBB2F338BA500B61C64 /* mParticle-Rokt */,
7ED594AD2F46240D00AB6433 /* mParticle-Rokt */,
);
productName = mParticleSwiftExample;
productReference = A10000020000000000000006 /* mParticleSwiftExample.app */;
Expand Down Expand Up @@ -117,7 +117,7 @@
mainGroup = A10000050000000000000001;
packageReferences = (
7E4B5EB72F338B9100B61C64 /* XCRemoteSwiftPackageReference "mparticle-apple-sdk" */,
7E4B5EBA2F338BA500B61C64 /* XCRemoteSwiftPackageReference "mparticle-apple-integration-rokt" */,
7ED594AC2F46240D00AB6433 /* XCRemoteSwiftPackageReference "mparticle-apple-integration-rokt" */,
);
productRefGroup = A10000050000000000000003 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -367,7 +367,7 @@
minimumVersion = 8.4.0;
};
};
7E4B5EBA2F338BA500B61C64 /* XCRemoteSwiftPackageReference "mparticle-apple-integration-rokt" */ = {
7ED594AC2F46240D00AB6433 /* XCRemoteSwiftPackageReference "mparticle-apple-integration-rokt" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mparticle-integrations/mparticle-apple-integration-rokt.git";
requirement = {
Expand All @@ -383,9 +383,9 @@
package = 7E4B5EB72F338B9100B61C64 /* XCRemoteSwiftPackageReference "mparticle-apple-sdk" */;
productName = "mParticle-Apple-SDK";
};
7E4B5EBB2F338BA500B61C64 /* mParticle-Rokt */ = {
7ED594AD2F46240D00AB6433 /* mParticle-Rokt */ = {
isa = XCSwiftPackageProductDependency;
package = 7E4B5EBA2F338BA500B61C64 /* XCRemoteSwiftPackageReference "mparticle-apple-integration-rokt" */;
package = 7ED594AC2F46240D00AB6433 /* XCRemoteSwiftPackageReference "mparticle-apple-integration-rokt" */;
productName = "mParticle-Rokt";
};
A10000030000000000000001 /* mParticle-Apple-SDK */ = {
Expand Down
Loading