Skip to content

Commit c883beb

Browse files
committed
Target cleanup.
1 parent 74deb7b commit c883beb

12 files changed

+291
-310
lines changed

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 286 additions & 304 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 5 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">
@@ -16,7 +16,7 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "C8984C591C36AF35001E4272"
1818
BuildableName = "RxDataSources.framework"
19-
BlueprintName = "RxDataSources-iOS"
19+
BlueprintName = "RxDataSources"
2020
ReferencedContainer = "container:RxDataSources.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -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"
@@ -49,7 +48,7 @@
4948
BuildableIdentifier = "primary"
5049
BlueprintIdentifier = "C8984C591C36AF35001E4272"
5150
BuildableName = "RxDataSources.framework"
52-
BlueprintName = "RxDataSources-iOS"
51+
BlueprintName = "RxDataSources"
5352
ReferencedContainer = "container:RxDataSources.xcodeproj">
5453
</BuildableReference>
5554
</MacroExpansion>
@@ -67,7 +66,7 @@
6766
BuildableIdentifier = "primary"
6867
BlueprintIdentifier = "C8984C591C36AF35001E4272"
6968
BuildableName = "RxDataSources.framework"
70-
BlueprintName = "RxDataSources-iOS"
69+
BlueprintName = "RxDataSources"
7170
ReferencedContainer = "container:RxDataSources.xcodeproj">
7271
</BuildableReference>
7372
</MacroExpansion>

Sources/Differentiator/Differentiator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2017 kzaher. All rights reserved.
77
//
88

9-
#import <UIKit/UIKit.h>
9+
#import <Foundation/Foundation.h>
1010

1111
//! Project version number for Differentiator.
1212
FOUNDATION_EXPORT double DifferentiatorVersionNumber;

0 commit comments

Comments
 (0)