WordPress-iOS-Shared
WordPress-iOS-Shared copied to clipboard
Shared components used in building the WordPress iOS apps and other library components
For some reason, when `swift` or `xcodebuild` try to resolve WordPressShared as a dependency, they don't have access to `.swiftlint.yml` and the resolution fails. This PR updates the version setting...
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...
Add the new endpoint to install the full Jetpack plugin: - Endpoint: `public-api.wordpress.com/rest/v1.1/jetpack-blogs/$blog_id/rest-api` - Method: `POST` - Parameters: - Key: `path` - Value: `/my-jetpack/v1/site/products/extras`
Test Analytics stopped working after https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/321 was merged. The cause is, we are using `xcodebuild` (via fastlane) to run the Swift Package's test suites, and we have to add the...
This is a random idea popped into my head today, not sure if it's worth pursuing, but I had fun learning swift-syntax and swift AST. We can move this tool...
`fontForTextStyle(_ style: maximumPointSize:)` doesn't use maximumPointSize parameter in the implementation. This method is used in some parts of the `WordPress-iOS` application and is features in the [accessibility guide](https://github.com/wordpress-mobile/WordPress-iOS/blob/trunk/docs/dynamic-type-guidelines.md#wpstyleguide). It was...
The goal is to add support to the ExPlat (A/B testing platform) ### Tasks * [x] Request `wpcom/v2/experiments/0.1.0/assignments/` and store the experiments values (https://github.com/wordpress-mobile/WordPress-iOS/pull/15211) * [ ] Request the above...
To promote consistency across `WordPress-iOS` frameworks & to conform to [recommended community standards](https://github.com/wordpress-mobile/WordPress-iOS-Shared/community), we should update this repository to include all of the following: - [X] Description - [X] README...
For testing purposes in case someone needs this installed as a package. It also contains all other removes and has no dependencies now. --- - [ ] I have considered...
Steps to reproduce: 1. Create an empty Xcode project. 2. Go to "Package Dependencies" in the project settings. 3. Add this package as Swift Package. Xcode fails to add the...