Skip to content

Commit 12e9a3d

Browse files
committed
Fix Project
1 parent 990d81b commit 12e9a3d

File tree

7 files changed

+599
-242
lines changed

7 files changed

+599
-242
lines changed

Differentiator/Differentiator.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

Differentiator/Info.plist

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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>

Podfile

Lines changed: 0 additions & 23 deletions
This file was deleted.

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 549 additions & 211 deletions
Large diffs are not rendered by default.

RxDataSources.xcodeproj/xcshareddata/xcschemes/Differentiator-iOS.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "4B2515771F2F019B003B277F"
17+
BlueprintIdentifier = "4BA8ACB81F36D6A400371C26"
1818
BuildableName = "Differentiator.framework"
1919
BlueprintName = "Differentiator-iOS"
2020
ReferencedContainer = "container:RxDataSources.xcodeproj">
@@ -45,7 +45,7 @@
4545
<MacroExpansion>
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
48-
BlueprintIdentifier = "4B2515771F2F019B003B277F"
48+
BlueprintIdentifier = "4BA8ACB81F36D6A400371C26"
4949
BuildableName = "Differentiator.framework"
5050
BlueprintName = "Differentiator-iOS"
5151
ReferencedContainer = "container:RxDataSources.xcodeproj">
@@ -63,7 +63,7 @@
6363
<MacroExpansion>
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
66-
BlueprintIdentifier = "4B2515771F2F019B003B277F"
66+
BlueprintIdentifier = "4BA8ACB81F36D6A400371C26"
6767
BuildableName = "Differentiator.framework"
6868
BlueprintName = "Differentiator-iOS"
6969
ReferencedContainer = "container:RxDataSources.xcodeproj">

RxDataSources.xcodeproj/xcshareddata/xcschemes/Differentiator-tvOS.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "4B2515941F2F01A8003B277F"
17+
BlueprintIdentifier = "4BA8ACD81F36D6AB00371C26"
1818
BuildableName = "Differentiator.framework"
1919
BlueprintName = "Differentiator-tvOS"
2020
ReferencedContainer = "container:RxDataSources.xcodeproj">
@@ -45,7 +45,7 @@
4545
<MacroExpansion>
4646
<BuildableReference
4747
BuildableIdentifier = "primary"
48-
BlueprintIdentifier = "4B2515941F2F01A8003B277F"
48+
BlueprintIdentifier = "4BA8ACD81F36D6AB00371C26"
4949
BuildableName = "Differentiator.framework"
5050
BlueprintName = "Differentiator-tvOS"
5151
ReferencedContainer = "container:RxDataSources.xcodeproj">
@@ -63,7 +63,7 @@
6363
<MacroExpansion>
6464
<BuildableReference
6565
BuildableIdentifier = "primary"
66-
BlueprintIdentifier = "4B2515941F2F01A8003B277F"
66+
BlueprintIdentifier = "4BA8ACD81F36D6AB00371C26"
6767
BuildableName = "Differentiator.framework"
6868
BlueprintName = "Differentiator-tvOS"
6969
ReferencedContainer = "container:RxDataSources.xcodeproj">

RxDataSources.xcodeproj/xcshareddata/xcschemes/RxDataSources-iOS.xcscheme

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0810"
4-
version = "1.3">
4+
version = "1.8">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -37,7 +37,6 @@
3737
buildConfiguration = "Debug"
3838
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
3939
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
40-
language = ""
4140
launchStyle = "0"
4241
useCustomWorkingDirectory = "NO"
4342
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)