Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .buildkite/shared-pipeline-vars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# The ~> modifier is not currently used, but we check for it just in case
XCODE_VERSION=$(sed -E 's/^~> ?//' .xcode-version)
CI_TOOLKIT_PLUGIN_VERSION="3.8.0"
CI_TOOLKIT_PLUGIN_VERSION="5.3.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Routine update.


export IMAGE_ID="xcode-$XCODE_VERSION-macos-14.7.1-v1"
export IMAGE_ID="xcode-$XCODE_VERSION"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suffix removed because I also updated the tooling to 16.4 which does not need it.

export CI_TOOLKIT_PLUGIN="automattic/a8c-ci-toolkit#$CI_TOOLKIT_PLUGIN_VERSION"
24 changes: 24 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
root = true

# Apply to all files
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.swift]
indent_size = 4

[{*.h,*.m}]
indent_size = 4

# Ruby specific rules
[{*.rb,Fastfile,Gemfile}]
indent_style = space
indent_size = 2
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
AllCops:
NewCops: enable

Metrics/BlockLength:
Exclude:
- 'WordPress-Aztec-iOS.podspec'
- 'WordPress-Editor-iOS.podspec'

# Allow the Podspec filename to match the project
Naming/FileName:
Exclude:
Expand Down
9 changes: 7 additions & 2 deletions .swiftpm/xcode/xcshareddata/xcschemes/Aztec.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:Tests/AztecTests/Aztec.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "HTMLParser"
BuildableName = "HTMLParser"
BlueprintName = "HTMLParser"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
Expand Down Expand Up @@ -91,6 +105,16 @@
ReferencedContainer = "container:">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "HTMLParserTests"
BuildableName = "HTMLParserTests"
BlueprintName = "HTMLParserTests"
ReferencedContainer = "container:">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
Expand Down
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.2
16.4
2,241 changes: 0 additions & 2,241 deletions Aztec.xcodeproj/project.pbxproj

This file was deleted.

11 changes: 0 additions & 11 deletions Aztec.xcodeproj/project.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

116 changes: 0 additions & 116 deletions Aztec.xcodeproj/xcshareddata/xcschemes/Aztec.xcscheme

This file was deleted.

76 changes: 0 additions & 76 deletions Aztec.xcodeproj/xcshareddata/xcschemes/Carthage Update.xcscheme

This file was deleted.

13 changes: 0 additions & 13 deletions Aztec.xcworkspace/contents.xcworkspacedata

This file was deleted.

8 changes: 0 additions & 8 deletions Aztec.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

This file was deleted.

10 changes: 0 additions & 10 deletions Aztec.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

This file was deleted.

Empty file removed Aztec/Classes/.gitkeep
Empty file.
24 changes: 0 additions & 24 deletions Aztec/Info.plist

This file was deleted.

5 changes: 0 additions & 5 deletions AztecTests/HTML/Nodes/NodeTests.swift

This file was deleted.

Loading