Skip to content

Commit ef85c98

Browse files
committed
doc: rm swiftlint
1 parent 517a236 commit ef85c98

File tree

4 files changed

+9
-38
lines changed

4 files changed

+9
-38
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
jazzy:
1111
runs-on: macos-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Install Jazzy
1515
run: sudo gem install jazzy
16+
- name: Resolve Swift Package dependencies
17+
run: xcodebuild -resolvePackageDependencies
1618
- name: Generate Documentation
1719
run: ./docs.sh
1820
- name: Publish

.jazzy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ github_url: https://github.com/EFPrefix/EFQRCode
88
github_file_prefix: https://github.com/EFPrefix/EFQRCode/blob/main
99
dash_url: https://efprefix.github.io/EFQRCode/docsets/EFQRCode.xml
1010
exclude: ./Source/EFQRCode+Migration*
11+
xcodebuild_arguments:
12+
- -workspace
13+
- EFQRCode.xcworkspace
14+
- -scheme
15+
- 'EFQRCode iOS'
16+
output: docs

.swiftlint.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

EFQRCode.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@
556556
F8111E2F19A95C8B0040E7D1 /* Frameworks */,
557557
F8111E3019A95C8B0040E7D1 /* Headers */,
558558
F8111E3119A95C8B0040E7D1 /* Resources */,
559-
12D5BA511F3DC9B800CC6A88 /* SwiftLint */,
560559
);
561560
buildRules = (
562561
);
@@ -735,23 +734,6 @@
735734
};
736735
/* End PBXResourcesBuildPhase section */
737736

738-
/* Begin PBXShellScriptBuildPhase section */
739-
12D5BA511F3DC9B800CC6A88 /* SwiftLint */ = {
740-
isa = PBXShellScriptBuildPhase;
741-
buildActionMask = 2147483647;
742-
files = (
743-
);
744-
inputPaths = (
745-
);
746-
name = SwiftLint;
747-
outputPaths = (
748-
);
749-
runOnlyForDeploymentPostprocessing = 0;
750-
shellPath = /bin/sh;
751-
shellScript = "#if which swiftlint >/dev/null; then\n#swiftlint\n#else\n#echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\n#fi\n";
752-
};
753-
/* End PBXShellScriptBuildPhase section */
754-
755737
/* Begin PBXSourcesBuildPhase section */
756738
4CF626EA1BA7CB3E0011A099 /* Sources */ = {
757739
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)