diff --git a/.circleci/config.yml b/.circleci/config.yml
index 06a424d..9ad69b6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,7 +6,7 @@ version: 2
jobs:
initialize:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
environment:
FL_OUTPUT_DIR: output
steps:
@@ -57,7 +57,7 @@ jobs:
- .
unit-tests:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
environment:
FL_OUTPUT_DIR: output
steps:
@@ -73,7 +73,7 @@ jobs:
path: output/scan
upload-qa:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
steps:
- attach_workspace:
at: .
@@ -85,7 +85,7 @@ jobs:
command: bundle exec fastlane qa
upload-production-appstore:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
steps:
- attach_workspace:
at: .
@@ -97,7 +97,7 @@ jobs:
command: bundle exec fastlane prod
upload-production-enterprise:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
steps:
- attach_workspace:
at: .
@@ -109,7 +109,7 @@ jobs:
command: bundle exec fastlane prodenterprise
building-tests-qa:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
steps:
- attach_workspace:
at: .
@@ -121,7 +121,7 @@ jobs:
command: bundle exec fastlane qa skipupload:true
building-tests-prod:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
steps:
- attach_workspace:
at: .
@@ -133,7 +133,7 @@ jobs:
command: bundle exec fastlane prod skipupload:true
building-tests-prodenterprise:
macos:
- xcode: "11.3.0"
+ xcode: "11.3.1"
steps:
- attach_workspace:
at: .
diff --git a/FuelMeDriver/DriverMappingTests/Info.plist b/FuelMeDriver/DriverMappingTests/Info.plist
index 64891eb..eb7d23f 100644
--- a/FuelMeDriver/DriverMappingTests/Info.plist
+++ b/FuelMeDriver/DriverMappingTests/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
1.0
CFBundleVersion
- 580
+ 584
diff --git a/FuelMeDriver/DriverUITests/Info.plist b/FuelMeDriver/DriverUITests/Info.plist
index 64891eb..eb7d23f 100644
--- a/FuelMeDriver/DriverUITests/Info.plist
+++ b/FuelMeDriver/DriverUITests/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
1.0
CFBundleVersion
- 580
+ 584
diff --git a/FuelMeDriver/DriverUnitTestsSwift/Info.plist b/FuelMeDriver/DriverUnitTestsSwift/Info.plist
index 551148e..128a2ad 100644
--- a/FuelMeDriver/DriverUnitTestsSwift/Info.plist
+++ b/FuelMeDriver/DriverUnitTestsSwift/Info.plist
@@ -17,6 +17,6 @@
CFBundleShortVersionString
1.0
CFBundleVersion
- 580
+ 584
diff --git a/FuelMeDriver/FuelMeDriver/Classes/Managers/RASessionManager.m b/FuelMeDriver/FuelMeDriver/Classes/Managers/RASessionManager.m
index afac4e6..2ca5d3f 100644
--- a/FuelMeDriver/FuelMeDriver/Classes/Managers/RASessionManager.m
+++ b/FuelMeDriver/FuelMeDriver/Classes/Managers/RASessionManager.m
@@ -152,7 +152,7 @@ - (void)loginWithFacebookFromViewController:(UIViewController *_Nonnull)viewCont
NSParameterAssert(completion);
__weak __typeof__(self) weakself = self;
FBSDKLoginManager *login = [FBSDKLoginManager new];
- [login logInWithReadPermissions:@[@"public_profile", @"email"] fromViewController:viewController handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) {
+ [login logInWithPermissions:@[@"public_profile", @"email"] fromViewController:viewController handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) {
if (error) {
BOOL userDidntAllowToOpenFacebook = [error.domain isEqualToString:@"com.apple.SafariServices.Authentication"] && error.code == 1;
if (userDidntAllowToOpenFacebook) {
diff --git a/FuelMeDriver/RideDriver.xcodeproj/project.pbxproj b/FuelMeDriver/RideDriver.xcodeproj/project.pbxproj
index 0813e3e..18c1699 100644
--- a/FuelMeDriver/RideDriver.xcodeproj/project.pbxproj
+++ b/FuelMeDriver/RideDriver.xcodeproj/project.pbxproj
@@ -683,7 +683,7 @@
/* Begin PBXFileReference section */
04E27C54612BB067BDB5ABFB /* Pods-driver_pods-RideDriver - Enterprise.releaseqaenterprise.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriver - Enterprise.releaseqaenterprise.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriver - Enterprise/Pods-driver_pods-RideDriver - Enterprise.releaseqaenterprise.xcconfig"; sourceTree = ""; };
- 08AF8F9999584B7931EE054C /* Pods_driver_pods_RideDriverHouston___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Pods_driver_pods_RideDriverHouston___Enterprise.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 08AF8F9999584B7931EE054C /* Pods_driver_pods_RideDriverHouston___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_driver_pods_RideDriverHouston___Enterprise.framework; sourceTree = BUILT_PRODUCTS_DIR; };
09CF23D4ACFA2E3982EDF269 /* Pods-driver_pods-RideDriverTest - Enterprise.releaseenterprise.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Enterprise.releaseenterprise.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise.releaseenterprise.xcconfig"; sourceTree = ""; };
1308BCCE1DDE1A04001785C3 /* ActionViewDefines.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActionViewDefines.h; sourceTree = ""; };
130965751D9C55D800870914 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
@@ -840,7 +840,7 @@
1D7972975FDD04FFA3392474 /* Pods-driver_pods-DriverUnitTestsSwift.releaseenterpriseqa.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-DriverUnitTestsSwift.releaseenterpriseqa.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift.releaseenterpriseqa.xcconfig"; sourceTree = ""; };
246FE7FFF27A25E74F089316 /* Pods-driver_pods-DriverUnitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-DriverUnitTests.release.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests.release.xcconfig"; sourceTree = ""; };
32917304CE838FF50C3E3509 /* Pods-driver_pods-RideDriverTest - Enterprise.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Enterprise.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise.debug.xcconfig"; sourceTree = ""; };
- 35527EBB72A6E2C2A33A3B3E /* Pods_driver_pods_RideDriver___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Pods_driver_pods_RideDriver___Enterprise.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 35527EBB72A6E2C2A33A3B3E /* Pods_driver_pods_RideDriver___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_driver_pods_RideDriver___Enterprise.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48A122BB3F19FF21752E7A08 /* Pods-driver_pods-RideDriverHouston - Enterprise.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverHouston - Enterprise.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverHouston - Enterprise/Pods-driver_pods-RideDriverHouston - Enterprise.debug.xcconfig"; sourceTree = ""; };
4E243827C70BD5116BB24A0B /* Pods-driver_pods-DriverUnitTestsSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-DriverUnitTestsSwift.release.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift.release.xcconfig"; sourceTree = ""; };
527E850AED05CB5C31D69594 /* Pods_driver_pods_DriverUnitTestsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_driver_pods_DriverUnitTestsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -1070,11 +1070,11 @@
625D50600BF93DB7256CA226 /* Pods-driver_pods-RideDriverTest - Automation.releaseenterpriseqa.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Automation.releaseenterpriseqa.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Automation/Pods-driver_pods-RideDriverTest - Automation.releaseenterpriseqa.xcconfig"; sourceTree = ""; };
652162D44026285CE3235CDF /* Pods-driver_pods-RideDriverTest - Enterprise.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Enterprise.release.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise.release.xcconfig"; sourceTree = ""; };
666A68531DED1929A640A082 /* Pods-driver_pods-RideDriver - Enterprise.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriver - Enterprise.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriver - Enterprise/Pods-driver_pods-RideDriver - Enterprise.debug.xcconfig"; sourceTree = ""; };
- 67FAFE526043795B61EC6070 /* Pods_driver_pods_RideDriverTest___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Pods_driver_pods_RideDriverTest___Enterprise.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 67FAFE526043795B61EC6070 /* Pods_driver_pods_RideDriverTest___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_driver_pods_RideDriverTest___Enterprise.framework; sourceTree = BUILT_PRODUCTS_DIR; };
76BEEDE4EF738407737EEB92 /* Pods-driver_pods-RideDriverTest - Enterprise.releaseenterpriseqa.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Enterprise.releaseenterpriseqa.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise.releaseenterpriseqa.xcconfig"; sourceTree = ""; };
77615F16D7031ED6A1970286 /* Pods-driver_pods-DriverUnitTestsSwift.releaseqaenterprise.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-DriverUnitTestsSwift.releaseqaenterprise.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift.releaseqaenterprise.xcconfig"; sourceTree = ""; };
7A0905B9363FD52FBADBF596 /* Pods-driver_pods-RideDriverTest - Automation.releaseenterprise.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Automation.releaseenterprise.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Automation/Pods-driver_pods-RideDriverTest - Automation.releaseenterprise.xcconfig"; sourceTree = ""; };
- 7A47F94F060147A822817DDA /* Pods_driver_pods_RideDriverTest___Automation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Pods_driver_pods_RideDriverTest___Automation.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 7A47F94F060147A822817DDA /* Pods_driver_pods_RideDriverTest___Automation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_driver_pods_RideDriverTest___Automation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8405FC401D7EF478006A8C14 /* ErrorReporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ErrorReporter.h; sourceTree = ""; };
8405FC411D7EF478006A8C14 /* ErrorReporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ErrorReporter.m; sourceTree = ""; };
840ABFB51F3DE2190088F77C /* ADSearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADSearchViewController.h; sourceTree = ""; };
@@ -1494,7 +1494,7 @@
AAD038F29C73F8AFAF78759C /* Pods-driver_pods-RideDriverTest - Automation.debugqa.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-driver_pods-RideDriverTest - Automation.debugqa.xcconfig"; path = "../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Automation/Pods-driver_pods-RideDriverTest - Automation.debugqa.xcconfig"; sourceTree = ""; };
ACD5749123C2830200F65AB5 /* UIImage+valueData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+valueData.h"; sourceTree = ""; };
ACD5749223C2830200F65AB5 /* UIImage+valueData.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+valueData.m"; sourceTree = ""; };
- AE4BBB5FA526B44EBF51EE71 /* Pods_driver_pods_RideDriverHoustonTest___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "Pods_driver_pods_RideDriverHoustonTest___Enterprise.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ AE4BBB5FA526B44EBF51EE71 /* Pods_driver_pods_RideDriverHoustonTest___Enterprise.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_driver_pods_RideDriverHoustonTest___Enterprise.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B507E6F0228F81BE0062D981 /* StringValidationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StringValidationTests.m; sourceTree = ""; };
B52355C51D64F7460071E136 /* DailyCancelledRideCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DailyCancelledRideCell.h; path = FuelMeDriver/Classes/ViewControllers/Earnings/Cells/DailyCancelledRideCell.h; sourceTree = SOURCE_ROOT; };
B52355C61D64F7460071E136 /* DailyCancelledRideCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DailyCancelledRideCell.m; path = FuelMeDriver/Classes/ViewControllers/Earnings/Cells/DailyCancelledRideCell.m; sourceTree = SOURCE_ROOT; };
@@ -4506,7 +4506,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-resources.sh",
+ "${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInAppMessagingDisplay/InAppMessagingDisplayResources.bundle",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle",
@@ -4519,7 +4519,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
13B4A3111D4BAB8500B456CC /* Fabric */ = {
@@ -4543,7 +4543,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-resources.sh",
+ "${PODS_ROOT}/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInAppMessagingDisplay/InAppMessagingDisplayResources.bundle",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle",
@@ -4556,7 +4556,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-resources.sh\"\n";
showEnvVarsInLog = 0;
};
6230CC078996D3F46066A195 /* [CP] Check Pods Manifest.lock */ = {
@@ -4583,8 +4583,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-frameworks.sh",
- "${BUILT_PRODUCTS_DIR}/Bolts/Bolts.framework",
+ "${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CZPhotoPickerController/CZPhotoPickerController.framework",
"${BUILT_PRODUCTS_DIR}/DACircularProgress/DACircularProgress.framework",
"${BUILT_PRODUCTS_DIR}/FBSDKCoreKit/FBSDKCoreKit.framework",
@@ -4618,7 +4617,6 @@
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Bolts.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CZPhotoPickerController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DACircularProgress.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKCoreKit.framework",
@@ -4652,7 +4650,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
8EAD9C2BDA44AF64E3B584C5 /* [CP] Embed Pods Frameworks */ = {
@@ -4661,8 +4659,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-frameworks.sh",
- "${BUILT_PRODUCTS_DIR}/Bolts/Bolts.framework",
+ "${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CZPhotoPickerController/CZPhotoPickerController.framework",
"${BUILT_PRODUCTS_DIR}/DACircularProgress/DACircularProgress.framework",
"${BUILT_PRODUCTS_DIR}/FBSDKCoreKit/FBSDKCoreKit.framework",
@@ -4696,7 +4693,6 @@
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Bolts.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CZPhotoPickerController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DACircularProgress.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKCoreKit.framework",
@@ -4730,7 +4726,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTests/Pods-driver_pods-DriverUnitTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
A0BA431F22E4F4E2002DDC65 /* Map GoogleServiceInfoPlist */ = {
@@ -4815,7 +4811,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-resources.sh",
+ "${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInAppMessagingDisplay/InAppMessagingDisplayResources.bundle",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_ROOT}/GooglePlaces/Frameworks/GooglePlaces.framework/Resources/GooglePlaces.bundle",
@@ -4828,7 +4824,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-driver_pods-DriverUnitTestsSwift/Pods-driver_pods-DriverUnitTestsSwift-resources.sh\"\n";
showEnvVarsInLog = 0;
};
B4C12EA323BDCE04C2A7642E /* [CP] Embed Pods Frameworks */ = {
@@ -4837,8 +4833,7 @@
files = (
);
inputPaths = (
- "${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-frameworks.sh",
- "${BUILT_PRODUCTS_DIR}/Bolts/Bolts.framework",
+ "${PODS_ROOT}/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CZPhotoPickerController/CZPhotoPickerController.framework",
"${BUILT_PRODUCTS_DIR}/DACircularProgress/DACircularProgress.framework",
"${BUILT_PRODUCTS_DIR}/FBSDKCoreKit/FBSDKCoreKit.framework",
@@ -4872,7 +4867,6 @@
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Bolts.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CZPhotoPickerController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DACircularProgress.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKCoreKit.framework",
@@ -4906,7 +4900,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-driver_pods-RideDriverTest - Enterprise/Pods-driver_pods-RideDriverTest - Enterprise-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D4A836129897EF511535EA6D /* [CP] Check Pods Manifest.lock */ = {
@@ -5665,7 +5659,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 580;
+ CURRENT_PROJECT_VERSION = 584;
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5680,7 +5674,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_GROUP = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MARKETING_VERSION = 5.1.3;
+ MARKETING_VERSION = 5.1.4;
MTL_ENABLE_DEBUG_INFO = NO;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
@@ -5929,7 +5923,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 580;
+ CURRENT_PROJECT_VERSION = 584;
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5947,7 +5941,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_GROUP = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MARKETING_VERSION = 5.1.3;
+ MARKETING_VERSION = 5.1.4;
MTL_ENABLE_DEBUG_INFO = NO;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
@@ -6215,7 +6209,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 580;
+ CURRENT_PROJECT_VERSION = 584;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -6239,7 +6233,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_GROUP = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MARKETING_VERSION = 5.1.3;
+ MARKETING_VERSION = 5.1.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PROVISIONING_PROFILE = "";
@@ -6488,7 +6482,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 580;
+ CURRENT_PROJECT_VERSION = 584;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -6510,7 +6504,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_GROUP = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MARKETING_VERSION = 5.1.3;
+ MARKETING_VERSION = 5.1.4;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
PROVISIONING_PROFILE = "";
@@ -6554,7 +6548,7 @@
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
COPY_PHASE_STRIP = YES;
- CURRENT_PROJECT_VERSION = 580;
+ CURRENT_PROJECT_VERSION = 584;
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -6569,7 +6563,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
INSTALL_GROUP = "";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- MARKETING_VERSION = 5.1.3;
+ MARKETING_VERSION = 5.1.4;
MTL_ENABLE_DEBUG_INFO = NO;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
diff --git a/FuelMeDriver/scripts/templates/RideDriverEnterprise-Info.plist.template b/FuelMeDriver/scripts/templates/RideDriverEnterprise-Info.plist.template
index 7d69fe0..5cdab6f 100644
--- a/FuelMeDriver/scripts/templates/RideDriverEnterprise-Info.plist.template
+++ b/FuelMeDriver/scripts/templates/RideDriverEnterprise-Info.plist.template
@@ -42,7 +42,7 @@
CFBundleVersion
- 580
+ 584
FacebookAppID
{{facebookAppId}}
FacebookDisplayName
@@ -75,10 +75,6 @@
LSRequiresIPhoneOS
- MKDirectionsApplicationSupportedModes
-
- MKDirectionsModeCar
-
NSAppTransportSecurity
NSAllowsArbitraryLoads
@@ -109,11 +105,11 @@
NSBluetoothAlwaysUsageDescription
- $(PRODUCT_NAME) uses bluetooth to find, connect and transfer data between different devices
+ DriveAustin uses bluetooth to find, connect and transfer data between different devices
NSCameraUsageDescription
- $(PRODUCT_NAME) will request your photos to help riders recognize you and your car
+ DriveAustin will request your photos to help riders recognize you and your car
NSContactsUsageDescription
- $(PRODUCT_NAME) uses your contacts to refer a friend so that you can receive incentives
+ DriveAustin uses your contacts to refer a friend so that you can receive incentives
NSExceptionDomains
akamaidh.net
@@ -139,13 +135,13 @@
NSLocationAlwaysAndWhenInUseUsageDescription
- $(PRODUCT_NAME) will give you ride requests that are near your location when you are online
+ DriveAustin will give you ride requests that are near your location when you are online
NSLocationAlwaysUsageDescription
- $(PRODUCT_NAME) will give you ride requests that are near your location when you are online
+ DriveAustin will give you ride requests that are near your location when you are online
NSLocationWhenInUseUsageDescription
- $(PRODUCT_NAME) will give you ride requests that are near your location when you are online
+ DriveAustin will give you ride requests that are near your location when you are online
NSPhotoLibraryUsageDescription
- $(PRODUCT_NAME) will request your photos to help riders recognize you and your car
+ DriveAustin will request your photos to help riders recognize you and your car
UIAppFonts
Montserrat-SemiBold.otf
diff --git a/Gemfile b/Gemfile
index ece4f00..e7dcc3e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
-gem 'fastlane'
gem 'cocoapods'
+gem 'fastlane'
gem 'xcode-install'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
diff --git a/Gemfile.lock b/Gemfile.lock
index cabed88..53b537f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,47 +1,52 @@
GEM
remote: https://rubygems.org/
specs:
- CFPropertyList (3.0.1)
- activesupport (4.2.10)
+ CFPropertyList (3.0.2)
+ activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
+ algoliasearch (1.27.1)
+ httpclient (~> 2.8, >= 2.8.3)
+ json (>= 1.5.1)
atomos (0.1.3)
babosa (1.0.3)
claide (1.0.3)
- cocoapods (1.5.3)
+ cocoapods (1.8.4)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
- cocoapods-core (= 1.5.3)
- cocoapods-deintegrate (>= 1.0.2, < 2.0)
- cocoapods-downloader (>= 1.2.0, < 2.0)
+ cocoapods-core (= 1.8.4)
+ cocoapods-deintegrate (>= 1.0.3, < 2.0)
+ cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
- cocoapods-trunk (>= 1.3.0, < 2.0)
+ cocoapods-trunk (>= 1.4.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
- fourflusher (~> 2.0.1)
+ fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
- molinillo (~> 0.6.5)
+ molinillo (~> 0.6.6)
nap (~> 1.0)
- ruby-macho (~> 1.1)
- xcodeproj (>= 1.5.7, < 2.0)
- cocoapods-core (1.5.3)
+ ruby-macho (~> 1.4)
+ xcodeproj (>= 1.11.1, < 2.0)
+ cocoapods-core (1.8.4)
activesupport (>= 4.0.2, < 6)
+ algoliasearch (~> 1.0)
+ concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
- cocoapods-deintegrate (1.0.2)
- cocoapods-downloader (1.2.1)
+ cocoapods-deintegrate (1.0.4)
+ cocoapods-downloader (1.3.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
- cocoapods-stats (1.0.0)
- cocoapods-trunk (1.3.1)
+ cocoapods-stats (1.1.0)
+ cocoapods-trunk (1.4.1)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.1.0)
@@ -49,7 +54,7 @@ GEM
colored2 (3.1.2)
commander-fastlane (4.4.6)
highline (~> 1.7.2)
- concurrent-ruby (1.0.5)
+ concurrent-ruby (1.1.5)
declarative (0.0.10)
declarative-option (0.1.0)
digest-crc (0.4.1)
@@ -58,8 +63,8 @@ GEM
dotenv (2.7.5)
emoji_regex (1.0.1)
escape (0.0.4)
- excon (0.69.1)
- faraday (0.17.1)
+ excon (0.71.1)
+ faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
@@ -67,7 +72,7 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.7)
- fastlane (2.137.0)
+ fastlane (2.139.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
@@ -76,13 +81,13 @@ GEM
commander-fastlane (>= 4.4.6, < 5.0.0)
dotenv (>= 2.1.1, < 3.0.0)
emoji_regex (>= 0.1, < 2.0)
- excon (>= 0.45.0, < 1.0.0)
+ excon (>= 0.71.0, < 1.0.0)
faraday (~> 0.17)
faraday-cookie_jar (~> 0.0.6)
faraday_middleware (~> 0.13.1)
fastimage (>= 2.1.0, < 3.0.0)
gh_inspector (>= 1.1.2, < 2.0.0)
- google-api-client (>= 0.21.2, < 0.24.0)
+ google-api-client (>= 0.29.2, < 0.37.0)
google-cloud-storage (>= 1.15.0, < 2.0.0)
highline (>= 1.7.2, < 2.0.0)
json (< 3.0.0)
@@ -101,51 +106,51 @@ GEM
tty-screen (>= 0.6.3, < 1.0.0)
tty-spinner (>= 0.8.0, < 1.0.0)
word_wrap (~> 1.0.0)
- xcodeproj (>= 1.8.1, < 2.0.0)
+ xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-appcenter (1.6.0)
- fourflusher (2.0.1)
+ fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
- google-api-client (0.23.9)
+ google-api-client (0.36.4)
addressable (~> 2.5, >= 2.5.1)
- googleauth (>= 0.5, < 0.7.0)
+ googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
- mime-types (~> 3.0)
+ mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
- signet (~> 0.9)
+ signet (~> 0.12)
google-cloud-core (1.4.1)
google-cloud-env (~> 1.0)
google-cloud-env (1.3.0)
faraday (~> 0.11)
- google-cloud-storage (1.16.0)
+ google-cloud-storage (1.25.0)
+ addressable (~> 2.5)
digest-crc (~> 0.4)
- google-api-client (~> 0.23)
+ google-api-client (~> 0.33)
google-cloud-core (~> 1.2)
- googleauth (>= 0.6.2, < 0.10.0)
- googleauth (0.6.7)
+ googleauth (~> 0.9)
+ mini_mime (~> 1.0)
+ googleauth (0.10.0)
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
- signet (~> 0.7)
+ signet (~> 0.12)
highline (1.7.10)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
- json (2.2.0)
+ json (2.3.0)
jwt (2.1.0)
- memoist (0.16.1)
- mime-types (3.3)
- mime-types-data (~> 3.2015)
- mime-types-data (3.2019.1009)
- mini_magick (4.9.5)
- minitest (5.11.3)
+ memoist (0.16.2)
+ mini_magick (4.10.1)
+ mini_mime (1.0.2)
+ minitest (5.13.0)
molinillo (0.6.6)
multi_json (1.14.1)
multi_xml (0.6.0)
@@ -163,7 +168,7 @@ GEM
uber (< 0.2.0)
retriable (3.1.2)
rouge (2.0.7)
- ruby-macho (1.3.1)
+ ruby-macho (1.4.0)
rubyzip (1.3.0)
security (0.1.3)
signet (0.12.0)
@@ -171,7 +176,7 @@ GEM
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
- simctl (1.6.6)
+ simctl (1.6.7)
CFPropertyList
naturally
slack-notifier (2.3.2)
@@ -181,9 +186,9 @@ GEM
thread_safe (0.3.6)
tty-cursor (0.7.0)
tty-screen (0.7.0)
- tty-spinner (0.9.1)
+ tty-spinner (0.9.2)
tty-cursor (~> 0.7)
- tzinfo (1.2.5)
+ tzinfo (1.2.6)
thread_safe (~> 0.1)
uber (0.1.0)
unf (0.1.4)
@@ -191,10 +196,10 @@ GEM
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
word_wrap (1.0.0)
- xcode-install (2.6.1)
+ xcode-install (2.6.3)
claide (>= 0.9.1, < 1.1.0)
fastlane (>= 2.1.0, < 3.0.0)
- xcodeproj (1.13.0)
+ xcodeproj (1.14.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
diff --git a/Podfile.lock b/Podfile.lock
index b1ee066..add52d3 100644
--- a/Podfile.lock
+++ b/Podfile.lock
@@ -1,22 +1,24 @@
PODS:
- - Bolts (1.9.0):
- - Bolts/AppLinks (= 1.9.0)
- - Bolts/Tasks (= 1.9.0)
- - Bolts/AppLinks (1.9.0):
- - Bolts/Tasks
- - Bolts/Tasks (1.9.0)
- BugfenderSDK/ObjC (1.6.6)
- Crashlytics (3.10.9):
- Fabric (~> 1.7.13)
- CZPhotoPickerController (1.2.5)
- DACircularProgress (2.3.1)
- Fabric (1.7.13)
- - FBSDKCoreKit (4.44.1):
- - Bolts (~> 1.9)
- - FBSDKLoginKit (4.44.1):
- - FBSDKCoreKit
- - FBSDKShareKit (4.44.1):
- - FBSDKCoreKit
+ - FBSDKCoreKit (5.13.1):
+ - FBSDKCoreKit/Basics (= 5.13.1)
+ - FBSDKCoreKit/Core (= 5.13.1)
+ - FBSDKCoreKit/Basics (5.13.1)
+ - FBSDKCoreKit/Core (5.13.1):
+ - FBSDKCoreKit/Basics
+ - FBSDKLoginKit (5.13.1):
+ - FBSDKLoginKit/Login (= 5.13.1)
+ - FBSDKLoginKit/Login (5.13.1):
+ - FBSDKCoreKit (~> 5.0)
+ - FBSDKShareKit (5.13.1):
+ - FBSDKShareKit/Share (= 5.13.1)
+ - FBSDKShareKit/Share (5.13.1):
+ - FBSDKCoreKit (~> 5.0)
- Firebase/Analytics (6.5.0):
- Firebase/Core
- Firebase/Core (6.5.0):
@@ -157,12 +159,12 @@ PODS:
- TransitionKit (~> 2.2)
- Result (3.2.4)
- RKValueTransformers (1.1.3)
- - RxCocoa (5.0.0):
+ - RxCocoa (5.0.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- - RxRelay (5.0.0):
+ - RxRelay (5.0.1):
- RxSwift (~> 5)
- - RxSwift (5.0.0)
+ - RxSwift (5.0.1)
- SAMKeychain (1.5.3)
- SDWebImage (3.8.3):
- SDWebImage/Core (= 3.8.3)
@@ -211,8 +213,7 @@ DEPENDENCIES:
- XLForm
SPEC REPOS:
- https://github.com/cocoapods/specs.git:
- - Bolts
+ https://github.com/CocoaPods/Specs.git:
- BugfenderSDK
- Crashlytics
- CZPhotoPickerController
@@ -280,15 +281,14 @@ CHECKOUT OPTIONS:
:git: https://github.com/tedgonzalez/UIActivityIndicator-for-SDWebImage.git
SPEC CHECKSUMS:
- Bolts: ac6567323eac61e203f6a9763667d0f711be34c8
BugfenderSDK: d5ad218b13df453bb072a3c46f5a29b7de6d514c
Crashlytics: 55e24fc23989680285a21cb1146578d9d18e432c
CZPhotoPickerController: b8d2c5fe286e9b8d1b1143a69975d9d9eabee047
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
Fabric: 25d0963b691fc97be566392243ff0ecef5a68338
- FBSDKCoreKit: a823ae35bdb60ebb8d7a7e51abe7c5d87d2bfced
- FBSDKLoginKit: 54ae59987f2a8703021557c90a9aebb9e5c2bef6
- FBSDKShareKit: 526d4cfb713d24855fa23d0dd74e191accd3a720
+ FBSDKCoreKit: 8fb98209109fb684937f05d534305edb18c20207
+ FBSDKLoginKit: c7c6ffd9ca9ea45aee32361840af040ad8f6706a
+ FBSDKShareKit: 8a0e4d7172c7b706991c834cff2bf74e7b4726e3
Firebase: dedc9e48ea3f3649ad5f6b982f8a0c73508a14b5
FirebaseABTesting: 662e8de812ceb5d57ad66381f6402f4d28dc5c91
FirebaseAnalytics: 3fb375bc9d13779add4039716f868d233a473fad
@@ -306,7 +306,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatterValueTransformer: 52da467d6ec899d6aedda8e48280ac92e8ee97e6
LGRefreshView: 34746afadbd23de8d1449cab15f3d89269645d43
Mantle: 2fa750afa478cd625a94230fbf1c13462f29395b
- MRCountryPicker: 1aeea66de25cdef79dce3b91d8ad9db643c1cc01
+ MRCountryPicker: fcb1fb1437ac7c8f52a68281450a4eb4b54997fd
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
"NSString+RemoveEmoji": 8bcac49d1d2ffd421fdc6582e739f2a1ea6e0fff
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
@@ -315,9 +315,9 @@ SPEC CHECKSUMS:
RestKit: 0baa8b61899d1e00c24f4f2d8aea07ecef0c88bc
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
RKValueTransformers: e5ed67e3811229b616fe01bddeeafe3bb337b1b9
- RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
- RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
- RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
+ RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
+ RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
+ RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c
SDWebImage: a72e880a8fe0f7fc31efe15aaed443c074d2a80c
SinchVerification: 3bf62ff2d57eb10ecc27796ce9736c786644fe23
@@ -331,4 +331,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: ae14423664436acf8b3d46d1a7f684cf119ac883
-COCOAPODS: 1.5.3
+COCOAPODS: 1.8.4
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 871ee37..040f778 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -7,7 +7,7 @@ platform :ios do
ENV["FL_VERSION_NUMBER_TARGET"] = "RideDriverTest - Enterprise"
ENV["FL_BUILD_NUMBER_PROJECT"] = "./FuelMeDriver/RideDriver.xcodeproj"
ENV["FL_COCOAPODS_PODFILE"] = "./Podfile"
- xcversion(version: "11.3.0")
+ xcversion(version: "11.3.1")
setup_circle_ci
end