File tree Expand file tree Collapse file tree 6 files changed +68
-36
lines changed
RxDataSources.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 6 files changed +68
-36
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // Differentiator.h
3
+ // Differentiator
4
+ //
5
+ // Created by muukii on 8/6/17.
6
+ // Copyright © 2017 kzaher. All rights reserved.
7
+ //
8
+
9
+ #import < UIKit/UIKit.h>
10
+
11
+ // ! Project version number for Differentiator.
12
+ FOUNDATION_EXPORT double DifferentiatorVersionNumber;
13
+
14
+ // ! Project version string for Differentiator.
15
+ FOUNDATION_EXPORT const unsigned char DifferentiatorVersionString[];
16
+
17
+ // In this header, you should import all the public headers of your framework using statements like #import <Differentiator/PublicHeader.h>
18
+
19
+
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >CFBundleDevelopmentRegion </key >
6
+ <string >$(DEVELOPMENT_LANGUAGE) </string >
7
+ <key >CFBundleExecutable </key >
8
+ <string >$(EXECUTABLE_NAME) </string >
9
+ <key >CFBundleIdentifier </key >
10
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
11
+ <key >CFBundleInfoDictionaryVersion </key >
12
+ <string >6.0 </string >
13
+ <key >CFBundleName </key >
14
+ <string >$(PRODUCT_NAME) </string >
15
+ <key >CFBundlePackageType </key >
16
+ <string >FMWK </string >
17
+ <key >CFBundleShortVersionString </key >
18
+ <string >1.0 </string >
19
+ <key >CFBundleVersion </key >
20
+ <string >$(CURRENT_PROJECT_VERSION) </string >
21
+ <key >NSPrincipalClass </key >
22
+ <string ></string >
23
+ </dict >
24
+ </plist >
Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ import CoreLocation
10
10
11
11
class ExampleUITests : XCTestCase {
12
12
13
- override func setUp( ) {
14
- super. setUp ( )
13
+ override func setUp( ) {
14
+ super. setUp ( )
15
15
16
- continueAfterFailure = false
17
- XCUIApplication ( ) . launch ( )
18
- }
16
+ continueAfterFailure = false
17
+ XCUIApplication ( ) . launch ( )
18
+ }
19
19
20
- override func tearDown( ) {
21
- super. tearDown ( )
22
- }
20
+ override func tearDown( ) {
21
+ super. tearDown ( )
22
+ }
23
23
24
- func testExample( ) {
25
- XCUIApplication ( ) . tables. element ( boundBy: 0 ) . cells. staticTexts [ " Randomize Example " ] . tap ( )
24
+ func testExample( ) {
25
+ XCUIApplication ( ) . tables. element ( boundBy: 0 ) . cells. staticTexts [ " Randomize Example " ] . tap ( )
26
26
27
- let time : TimeInterval = 120.0
28
-
29
- RunLoop . current. run ( until: Date ( ) . addingTimeInterval ( time) )
30
- }
27
+ let time : TimeInterval = 120.0
31
28
29
+ RunLoop . current. run ( until: Date ( ) . addingTimeInterval ( time) )
30
+ }
31
+
32
32
}
Original file line number Diff line number Diff line change 1
1
platform :ios , '8.0'
2
2
use_frameworks!
3
3
4
- def common
5
- pod 'RxSwift' , :git => 'https://github.com/ReactiveX/RxSwift.git' , :branch => 'master'
6
- pod 'RxCocoa' , :git => 'https://github.com/ReactiveX/RxSwift.git' , :branch => 'master'
7
- end
8
-
9
- target 'RxDataSources-iOS' do
10
- common
11
- end
12
-
13
- target 'RxDataSources-tvOS' do
14
- common
15
- end
16
-
17
- target 'Tests' do
18
- common
4
+ target 'RxDataSources' do
5
+ pod 'RxSwift' , '~> 2.3.1'
6
+ pod 'RxCocoa' , '~> 2.3.1'
19
7
end
20
8
21
9
target 'Example' do
22
- common
10
+ pod 'RxSwift' , '~> 2.3.1'
11
+ pod 'RxCocoa' , '~> 2.3.1'
23
12
end
Original file line number Diff line number Diff line change 14
14
buildForAnalyzing = " YES" >
15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
- BlueprintIdentifier = " 4B2515771F2F019B003B277F "
17
+ BlueprintIdentifier = " 4BA8ACB81F36D6A400371C26 "
18
18
BuildableName = " Differentiator.framework"
19
19
BlueprintName = " Differentiator-iOS"
20
20
ReferencedContainer = " container:RxDataSources.xcodeproj" >
45
45
<MacroExpansion >
46
46
<BuildableReference
47
47
BuildableIdentifier = " primary"
48
- BlueprintIdentifier = " 4B2515771F2F019B003B277F "
48
+ BlueprintIdentifier = " 4BA8ACB81F36D6A400371C26 "
49
49
BuildableName = " Differentiator.framework"
50
50
BlueprintName = " Differentiator-iOS"
51
51
ReferencedContainer = " container:RxDataSources.xcodeproj" >
63
63
<MacroExpansion >
64
64
<BuildableReference
65
65
BuildableIdentifier = " primary"
66
- BlueprintIdentifier = " 4B2515771F2F019B003B277F "
66
+ BlueprintIdentifier = " 4BA8ACB81F36D6A400371C26 "
67
67
BuildableName = " Differentiator.framework"
68
68
BlueprintName = " Differentiator-iOS"
69
69
ReferencedContainer = " container:RxDataSources.xcodeproj" >
Original file line number Diff line number Diff line change 14
14
buildForAnalyzing = " YES" >
15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
- BlueprintIdentifier = " 4B2515941F2F01A8003B277F "
17
+ BlueprintIdentifier = " 4BA8ACD81F36D6AB00371C26 "
18
18
BuildableName = " Differentiator.framework"
19
19
BlueprintName = " Differentiator-tvOS"
20
20
ReferencedContainer = " container:RxDataSources.xcodeproj" >
45
45
<MacroExpansion >
46
46
<BuildableReference
47
47
BuildableIdentifier = " primary"
48
- BlueprintIdentifier = " 4B2515941F2F01A8003B277F "
48
+ BlueprintIdentifier = " 4BA8ACD81F36D6AB00371C26 "
49
49
BuildableName = " Differentiator.framework"
50
50
BlueprintName = " Differentiator-tvOS"
51
51
ReferencedContainer = " container:RxDataSources.xcodeproj" >
63
63
<MacroExpansion >
64
64
<BuildableReference
65
65
BuildableIdentifier = " primary"
66
- BlueprintIdentifier = " 4B2515941F2F01A8003B277F "
66
+ BlueprintIdentifier = " 4BA8ACD81F36D6AB00371C26 "
67
67
BuildableName = " Differentiator.framework"
68
68
BlueprintName = " Differentiator-tvOS"
69
69
ReferencedContainer = " container:RxDataSources.xcodeproj" >
You can’t perform that action at this time.
0 commit comments