Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 3.0.0 #23

Merged
merged 39 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4ad712a
build(ToDo): Enabled build for Xcode 15
gumob Aug 24, 2024
04389b7
build(ToDo): Change xcode configuration for Xcode 15.4
gumob Aug 25, 2024
5a3840a
build: Update TLDExtract Swift library to version 3.0.0, adding suppo…
gumob Aug 25, 2024
8dbdd98
build: Change run script name
gumob Aug 25, 2024
9f1958a
build: Fixed a issue that prevented building projects with Xcode 15.4…
gumob Aug 25, 2024
fd0ca03
build(TLDExtractSwift.xcodeproj/project.pbxproj): Add alwaysOutOfDate…
gumob Aug 25, 2024
322b340
build(TLDExtractSwift.xcodeproj/project.pbxproj): Add Public attribut…
gumob Aug 25, 2024
d5407f0
build: Add a scheme for testing
gumob Aug 25, 2024
72ef4a3
chore: Ignore `fastlane/reports`
gumob Aug 25, 2024
9d0c15d
build: Rename package name from TLDExtract to TLDExtractSwift and upd…
gumob Aug 25, 2024
d180097
build: Update Punycode dependency to version 3.0.0 from gumob/Punycod…
gumob Aug 25, 2024
48a9cad
docs(fastlane/README.md): update fastlane installation instructions a…
gumob Aug 25, 2024
11678ed
ci: Update tasks for Xcode 15.4
gumob Aug 25, 2024
16074ac
build: Update the podfile configuration for macOS, iOS, tvOS, watchOS…
gumob Aug 25, 2024
9051d44
ci: Added new configuration file for Github Workflow
gumob Aug 25, 2024
c89af48
build: Removed unused environment variables
gumob Aug 25, 2024
677f7b0
refactor: Removed a configuration file for Travis CI
gumob Aug 25, 2024
fdf5975
refactor: Remove unused script files
gumob Aug 25, 2024
5501bfd
Merge pull request #14 from gumob:release/v3.0.0
gumob Aug 25, 2024
097d007
build(TLDExtractSwift): Update Python script execution for Homebrew P…
gumob Aug 25, 2024
7187099
chore: Remove line break from end
gumob Aug 25, 2024
cc3acc7
ci: Disable linting cocoapod
gumob Aug 25, 2024
413879f
Merge pull request #18 from gumob:release/v3.0.0
gumob Aug 25, 2024
a0fcb24
refactor: Optimized the `run.sh` file and related files for more effi…
gumob Aug 25, 2024
5880bc8
build: Fix DerivedData path
gumob Aug 25, 2024
6923ae0
build: Update gems and installe Fastlane plugin
gumob Aug 25, 2024
da47cc3
Update carthage
gumob Aug 25, 2024
6bb294e
chore: Add space between commands
gumob Aug 25, 2024
65ee994
chore: Update frozen public suffix list
gumob Aug 25, 2024
e5e49d6
build: Update dependencies:
gumob Aug 25, 2024
3b080fb
revert: Enable `Pod lib lint`
gumob Aug 25, 2024
552884b
ci: Update workflow to trigger on 'main' and 'develop' branches
gumob Aug 25, 2024
f00c58d
Merge pull request #20 from gumob:release/v3.0.0
gumob Aug 25, 2024
20e91d1
build: Update carthage
gumob Aug 25, 2024
0f35208
Merge pull request #21 from gumob:release/v3.0.0
gumob Aug 25, 2024
93c470a
docs(README.md): update dependencies requirements for TLDExtractSwift…
gumob Aug 26, 2024
a6c18f2
docs: Update README.md for version 3.0.0
gumob Aug 26, 2024
b78de14
docs: Replace image
gumob Aug 26, 2024
93b56cd
Merge pull request #22 from gumob:release/v3.0.0
gumob Aug 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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