Skip to content

Commit

Permalink
Merge pull request #63 from gumob:develop
Browse files Browse the repository at this point in the history
Bump version to 3.0.0
  • Loading branch information
gumob authored Aug 25, 2024
2 parents 7f2db0a + 6371296 commit d623c01
Show file tree
Hide file tree
Showing 28 changed files with 1,285 additions and 1,560 deletions.
401 changes: 401 additions & 0 deletions .github/workflows/main.yml

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
fastlane/reports

# Direnv
.envrc

# Ruby
.bundle
.ruby-version

# Python
.python-version
.bundle
9 changes: 9 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tools]
python = "3.11.9"
ruby = "3.2.5"

[env]
_.python.venv = ".venv"
EXPANDED_CODE_SIGN_IDENTITY=""
EXPANDED_CODE_SIGN_IDENTITY_NAME=""
EXPANDED_PROVISIONING_PROFILE=""
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0
5.0
75 changes: 0 additions & 75 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ gem "travis"
gem "fastlane"
gem "slather"
gem "xcpretty"

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
Loading

0 comments on commit d623c01

Please sign in to comment.