v0.1.1 — clean public beta
Pre-release
Pre-release
Clean public beta release. Use this tag for exact-version installs.
What changed
- Points the SDK version and install guidance to
0.1.1. - Ships from the cleaned public tree:
Sources/,Tests/,Package.swift,README.md,LICENSE, and GitHub CI/issue templates only. - Keeps the WebView navigation containment hardening from the launch-readiness pass: in-container navigation must match the exact resolved portal origin, including scheme and port.
Install
.package(url: "https://github.com/MSW-Digital/glean-feed-ios-sdk", exact: "0.1.1")Verified
swift test- iOS simulator build with
xcodebuild build -scheme GleanFeed -destination 'generic/platform=iOS Simulator' CODE_SIGNING_ALLOWED=NO - Fresh consuming-app import/build smoke against the public package URL
The SDK is still beta; the public API may change before 1.0.0.