mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
* Set up fastlane * Add release-macos workflow * for now * bundle install * Ruby versioning * Fix Ruby 3.4 * Maybe fix CI * Maybe unlock? * Update Release workflow * on push * tweaks * don’t use frozen * Trying something a lil different
10 lines
195 B
Ruby
10 lines
195 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'fastlane'
|
|
gem 'fastlane-plugin-xcodegen'
|
|
|
|
# https://github.com/fastlane/fastlane/issues/29183#issuecomment-2567093826
|
|
gem "abbrev"
|
|
gem "mutex_m"
|
|
gem "ostruct"
|