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
11 changes: 0 additions & 11 deletions .github/workflows/sdk-release-maintenance-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,6 @@ jobs:
run: |
./Scripts/update_mapping_versions.sh "${VERSION}"

- name: Update Carthage JSON manifest
run: |
jq --arg version "${VERSION}" \
--arg url "https://github.com/mParticle/mparticle-apple-sdk/releases/download/v${VERSION}/mParticle_Apple_SDK.framework.zip?alt=https://github.com/mParticle/mparticle-apple-sdk/releases/download/v${VERSION}/mParticle_Apple_SDK.xcframework.zip" \
'. + {($version): $url}' mParticle_Apple_SDK.json > /tmp/mParticle_Apple_SDK.json.tmp && \
mv /tmp/mParticle_Apple_SDK.json.tmp mParticle_Apple_SDK.json

- name: Update Package.swift URLs (before building)
run: |
# Update URLs to point to new version (checksums will be updated after building)
Expand All @@ -217,7 +210,6 @@ jobs:
- name: Build framework artifacts
run: |
chmod +x ./Scripts/make_artifacts.sh
chmod +x ./Scripts/carthage.sh
chmod +x ./Scripts/xcframework.sh
./Scripts/make_artifacts.sh

Expand Down Expand Up @@ -247,7 +239,6 @@ jobs:
mParticle-Apple-SDK.podspec \
mParticle-Apple-SDK/MPConstants.swift \
mParticle-Apple-SDK/MPIConstants.m \
mParticle_Apple_SDK.json \
IntegrationTests/wiremock-recordings/mappings/*.json

git commit -m "chore: (release) ${VERSION}
Expand All @@ -259,7 +250,6 @@ jobs:
- mParticle-Apple-SDK.podspec
- mParticle-Apple-SDK/MPConstants.swift
- mParticle-Apple-SDK/MPIConstants.m
- mParticle_Apple_SDK.json
- IntegrationTests/wiremock-recordings/mappings/*.json"

- name: Push release branch
Expand Down Expand Up @@ -298,7 +288,6 @@ jobs:
- \`mParticle-Apple-SDK.podspec\`
- \`mParticle-Apple-SDK/MPConstants.swift\`
- \`mParticle-Apple-SDK/MPIConstants.m\`
- \`mParticle_Apple_SDK.json\`

---

Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ You are a senior iOS SDK engineer specializing in customer data platform (CDP) S

- mParticle Apple SDK (Rokt fork): a comprehensive customer data platform SDK for iOS and tvOS written in Objective-C and Swift.
- Handles event tracking, user identity management, consent management, commerce events, push notification handling, and integration kit orchestration.
- Distributed via Swift Package Manager, CocoaPods, and Carthage.
- Distributed via Swift Package Manager and CocoaPods.
- Integration kits (like the Rokt kit) plug into this SDK to forward events to third-party services.

## Key paths
Expand All @@ -102,7 +102,7 @@ You are a senior iOS SDK engineer specializing in customer data platform (CDP) S
- `IntegrationTests/` — Integration tests (Tuist + WireMock).
- `Example/` — Sample app (11 subdirectories).
- `Scripts/` — Build, release, and utility scripts.
- `release.sh`, `xcframework.sh`, `carthage.sh`, `check_coverage.sh`.
- `xcframework.sh`, `check_coverage.sh`.
- `Package.swift` — SPM manifest (swift-tools-version 5.5).
- `mParticle-Apple-SDK.podspec` — CocoaPods spec (v8.41.1).
- `PrivacyInfo.xcprivacy` — iOS privacy manifest.
Expand Down
97 changes: 40 additions & 57 deletions README.md

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions Scripts/carthage.sh

This file was deleted.

85 changes: 0 additions & 85 deletions Scripts/release.sh

This file was deleted.

1 change: 0 additions & 1 deletion SwiftExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ From the repository root, run:
```bash
# Make the build scripts executable
chmod +x ./Scripts/make_artifacts.sh
chmod +x ./Scripts/carthage.sh
chmod +x ./Scripts/xcframework.sh

# Build the frameworks
Expand Down
Loading
Loading