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

Release/v3.0.0 #14

Merged
merged 18 commits into from
Aug 25, 2024
Merged

Release/v3.0.0 #14

merged 18 commits into from
Aug 25, 2024

Conversation

gumob
Copy link
Owner

@gumob gumob commented Aug 25, 2024

No description provided.

gumob added 18 commits August 24, 2024 22:40
… flag to Update Public Suffix List script phase

This commit adds the 'alwaysOutOfDate' flag to the 'Update Public Suffix List' script phase in the TLDExtractSwift Xcode project file. This change ensures that the script will be executed every time the project is built, regardless of whether its output has changed or not. This is useful for scripts that perform tasks like updating data files, which should always be run to ensure the latest information is used.
…e to TLDExtractSwift.h in Headers and fix the error below.

`DEFINES_MODULE was set, but no umbrella header could be found to generate the module map`

The change adds the Public attribute to the TLDExtractSwift.h file located in the Headers folder of the TLDExtractSwift project. This attribute is used to specify that the header file can be accessed by other modules, making it public. The change was made to improve the accessibility and usability of the TLDExtractSwift library.
…ate product and target names accordingly. This change is to improve the naming consistency and avoid confusion with other packages that may have similar names.
…nd add links to official documentation

This commit updates the fastlane README.md file by adding links to the official installation, documentation, and updating the text to reflect the current best practices for installing and using fastlane. This change improves the clarity and accuracy of the documentation, making it easier for developers to understand how to use fastlane in their projects.
 This script appears to be a Fastlane configuration file for an iOS project. It defines several lanes (tasks) for running tests on watchOS and visionOS simulators, building and linting with Swift Package Manager (SPM), Cocoapods, and Carthage.

   The removed lines were related to linting and pushing Cocoapods, which seem to have been replaced by similar tasks for SPM and Carthage.

   Here's a brief explanation of the added lanes:

   - `build_spm`: Builds and tests the project using Swift Package Manager.
   - `build_carthage`: Builds the project with Carthage for iOS, tvOS, watchOS, and (commented out) visionOS platforms.
   - `lint_cocoapods`: Lints Cocoapods libraries.
   - `push_cocoapods`: Pushes changes to the Cocoapods repository.

   The watchOS and visionOS tests are run using Fastlane's `run_tests` action, which launches the specified simulator, builds the project, runs the tests, generates code coverage reports, and saves the results in HTML and JUnit formats. The `slather` action is used to generate HTML test reports for watchOS and visionOS tests as well.

   It seems that this project no longer uses Cocoapods for dependency management, opting instead for Swift Package Manager and Carthage.
…, and visionOS with version 3.0.0, and dependencies on Punycode 3.0.
@gumob gumob merged commit 5501bfd into develop Aug 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant