Skip to content

Commit

Permalink
[iOS] Allow to send email with logs on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed May 6, 2019
1 parent 0f9ff20 commit 018bd8b
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 44 deletions.
1 change: 1 addition & 0 deletions ios/Podfile
Expand Up @@ -19,6 +19,7 @@ target 'StatusIm' do
pod 'react-native-camera', path: '../node_modules/react-native-camera'
pod 'react-native-webview', path: '../node_modules/react-native-webview'
pod 'SQLCipher', '~>3.0'
pod 'SSZipArchive'

target 'StatusImTests' do
inherit! :search_paths
Expand Down
20 changes: 12 additions & 8 deletions ios/Podfile.lock
Expand Up @@ -77,6 +77,7 @@ PODS:
- SQLCipher/common (3.4.2)
- SQLCipher/standard (3.4.2):
- SQLCipher/common
- SSZipArchive (2.1.4)
- yoga (0.59.3.React)

DEPENDENCIES:
Expand All @@ -88,6 +89,7 @@ DEPENDENCIES:
- react-native-webview (from `../node_modules/react-native-webview`)
- RNKeychain (from `../node_modules/react-native-keychain`)
- SQLCipher (~> 3.0)
- SSZipArchive
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand All @@ -102,6 +104,7 @@ SPEC REPOS:
- nanopb
- Protobuf
- SQLCipher
- SSZipArchive

EXTERNAL SOURCES:
React:
Expand All @@ -127,14 +130,15 @@ SPEC CHECKSUMS:
GoogleUtilities: 06b66f9567769a7958db20a92f0128b2843e49d5
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
Protobuf: 1eb9700044745f00181c136ef21b8ff3ad5a0fd5
React: b52fdb80565505b7e4592b313a38868f5df51641
react-native-background-timer: f7bc6cb474ca47d81f3be8a1b4c986ac7ee136b3
react-native-camera: 70db6904b34e02054a25deb84dde9196e94caaee
react-native-webview: 763be2e9f8b103d195170fafc2fd77805d5434b5
RNKeychain: 216f37338fcb9e5c3a2530f1e3295f737a690cb1
React: 1d605e098d69bdf08960787f3446f0a9dc2e2ccf
react-native-background-timer: bb7a98c8e97fc7c290de2d423dd09ddb73dcbcbb
react-native-camera: 68ad5143d2d0636236d46c7de8d2a6455ca52a36
react-native-webview: a42108b827082f8f0333529b0772102031d5960d
RNKeychain: 627c6095cef215dd3d9804a9a9cf45ab96aa3997
SQLCipher: f9fcf29b2e59ced7defc2a2bdd0ebe79b40d4990
yoga: 1a492113f66a35e9e583bb0434f4b8cc668dd839
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
yoga: 128daf064cacaede0c3bb27424b6b4c71052e6cd

PODFILE CHECKSUM: 2e0971124458d413e18b407b2337bf2c1d32f357
PODFILE CHECKSUM: 6a6c6a3aad3b4979df3974dc03b0bf305426ce72

COCOAPODS: 1.6.1
COCOAPODS: 1.5.3

0 comments on commit 018bd8b

Please sign in to comment.