Skip to content

Commit

Permalink
Merge pull request #14 from gumob:release/v3.0.0
Browse files Browse the repository at this point in the history
Release/v3.0.0
  • Loading branch information
gumob authored Aug 25, 2024
2 parents 8c051b6 + fdf5975 commit 5501bfd
Show file tree
Hide file tree
Showing 30 changed files with 3,942 additions and 3,564 deletions.
400 changes: 400 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.

3 changes: 2 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github "gumob/PunycodeSwift" ~> 2.1
# github "gumob/PunycodeSwift" ~> 3.0
github "gumob/PunycodeSwift" "release/v3.0.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" "8e7de65d79e7a4bb74a474422bf07f6de57c8fec"
Loading

0 comments on commit 5501bfd

Please sign in to comment.