-
Notifications
You must be signed in to change notification settings - Fork 12
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
Release/v3.0.0 #14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rt for watchOS and visionOS platforms.
… in arm64 environment.
… 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.
…eSwift repository (#123)
…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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.