Skip to content

Commit

Permalink
Merge pull request #677 from esteemapp/bugfix/ios-2
Browse files Browse the repository at this point in the history
Fixed linker error
  • Loading branch information
ue authored Mar 14, 2019
2 parents 376648a + a7d4a98 commit 938d122
Show file tree
Hide file tree
Showing 37 changed files with 31 additions and 1,656 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey">hvFLmwFbA1yko829EQO_apTfdlCKSybps-jnWV</string>
<string name="app_name">eSteem</string>
<string name="appCenterAnalytics_whenToEnableAnalytics" moduleConfig="true">ALWAYS_SEND</string>
<string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
<string name="appCenterAnalytics_whenToEnableAnalytics" moduleConfig="true" translatable="false">ALWAYS_SEND</string>
<string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true" translatable="false">ALWAYS_SEND</string>
</resources>
8 changes: 4 additions & 4 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

platform :ios, '9.0'
target 'eSteem' do
pod 'AppCenter/Push', '~> 1.13.0'
pod 'AppCenter/Crashes', '~> 1.13.0'
pod 'AppCenter/Analytics', '~> 1.13.0'
pod 'AppCenterReactNativeShared', '~> 1.12.0'
pod 'AppCenter/Push', '~> 1.13.2'
pod 'AppCenter/Crashes', '~> 1.13.2'
pod 'AppCenter/Analytics', '~> 1.13.2'
pod 'AppCenterReactNativeShared', '~> 1.12.2'
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

Expand Down
20 changes: 10 additions & 10 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ PODS:
- React/Core
- RSKImageCropper
- RSKImageCropper (2.2.1)
- SDWebImage/Core (4.4.5)
- SDWebImage/GIF (4.4.5):
- SDWebImage/Core (4.4.6)
- SDWebImage/GIF (4.4.6):
- FLAnimatedImage (~> 1.0)
- SDWebImage/Core
- SSZipArchive (2.1.4)
- yoga (0.57.8.React)

DEPENDENCIES:
- AppCenter/Analytics (~> 1.13.0)
- AppCenter/Crashes (~> 1.13.0)
- AppCenter/Push (~> 1.13.0)
- AppCenterReactNativeShared (~> 1.12.0)
- AppCenter/Analytics (~> 1.13.2)
- AppCenter/Crashes (~> 1.13.2)
- AppCenter/Push (~> 1.13.2)
- AppCenterReactNativeShared (~> 1.12.2)
- 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`)
Expand Down Expand Up @@ -148,7 +148,7 @@ SPEC CHECKSUMS:
AppCenterReactNativeShared: 6c0750b874f3242c47cb64083e23b835975c6aa2
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
CodePush: b4c024dfc7b1f44434aaadf9f6763bb22e243980
CodePush: 338a023972c64636503e8886cf4cb6ec27dd1c01
DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
Folly: c89ac2d5c6ab169cd7397ef27485c44f35f742c7
Expand All @@ -157,13 +157,13 @@ SPEC CHECKSUMS:
QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022
React: adbac0757ce35e92fbd447ab98c810209d27d9b0
react-native-fast-image: 6d50167ad4d68b59640ceead8c2bc4e58d91d8bd
react-native-version-number: d4919bbe43b62039894c6a747633bb59a8a44df3
react-native-version-number: 75301519bb72064ad209a498ed08b128cbcf10e7
RNImageCropPicker: 754299983d07c450aec0834c0efe0ed114131ff3
RSKImageCropper: 98296ad26b41753f796b6898d015509598f13d97
SDWebImage: ecc03494e973b93b80213649d32175f8d2d17d4d
SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
yoga: 74cdf036c30820443b25ade59916236b1e95ee93

PODFILE CHECKSUM: 7e5e745ff42e44b918e4f17ac209c3b553d6be97
PODFILE CHECKSUM: 912beb64b8d712ee1463a7050ff1cd8c9a700fcd

COCOAPODS: 1.6.1
4 changes: 1 addition & 3 deletions ios/Pods/Local Podspecs/CodePush.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 938d122

Please sign in to comment.