Commit b965035
feat: allow localhost testing (#233)
TestApp allow access to localhost
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Changes are limited to the test app ATS flag, CI validation, and
publish log verbosity with no production runtime or auth impact.
>
> **Overview**
> **TestApp** can hit **local backends** during development by enabling
**`NSAllowsLocalNetworking`** under App Transport Security in
`TestApp/Info.plist`, so HTTP to localhost works with the existing
`otlpEndpoint` / `backendUrl` build settings.
>
> **CI** adds a **`lint-pods`** job on PRs that runs **`pod lib lint`**
on `LaunchDarklyObservability.podspec` and
`LaunchDarklySessionReplay.podspec` (with `--include-podspecs` for the
dependency). **Publish** drops **`--verbose`** from `pod trunk push` for
both pods.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
0f8e330. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 653b824 commit b965035
3 files changed
Lines changed: 26 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
0 commit comments