Skip to content

Commit 7906da3

Browse files
committed
Remove Quick and Nimble
1 parent 80e8442 commit 7906da3

File tree

4 files changed

+2
-15
lines changed

4 files changed

+2
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
## Develop Branch
44

5-
#### Added
6-
75
* Syntax check with SwiftLint [#3](https://github.com/polydice/iCook-tvOS/pull/3)
86
* Code coverage
97
* A little help from [Danger](http://danger.systems/) [#4](https://github.com/polydice/iCook-tvOS/pull/4)
108
* Protocol extended features
119
* Swift 3 syntax updates [#5](https://github.com/polydice/iCook-tvOS/pull/5)
1210
* Simpler project quick start [#6](https://github.com/polydice/iCook-tvOS/pull/6)
1311
* Replace Freddy with Swift Codable [#11](https://github.com/polydice/iCook-tvOS/pull/11)
12+
* Replace Quick and Nimble with XCTest [#12](https://github.com/polydice/iCook-tvOS/pull/12)
1413

1514
## v1.0.0
1615

Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ target :iCookTV do
1717
pod "TreasureData-iOS-SDK", "0.1.15"
1818

1919
target :iCookTVTests do
20-
pod "Nimble"
21-
pod "Quick"
2220
pod "SwiftLint", "0.24.0"
2321
end
2422
end

Podfile.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ PODS:
88
- KeenClientTD (3.2.27)
99
- Keys (1.0.1)
1010
- Kingfisher (3.2.4)
11-
- Nimble (7.0.3)
12-
- Quick (1.2.0)
1311
- SwiftLint (0.24.0)
1412
- TreasureData-iOS-SDK (0.1.15):
1513
- KeenClientTD (= 3.2.27)
@@ -22,8 +20,6 @@ DEPENDENCIES:
2220
- Hue (~> 2.0.0)
2321
- Keys (from `Pods/CocoaPodsKeys`)
2422
- Kingfisher (~> 3.2.0)
25-
- Nimble
26-
- Quick
2723
- SwiftLint (= 0.24.0)
2824
- TreasureData-iOS-SDK (= 0.1.15)
2925

@@ -40,11 +36,9 @@ SPEC CHECKSUMS:
4036
KeenClientTD: ddb29a702bd4cfce5d526519ca8959d70c324c6a
4137
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
4238
Kingfisher: 8d80f39da403cd9c9ee11984e1655f4d6a566cdb
43-
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
44-
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
4539
SwiftLint: a014c92b4664e8b13f380f8640a51bb1733778ba
4640
TreasureData-iOS-SDK: cc878af36b85ae3540a9a5bdb36b7bdc8707b719
4741

48-
PODFILE CHECKSUM: 3ed7b21c8acb46a6e14e06ff31e882ac9d392b95
42+
PODFILE CHECKSUM: e5951c6489057187d3b6c52cfcfe304dc59eb489
4943

5044
COCOAPODS: 1.3.1

iCookTV.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,6 @@
594594
"${BUILT_PRODUCTS_DIR}/Keys/Keys.framework",
595595
"${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
596596
"${BUILT_PRODUCTS_DIR}/TreasureData-iOS-SDK/TreasureData_iOS_SDK.framework",
597-
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
598-
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
599597
);
600598
name = "[CP] Embed Pods Frameworks";
601599
outputPaths = (
@@ -606,8 +604,6 @@
606604
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Keys.framework",
607605
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
608606
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TreasureData_iOS_SDK.framework",
609-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Nimble.framework",
610-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Quick.framework",
611607
);
612608
runOnlyForDeploymentPostprocessing = 0;
613609
shellPath = /bin/sh;

0 commit comments

Comments
 (0)