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

Use Folders for WordPressTest #23745

Draft
wants to merge 27 commits into
base: trunk
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9824f8d
Use Folder for Authenticator
jkmassel Oct 31, 2024
fa86909
Move WordPressAuthenticator inside the project
jkmassel Oct 31, 2024
831c2ee
Use Xcode 16 Project Format
jkmassel Oct 31, 2024
422757d
Prepare Tests for Folders
jkmassel Oct 31, 2024
599802d
Use Folders for WordPressTest
jkmassel Oct 31, 2024
bfa7ea2
A bit more organization
jkmassel Oct 31, 2024
36b1e76
Convert JetpackStatsWidgets to use Folders
jkmassel Oct 31, 2024
a815c9a
Convert tiny targets to Folders
jkmassel Oct 31, 2024
a175186
Prepare Share Extension for Folders
jkmassel Oct 31, 2024
12c8363
Convert Share Extension to use Folders
jkmassel Oct 31, 2024
2dde8ff
Prepare Draft Action Extension for Folders
jkmassel Oct 31, 2024
e2159e8
Use Folders for WPDraftExtension
jkmassel Oct 31, 2024
4e9ea37
Use Folders for JPShareExtension
jkmassel Oct 31, 2024
a5f69ae
Prepare Intents for Folders
jkmassel Oct 31, 2024
231ec11
Use Folders for JetpackIntents
jkmassel Oct 31, 2024
4a9e6a6
Organize Jetpack target for Folders
jkmassel Oct 31, 2024
dee9d02
Use Folders for Jetpack
jkmassel Oct 31, 2024
534b341
Organize Resources for Folders
jkmassel Oct 31, 2024
df0d97d
Use Folders for WordPress Resources
jkmassel Oct 31, 2024
2f0bc2e
Fixups
jkmassel Oct 31, 2024
abc4e3b
Use Folders for WordPressNotificationContentExtension
jkmassel Oct 31, 2024
312986b
Use Folders for WordPressNotificationServiceExtension
jkmassel Oct 31, 2024
8454e53
Use Folders for WordPressScreenshotGeneration
jkmassel Oct 31, 2024
7ba586c
Use Folders for UITests
jkmassel Oct 31, 2024
051ede6
Fix pathing
jkmassel Oct 31, 2024
be3181d
Remove test file that’s no longer in use
jkmassel Oct 31, 2024
312134b
Pathing fix
jkmassel Oct 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ steps:
queue: "linter"

- label: "🧹 Lint Translations"
command: "gplint /workdir/WordPress/Resources/AppStoreStrings.po"
command: "gplint /workdir/WordPress/WordPress/Resources/AppStoreStrings.po"
plugins:
- docker#v3.8.0:
image: "public.ecr.aws/automattic/glotpress-validator:1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source 'https://cdn.cocoapods.org/'

raise 'Please run CocoaPods via `bundle exec`' unless %w[BUNDLE_BIN_PATH BUNDLE_GEMFILE].any? { |k| ENV.key?(k) }

VERSION_XCCONFIG_PATH = File.join(File.expand_path(__dir__), 'config', 'Common.xcconfig')
VERSION_XCCONFIG_PATH = File.join(File.expand_path(__dir__), 'WordPress', 'Config', 'Common.xcconfig')
APP_IOS_DEPLOYMENT_TARGET = Gem::Version.new(Xcodeproj::Config.new(VERSION_XCCONFIG_PATH).to_hash['IPHONEOS_DEPLOYMENT_TARGET'])

platform :ios, APP_IOS_DEPLOYMENT_TARGET.version
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ SPEC CHECKSUMS:
WordPress-Aztec-iOS: 3732c6d865a5c9f35788377bdeda8a80ea10d0a1
WordPress-Editor-iOS: 453345420ced3d3ef20f0051b3df46ff10281e0c

PODFILE CHECKSUM: 99aff5ecb96391804fd8f28b29fd4e350ecd4b2e
PODFILE CHECKSUM: 1e0680605a463116265bb3ccf558739d3ae62a0a

COCOAPODS: 1.16.1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading