Closed ArielDemarco closed 4 weeks ago
The following issues were found:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.99%. Comparing base (
b2da5ac
) to head (72d9d39
). Report is 2 commits behind head on main.
Overview
This PR introduces a new app in
Examples
that helps measure the space the SDK occupies in an application.Details
The app is as simple as possible (
AppDelegate
/SceneDelegate
+ContentView
) and consists of two targets, one that compiles only the previously components, and another that compiles depending on the local version of the Embrace SDK. Then, using Fastlane, two.ipa
files are created and the size of both is compared to obtain the compressed and uncompressed size. The difference between the two gives an estimate of the disk space occupied by the SDK.For more information on how it works, a specific
README
has been added to that example (Examples/AppSizeTester/README.md
).