File tree Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Develop Branch
4
4
5
- #### Added
6
-
7
5
* Syntax check with SwiftLint [ #3 ] ( https://github.com/polydice/iCook-tvOS/pull/3 )
8
6
* Code coverage
9
7
* A little help from [ Danger] ( http://danger.systems/ ) [ #4 ] ( https://github.com/polydice/iCook-tvOS/pull/4 )
10
8
* Protocol extended features
11
9
* Swift 3 syntax updates [ #5 ] ( https://github.com/polydice/iCook-tvOS/pull/5 )
12
10
* Simpler project quick start [ #6 ] ( https://github.com/polydice/iCook-tvOS/pull/6 )
13
11
* 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 )
14
13
15
14
## v1.0.0
16
15
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ target :iCookTV do
17
17
pod "TreasureData-iOS-SDK" , "0.1.15"
18
18
19
19
target :iCookTVTests do
20
- pod "Nimble"
21
- pod "Quick"
22
20
pod "SwiftLint" , "0.24.0"
23
21
end
24
22
end
Original file line number Diff line number Diff line change 8
8
- KeenClientTD (3.2.27)
9
9
- Keys (1.0.1)
10
10
- Kingfisher (3.2.4)
11
- - Nimble (7.0.3)
12
- - Quick (1.2.0)
13
11
- SwiftLint (0.24.0)
14
12
- TreasureData-iOS-SDK (0.1.15):
15
13
- KeenClientTD (= 3.2.27)
@@ -22,8 +20,6 @@ DEPENDENCIES:
22
20
- Hue (~> 2.0.0)
23
21
- Keys (from `Pods/CocoaPodsKeys`)
24
22
- Kingfisher (~> 3.2.0)
25
- - Nimble
26
- - Quick
27
23
- SwiftLint (= 0.24.0)
28
24
- TreasureData-iOS-SDK (= 0.1.15)
29
25
@@ -40,11 +36,9 @@ SPEC CHECKSUMS:
40
36
KeenClientTD: ddb29a702bd4cfce5d526519ca8959d70c324c6a
41
37
Keys: a576f4c9c1c641ca913a959a9c62ed3f215a8de9
42
38
Kingfisher: 8d80f39da403cd9c9ee11984e1655f4d6a566cdb
43
- Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
44
- Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
45
39
SwiftLint: a014c92b4664e8b13f380f8640a51bb1733778ba
46
40
TreasureData-iOS-SDK: cc878af36b85ae3540a9a5bdb36b7bdc8707b719
47
41
48
- PODFILE CHECKSUM: 3ed7b21c8acb46a6e14e06ff31e882ac9d392b95
42
+ PODFILE CHECKSUM: e5951c6489057187d3b6c52cfcfe304dc59eb489
49
43
50
44
COCOAPODS: 1.3.1
Original file line number Diff line number Diff line change 594
594
"${BUILT_PRODUCTS_DIR}/Keys/Keys.framework",
595
595
"${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
596
596
"${BUILT_PRODUCTS_DIR}/TreasureData-iOS-SDK/TreasureData_iOS_SDK.framework",
597
- "${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
598
- "${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
599
597
);
600
598
name = "[CP] Embed Pods Frameworks";
601
599
outputPaths = (
606
604
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Keys.framework",
607
605
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
608
606
"${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",
611
607
);
612
608
runOnlyForDeploymentPostprocessing = 0;
613
609
shellPath = /bin/sh;
You can’t perform that action at this time.
0 commit comments