Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RxSwift and add missing CURRENT_PROJECT_VERSION #179

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "b3e888b4972d9bc76495dd74d30a8c7fad4b9395",
"version": "5.0.1"
"revision": "002d325b0bdee94e7882e1114af5ff4fe1e96afa",
"version": "5.1.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion XCoordinator.xcodeproj/RxSwift_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion XCoordinator.xcodeproj/XCoordinatorCombine_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion XCoordinator.xcodeproj/XCoordinatorRx_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion XCoordinator.xcodeproj/XCoordinatorTests_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion XCoordinator.xcodeproj/XCoordinator_Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
5,281 changes: 3,392 additions & 1,889 deletions XCoordinator.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1130"
LastUpgradeVersion = "9999"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,9 +14,9 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "XCoordinator::XCoordinator"
BuildableName = "XCoordinator.framework"
BlueprintName = "XCoordinator"
BlueprintIdentifier = "XCoordinator::XCoordinatorCombine"
BuildableName = "XCoordinatorCombine.framework"
BlueprintName = "XCoordinatorCombine"
ReferencedContainer = "container:XCoordinator.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -28,9 +28,9 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "XCoordinator::XCoordinatorCombine"
BuildableName = "XCoordinatorCombine.framework"
BlueprintName = "XCoordinatorCombine"
BlueprintIdentifier = "XCoordinator::XCoordinator"
BuildableName = "XCoordinator.framework"
BlueprintName = "XCoordinator"
ReferencedContainer = "container:XCoordinator.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -54,7 +54,8 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand Down