Skip to content

Commit

Permalink
for #1338. enable reCAPTCHA auth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
prefontaineman1 committed Oct 4, 2017
1 parent def5013 commit 08826d4
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ PODS:
- RNBackgroundGeolocation (2.9.3):
- CocoaLumberjack (~> 3.0)
- React
- RNFirebase (3.0.0-alpha.5):
- RNFirebase (3.0.0):
- React
- RNXMPP (0.5.11):
- React
Expand Down Expand Up @@ -315,7 +315,7 @@ SPEC CHECKSUMS:
react-native-mixpanel: bdb451e8455940a12fdd157c2146a68c5f80310d
RNBackgroundFetch: 9d0b2e9640d4cb591892cb359838b0cb6210aebf
RNBackgroundGeolocation: b918262fe67098c0ceb1340b9e93cc3dbae310c0
RNFirebase: 60be8c01b94551a12e7be5431189e8ee8cefcdd3
RNFirebase: 2ceda3aef595ea1379bf5bfcc1cd9ee7d6c05d3b
RNXMPP: 9e4bd3a971b0d3df9900fe2a33180058cb390410
RSKImageCropper: 356e36fc58c57c371b5d8b23d603936d6a73df6c
XMPPFramework: 33711972bcf3afd661b1f85e963d876bce869fbc
Expand Down
6 changes: 3 additions & 3 deletions ios/TinyRobot.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~ipad.xib",
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~iphonelandscape.xib",
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~iphoneportrait.xib",
"$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle",
$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle,
"${PODS_ROOT}/RSKImageCropper/RSKImageCropper/RSKImageCropperStrings.bundle",
"${PODS_ROOT}/XMPPFramework/Extensions/Roster/CoreDataStorage/XMPPRoster.xcdatamodel",
"${PODS_ROOT}/XMPPFramework/Extensions/XEP-0045/CoreDataStorage/XMPPRoom.xcdatamodeld",
Expand Down Expand Up @@ -2175,7 +2175,7 @@
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~ipad.xib",
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~iphonelandscape.xib",
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~iphoneportrait.xib",
"$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle",
$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle,
"${PODS_ROOT}/RSKImageCropper/RSKImageCropper/RSKImageCropperStrings.bundle",
"${PODS_ROOT}/XMPPFramework/Extensions/Roster/CoreDataStorage/XMPPRoster.xcdatamodel",
"${PODS_ROOT}/XMPPFramework/Extensions/XEP-0045/CoreDataStorage/XMPPRoom.xcdatamodeld",
Expand Down Expand Up @@ -2236,7 +2236,7 @@
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~ipad.xib",
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~iphonelandscape.xib",
"${PODS_ROOT}/Mixpanel/Mixpanel/MPTakeoverNotificationViewController~iphoneportrait.xib",
"$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle",
$PODS_CONFIGURATION_BUILD_DIR/QBImagePickerController/QBImagePicker.bundle,
"${PODS_ROOT}/RSKImageCropper/RSKImageCropper/RSKImageCropperStrings.bundle",
"${PODS_ROOT}/XMPPFramework/Extensions/Roster/CoreDataStorage/XMPPRoster.xcdatamodel",
"${PODS_ROOT}/XMPPFramework/Extensions/XEP-0045/CoreDataStorage/XMPPRoom.xcdatamodeld",
Expand Down
11 changes: 11 additions & 0 deletions ios/TinyRobot/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
<string>1.50.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.548019610697-m2bscumisrho0h8t1rjid4sh0l03oj86</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>16</string>
<key>Fabric</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
Expand All @@ -59,6 +60,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
11 changes: 11 additions & 0 deletions ios/tinyrobotStaging-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
<string>1.50.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.548019610697-uhugcd91bvgpbbui93s57m14j97amt78</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>16</string>
<key>Fabric</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-native-cube-transition": "github:hippware/react-native-cube-transition#1e473754642763b9d8396c9bd463ed454c447dd7",
"react-native-device-info": "^0.9.7",
"react-native-fabric-digits": "^1.0.26",
"react-native-firebase": "^3.0.0-alpha.2",
"react-native-firebase": "^3.0.0",
"react-native-fs": "^2.1.0-rc.1",
"react-native-image-crop-picker": "^0.14.4",
"react-native-invertible-flat-list": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5034,9 +5034,9 @@ react-native-fabric-digits@^1.0.26:
version "1.0.28"
resolved "https://registry.yarnpkg.com/react-native-fabric-digits/-/react-native-fabric-digits-1.0.28.tgz#7ee3d866ca1c318bfa4b90f5bfe9794b6cf0306f"

react-native-firebase@^3.0.0-alpha.2:
version "3.0.0-alpha.5"
resolved "https://registry.yarnpkg.com/react-native-firebase/-/react-native-firebase-3.0.0-alpha.5.tgz#a746bc2efd420c238f829c15b966449f022793ae"
react-native-firebase@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/react-native-firebase/-/react-native-firebase-3.0.0.tgz#f98dbe77530107e3ff1bf29c427db5016a515b9a"
dependencies:
bows "^1.6.0"
prop-types "^15.5.10"
Expand Down

0 comments on commit 08826d4

Please sign in to comment.