diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 073f78a9f..badd60609 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ hvFLmwFbA1yko829EQO_apTfdlCKSybps-jnWV eSteem - ALWAYS_SEND - ALWAYS_SEND + ALWAYS_SEND + ALWAYS_SEND diff --git a/ios/Podfile b/ios/Podfile index 97e226f2b..89e6b1d00 100755 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,10 +3,10 @@ platform :ios, '9.0' target 'eSteem' do - pod 'AppCenter/Push', '~> 1.13.2' - pod 'AppCenter/Crashes', '~> 1.13.2' - pod 'AppCenter/Analytics', '~> 1.13.2' - pod 'AppCenterReactNativeShared', '~> 1.12.2' + pod 'AppCenter/Push', '~> 1.13.0' + pod 'AppCenter/Crashes', '~> 1.13.0' + pod 'AppCenter/Analytics', '~> 1.13.0' + pod 'AppCenterReactNativeShared', '~> 1.12.0' # Uncomment the next line if you're using Swift or would like to use dynamic frameworks # use_frameworks! diff --git a/ios/Podfile.lock b/ios/Podfile.lock index cd7c8733b..4e6b6c2cb 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -87,10 +87,10 @@ PODS: - yoga (0.57.8.React) DEPENDENCIES: - - AppCenter/Analytics (~> 1.13.2) - - AppCenter/Crashes (~> 1.13.2) - - AppCenter/Push (~> 1.13.2) - - AppCenterReactNativeShared (~> 1.12.2) + - AppCenter/Analytics (~> 1.13.0) + - AppCenter/Crashes (~> 1.13.0) + - AppCenter/Push (~> 1.13.0) + - AppCenterReactNativeShared (~> 1.12.0) - CodePush (from `../node_modules/react-native-code-push`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) @@ -148,7 +148,7 @@ SPEC CHECKSUMS: AppCenterReactNativeShared: 6c0750b874f3242c47cb64083e23b835975c6aa2 Base64: cecfb41a004124895a7bcee567a89bae5a89d49b boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c - CodePush: 338a023972c64636503e8886cf4cb6ec27dd1c01 + CodePush: b4c024dfc7b1f44434aaadf9f6763bb22e243980 DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31 Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7 @@ -157,13 +157,13 @@ SPEC CHECKSUMS: QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 React: adbac0757ce35e92fbd447ab98c810209d27d9b0 react-native-fast-image: 6d50167ad4d68b59640ceead8c2bc4e58d91d8bd - react-native-version-number: 75301519bb72064ad209a498ed08b128cbcf10e7 + react-native-version-number: d4919bbe43b62039894c6a747633bb59a8a44df3 RNImageCropPicker: 754299983d07c450aec0834c0efe0ed114131ff3 RSKImageCropper: 98296ad26b41753f796b6898d015509598f13d97 SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322 yoga: 74cdf036c30820443b25ade59916236b1e95ee93 -PODFILE CHECKSUM: 912beb64b8d712ee1463a7050ff1cd8c9a700fcd +PODFILE CHECKSUM: 7e5e745ff42e44b918e4f17ac209c3b553d6be97 COCOAPODS: 1.6.1 diff --git a/ios/Pods/Local Podspecs/CodePush.podspec.json b/ios/Pods/Local Podspecs/CodePush.podspec.json index 5bbea77e4..935724c73 100644 --- a/ios/Pods/Local Podspecs/CodePush.podspec.json +++ b/ios/Pods/Local Podspecs/CodePush.podspec.json @@ -2,7 +2,9 @@ "name": "CodePush", "version": "5.5.2", "summary": "React Native plugin for the CodePush service", - "authors": "Microsoft Corporation", + "authors": { + "name": "Microsoft Corporation" + }, "license": "MIT", "homepage": "https://microsoft.github.io/code-push", "source": { diff --git a/ios/Pods/Local Podspecs/react-native-version-number.podspec.json b/ios/Pods/Local Podspecs/react-native-version-number.podspec.json index d2281ff22..f9b55afae 100644 --- a/ios/Pods/Local Podspecs/react-native-version-number.podspec.json +++ b/ios/Pods/Local Podspecs/react-native-version-number.podspec.json @@ -5,13 +5,16 @@ "homepage": "https://github.com/APSL/react-native-version-number", "license": "MIT", "authors": { - "Alvaro Medina Ballester ": "Alvaro Medina Ballester " + "{\"name\"=>\"Alvaro Medina Ballester\", \"email\"=>\"amedina@apsl.net\"}": { + "name": "Alvaro Medina Ballester", + "email": "amedina@apsl.net" + } }, "platforms": { "ios": "7.0" }, "source": { - "git": "https://github.com/APSL/react-native-version-number.git.git", + "git": "git+https://github.com/APSL/react-native-version-number.git.git", "tag": "v0.3.5" }, "source_files": "ios/*.{h,m}", diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index cd7c8733b..4e6b6c2cb 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -87,10 +87,10 @@ PODS: - yoga (0.57.8.React) DEPENDENCIES: - - AppCenter/Analytics (~> 1.13.2) - - AppCenter/Crashes (~> 1.13.2) - - AppCenter/Push (~> 1.13.2) - - AppCenterReactNativeShared (~> 1.12.2) + - AppCenter/Analytics (~> 1.13.0) + - AppCenter/Crashes (~> 1.13.0) + - AppCenter/Push (~> 1.13.0) + - AppCenterReactNativeShared (~> 1.12.0) - CodePush (from `../node_modules/react-native-code-push`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) @@ -148,7 +148,7 @@ SPEC CHECKSUMS: AppCenterReactNativeShared: 6c0750b874f3242c47cb64083e23b835975c6aa2 Base64: cecfb41a004124895a7bcee567a89bae5a89d49b boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c - CodePush: 338a023972c64636503e8886cf4cb6ec27dd1c01 + CodePush: b4c024dfc7b1f44434aaadf9f6763bb22e243980 DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31 Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7 @@ -157,13 +157,13 @@ SPEC CHECKSUMS: QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022 React: adbac0757ce35e92fbd447ab98c810209d27d9b0 react-native-fast-image: 6d50167ad4d68b59640ceead8c2bc4e58d91d8bd - react-native-version-number: 75301519bb72064ad209a498ed08b128cbcf10e7 + react-native-version-number: d4919bbe43b62039894c6a747633bb59a8a44df3 RNImageCropPicker: 754299983d07c450aec0834c0efe0ed114131ff3 RSKImageCropper: 98296ad26b41753f796b6898d015509598f13d97 SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322 yoga: 74cdf036c30820443b25ade59916236b1e95ee93 -PODFILE CHECKSUM: 912beb64b8d712ee1463a7050ff1cd8c9a700fcd +PODFILE CHECKSUM: 7e5e745ff42e44b918e4f17ac209c3b553d6be97 COCOAPODS: 1.6.1 diff --git a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig index d39c7d90b..0695013b2 100644 --- a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.debug.xcconfig @@ -9,4 +9,3 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage diff --git a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig index d39c7d90b..0695013b2 100644 --- a/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteem/Pods-esteem.release.xcconfig @@ -9,4 +9,3 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage diff --git a/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig index e629a3239..1a1659871 100644 --- a/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.debug.xcconfig @@ -8,4 +8,3 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage diff --git a/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig index e629a3239..1a1659871 100644 --- a/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig +++ b/ios/Pods/Target Support Files/Pods-esteemTests/Pods-esteemTests.release.xcconfig @@ -8,4 +8,3 @@ PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods -USER_HEADER_SEARCH_PATHS = $(inherited) $(SRCROOT)/FLAnimatedImage/FLAnimatedImage diff --git a/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist index 9ddce93ab..5f3243bec 100644 --- a/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,7 +12,7 @@ eSteem.xcscheme_^#shared#^_ orderHint - 29 + 30 diff --git a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate index bbe46063a..f516a9a86 100644 Binary files a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate differ