No release in over a year
Add Applitools SDKs to ipa and app iOS apps as fastlane-plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.1, >= 0.1.0
 Project Readme

applitoolsify plugin

fastlane Plugin Badge

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-applitoolsify, add it to your project by running:

fastlane add_plugin applitoolsify

About applitoolsify

Add Applitools SDKs (UFG_lib.xcframework) to iOS apps as fastlane-plugin

Example

Check out the example Fastfile to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins and bundle exec fastlane test.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

Adding lib into app-file, require path to your app-file:

applitoolsify applitoolsify_input: './some.app'

For debug purposes you can store original file as is, by providing parameter where will to put app with lib:

applitoolsify applitoolsify_input: './before.app', applitoolsify_output: './after.app'

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

fastline-docs links: