The project is in a healthy, maintained state
A fastlane plugin to profile iOS and macOS app and framework sizes from linkmap files, providing detailed breakdowns and insights.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

= 1.1.0
 Project Readme

XCSize

A fastlane plugin to profile iOS and macOS app and framework sizes from linkmap files, providing detailed breakdowns and insights.

Getting Started

To get started with xcsize, add it to your project by running:

fastlane add_plugin xcsize

Usage

lane :test do
  xcsize(linkmap: 'path/to/your/linkmap.txt')

  xcsize_diff(old_linkmap: 'path/to/your/old_linkmap.txt', new_linkmap: 'path/to/your/new_linkmap.txt')
end