Skip to content

Commit

Permalink
prepare for Swift 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Mar 27, 2020
1 parent dda9268 commit 0998a4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "AliSoftware/OHHTTPStubs" "8.0.0"
github "ReactiveX/RxSwift" "5.0.1"
github "AliSoftware/OHHTTPStubs" "9.0.0"
github "ReactiveX/RxSwift" "5.1.1"
8 changes: 4 additions & 4 deletions ReactiveAPI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.10.4;
MARKETING_VERSION = 1.11.0;
PRODUCT_BUNDLE_IDENTIFIER = it.sky.ReactiveAPI;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -859,7 +859,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.10.4;
MARKETING_VERSION = 1.11.0;
PRODUCT_BUNDLE_IDENTIFIER = it.sky.ReactiveAPI;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -888,7 +888,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.10.1;
MARKETING_VERSION = 1.11.0;
PRODUCT_BUNDLE_IDENTIFIER = it.sky.ReactiveAPIExt;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -917,7 +917,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.10.1;
MARKETING_VERSION = 1.11.0;
PRODUCT_BUNDLE_IDENTIFIER = it.sky.ReactiveAPIExt;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 0998a4f

Please sign in to comment.