Skip to content

Commit

Permalink
Merge pull request #23 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 26, 2024
2 parents 2f3d0a7 + 93b56cd commit ea54163
Show file tree
Hide file tree
Showing 36 changed files with 6,417 additions and 5,016 deletions.
401 changes: 401 additions & 0 deletions .github/workflows/main.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output
fastlane/reports

# Direnv
.envrc
Expand All @@ -74,4 +75,4 @@ fastlane/test_output
.ruby-version

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

[env]
_.python.venv = ".venv"
EXPANDED_CODE_SIGN_IDENTITY=""
EXPANDED_CODE_SIGN_IDENTITY_NAME=""
EXPANDED_PROVISIONING_PROFILE=""
91 changes: 0 additions & 91 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "gumob/PunycodeSwift" ~> 2.1
github "gumob/PunycodeSwift" ~> 3.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "gumob/PunycodeSwift" "2.1.0"
github "gumob/PunycodeSwift" "2a15d8db8d34bfdd81f96b62acb4ac34157f9089"
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 ea54163

Please sign in to comment.