Skip to content

Commit 3fc4b70

Browse files
committed
Update SwiftLint to 0.27.0
1 parent 28fc158 commit 3fc4b70

3 files changed

Lines changed: 59 additions & 6 deletions

File tree

Podfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ end
1717

1818
target "Example-iOS" do
1919
platform :ios, "8.0"
20-
pod "SwiftLint", podspec: "https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.0/SwiftLint.podspec.json"
20+
pod "SwiftLint", podspec: "https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json"
21+
end
22+
23+
target "Example-tvOS" do
24+
platform :tvos, "9.0"
25+
pod "SwiftLint", podspec: "https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json"
2126
end

Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
22
- Nimble (7.1.3)
33
- Quick (1.3.1)
4-
- SwiftLint (0.25.0)
4+
- SwiftLint (0.27.0)
55

66
DEPENDENCIES:
77
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v7.1.3`)
88
- Quick (from `https://github.com/Quick/Quick.git`, tag `v1.3.1`)
9-
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.0/SwiftLint.podspec.json`)
9+
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json`)
1010

1111
EXTERNAL SOURCES:
1212
Nimble:
@@ -16,7 +16,7 @@ EXTERNAL SOURCES:
1616
:git: https://github.com/Quick/Quick.git
1717
:tag: v1.3.1
1818
SwiftLint:
19-
:podspec: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.0/SwiftLint.podspec.json
19+
:podspec: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.27.0/SwiftLint.podspec.json
2020

2121
CHECKOUT OPTIONS:
2222
Nimble:
@@ -29,8 +29,8 @@ CHECKOUT OPTIONS:
2929
SPEC CHECKSUMS:
3030
Nimble: 2839b01d1b31f6a6a7777a221f0d91cf52e8e27b
3131
Quick: d17304d58d0d169dd0bd1c6e5c28e3318de32a1a
32-
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea
32+
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
3333

34-
PODFILE CHECKSUM: 99a893bd0a2a0b72bf5a2c4ef7a6bc08dcabfa55
34+
PODFILE CHECKSUM: 6dedfd3b564540ea44d6f3f3bf311afc936ee83a
3535

3636
COCOAPODS: 1.5.3

QuickTableViewController.xcodeproj/project.pbxproj

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
0313D389A7BCE29502848262 /* Pods_Example_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CA2A67F5AE20173B6E17FFBE /* Pods_Example_tvOS.framework */; };
1011
1DF796C7F4630ACDCE1DE189 /* Pods_QuickTableViewController_iOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51571B6D4B25D0BCCCFFBCF5 /* Pods_QuickTableViewController_iOSTests.framework */; };
1112
A3895BA2FCD4633B9297CB06 /* Pods_QuickTableViewController_tvOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73EFDFBFA59BFFF7C494F9AE /* Pods_QuickTableViewController_tvOSTests.framework */; };
1213
A7A26A71AB271F9D402D1A12 /* Pods_Example_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF3454E57819285B32968564 /* Pods_Example_iOS.framework */; };
@@ -150,6 +151,7 @@
150151

151152
/* Begin PBXFileReference section */
152153
466DB8C8ACDE64B9E0EF8D74 /* Pods-QuickTableViewController-iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickTableViewController-iOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-QuickTableViewController-iOSTests/Pods-QuickTableViewController-iOSTests.release.xcconfig"; sourceTree = "<group>"; };
154+
4AAC8E26F072FAB5027928F8 /* Pods-Example-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Example-tvOS/Pods-Example-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
153155
4D38F5DD6F45D1136A106B9F /* Pods-QuickTableViewController-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickTableViewController-tvOSTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-QuickTableViewController-tvOSTests/Pods-QuickTableViewController-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
154156
4EE4E01857269725E8A86D1C /* Pods-QuickTableViewController-iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickTableViewController-iOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-QuickTableViewController-iOSTests/Pods-QuickTableViewController-iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
155157
51571B6D4B25D0BCCCFFBCF5 /* Pods_QuickTableViewController_iOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_QuickTableViewController_iOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -220,6 +222,8 @@
220222
B5F0FFEB1E9CC72D007BF1C9 /* TapActionRow.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TapActionRow.swift; sourceTree = "<group>"; };
221223
B5F0FFED1E9CC73D007BF1C9 /* Subtitle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Subtitle.swift; sourceTree = "<group>"; };
222224
BF3454E57819285B32968564 /* Pods_Example_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
225+
C846A13C763FF2B7B3A6029A /* Pods-Example-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example-tvOS/Pods-Example-tvOS.release.xcconfig"; sourceTree = "<group>"; };
226+
CA2A67F5AE20173B6E17FFBE /* Pods_Example_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
223227
D89FC93DC05CCE898825A0C2 /* Pods-QuickTableViewController-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-QuickTableViewController-tvOSTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-QuickTableViewController-tvOSTests/Pods-QuickTableViewController-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
224228
DE3777B435AF4EF82051BCFD /* Pods-Example-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-Example-iOS/Pods-Example-iOS.release.xcconfig"; sourceTree = "<group>"; };
225229
/* End PBXFileReference section */
@@ -276,6 +280,7 @@
276280
isa = PBXFrameworksBuildPhase;
277281
buildActionMask = 2147483647;
278282
files = (
283+
0313D389A7BCE29502848262 /* Pods_Example_tvOS.framework in Frameworks */,
279284
);
280285
runOnlyForDeploymentPostprocessing = 0;
281286
};
@@ -287,6 +292,8 @@
287292
children = (
288293
A57FEA19A020A7DE44AE8BCE /* Pods-Example-iOS.debug.xcconfig */,
289294
DE3777B435AF4EF82051BCFD /* Pods-Example-iOS.release.xcconfig */,
295+
4AAC8E26F072FAB5027928F8 /* Pods-Example-tvOS.debug.xcconfig */,
296+
C846A13C763FF2B7B3A6029A /* Pods-Example-tvOS.release.xcconfig */,
290297
4EE4E01857269725E8A86D1C /* Pods-QuickTableViewController-iOSTests.debug.xcconfig */,
291298
466DB8C8ACDE64B9E0EF8D74 /* Pods-QuickTableViewController-iOSTests.release.xcconfig */,
292299
D89FC93DC05CCE898825A0C2 /* Pods-QuickTableViewController-tvOSTests.debug.xcconfig */,
@@ -519,6 +526,7 @@
519526
isa = PBXGroup;
520527
children = (
521528
BF3454E57819285B32968564 /* Pods_Example_iOS.framework */,
529+
CA2A67F5AE20173B6E17FFBE /* Pods_Example_tvOS.framework */,
522530
51571B6D4B25D0BCCCFFBCF5 /* Pods_QuickTableViewController_iOSTests.framework */,
523531
73EFDFBFA59BFFF7C494F9AE /* Pods_QuickTableViewController_tvOSTests.framework */,
524532
);
@@ -667,6 +675,8 @@
667675
isa = PBXNativeTarget;
668676
buildConfigurationList = B54A24612088D44D00EEBA26 /* Build configuration list for PBXNativeTarget "Example-tvOS" */;
669677
buildPhases = (
678+
7984EB3A6288DCB472DCA0A7 /* [CP] Check Pods Manifest.lock */,
679+
B54582FB212D7F89004376C8 /* SwiftLint */,
670680
B54A244F2088D44A00EEBA26 /* Sources */,
671681
B54A24502088D44A00EEBA26 /* Frameworks */,
672682
B54A24512088D44A00EEBA26 /* Resources */,
@@ -832,6 +842,28 @@
832842
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-QuickTableViewController-tvOSTests/Pods-QuickTableViewController-tvOSTests-frameworks.sh\"\n";
833843
showEnvVarsInLog = 0;
834844
};
845+
7984EB3A6288DCB472DCA0A7 /* [CP] Check Pods Manifest.lock */ = {
846+
isa = PBXShellScriptBuildPhase;
847+
buildActionMask = 2147483647;
848+
files = (
849+
);
850+
inputFileListPaths = (
851+
);
852+
inputPaths = (
853+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
854+
"${PODS_ROOT}/Manifest.lock",
855+
);
856+
name = "[CP] Check Pods Manifest.lock";
857+
outputFileListPaths = (
858+
);
859+
outputPaths = (
860+
"$(DERIVED_FILE_DIR)/Pods-Example-tvOS-checkManifestLockResult.txt",
861+
);
862+
runOnlyForDeploymentPostprocessing = 0;
863+
shellPath = /bin/sh;
864+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
865+
showEnvVarsInLog = 0;
866+
};
835867
7BD682369F694709705F5C93 /* [CP] Embed Pods Frameworks */ = {
836868
isa = PBXShellScriptBuildPhase;
837869
buildActionMask = 2147483647;
@@ -884,6 +916,20 @@
884916
shellPath = /bin/sh;
885917
shellScript = "${PODS_ROOT}/SwiftLint/swiftlint";
886918
};
919+
B54582FB212D7F89004376C8 /* SwiftLint */ = {
920+
isa = PBXShellScriptBuildPhase;
921+
buildActionMask = 2147483647;
922+
files = (
923+
);
924+
inputPaths = (
925+
);
926+
name = SwiftLint;
927+
outputPaths = (
928+
);
929+
runOnlyForDeploymentPostprocessing = 0;
930+
shellPath = /bin/sh;
931+
shellScript = "${PODS_ROOT}/SwiftLint/swiftlint";
932+
};
887933
B5C335A91D07CBD000C706A4 /* Swift Lint */ = {
888934
isa = PBXShellScriptBuildPhase;
889935
buildActionMask = 2147483647;
@@ -1511,6 +1557,7 @@
15111557
};
15121558
B54A245F2088D44D00EEBA26 /* Debug */ = {
15131559
isa = XCBuildConfiguration;
1560+
baseConfigurationReference = 4AAC8E26F072FAB5027928F8 /* Pods-Example-tvOS.debug.xcconfig */;
15141561
buildSettings = {
15151562
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
15161563
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
@@ -1537,6 +1584,7 @@
15371584
};
15381585
B54A24602088D44D00EEBA26 /* Release */ = {
15391586
isa = XCBuildConfiguration;
1587+
baseConfigurationReference = C846A13C763FF2B7B3A6029A /* Pods-Example-tvOS.release.xcconfig */;
15401588
buildSettings = {
15411589
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
15421590
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;

0 commit comments

Comments
 (0)