File tree Expand file tree Collapse file tree 7 files changed +599
-242
lines changed Expand file tree Collapse file tree 7 files changed +599
-242
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 >
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
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" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
3
LastUpgradeVersion = " 0810"
4
- version = " 1.3 " >
4
+ version = " 1.8 " >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
7
7
buildImplicitDependencies = " YES" >
37
37
buildConfiguration = " Debug"
38
38
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
39
39
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
40
- language = " "
41
40
launchStyle = " 0"
42
41
useCustomWorkingDirectory = " NO"
43
42
ignoresPersistentStateOnLaunch = " NO"
You can’t perform that action at this time.
0 commit comments