Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.61 KB | None | 0 0
  1. git diff
  2. diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
  3. index cc28439b..67b09c5b 100644
  4. --- a/android/app/src/main/res/values/strings.xml
  5. +++ b/android/app/src/main/res/values/strings.xml
  6. @@ -3,4 +3,5 @@
  7.    <string moduleConfig="true" name="appcenterCrashes_whenToSendCrashes">ALWAYS_SEND</string>
  8.    <string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey"/>
  9.    <string name="app_name">Magnetis</string>
  10. +    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
  11.  </resources>
  12. diff --git a/ios/MagnetisMobileApp/AppDelegate.m b/ios/MagnetisMobileApp/AppDelegate.m
  13. index 3db18bb8..a354d939 100644
  14. --- a/ios/MagnetisMobileApp/AppDelegate.m
  15. +++ b/ios/MagnetisMobileApp/AppDelegate.m
  16. @@ -25,6 +25,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
  17.  {
  18.    NSURL *jsCodeLocation;
  19.  
  20. +  [AppCenterReactNative register];  // Initialize AppCenter
  21. +
  22.    [BugsnagReactNative start];
  23.  
  24.    [AppCenterReactNative register];  // Initialize AppCenter
  25. diff --git a/ios/Podfile.lock b/ios/Podfile.lock
  26. index a9f06572..701fa7d8 100644
  27. --- a/ios/Podfile.lock
  28. +++ b/ios/Podfile.lock
  29. @@ -14,11 +14,11 @@ PODS:
  30.    - BVLinearGradient (2.4.2):
  31.      - React
  32. :
  33. diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
  34. index cc28439b..67b09c5b 100644
  35. --- a/android/app/src/main/res/values/strings.xml
  36. +++ b/android/app/src/main/res/values/strings.xml
  37. @@ -3,4 +3,5 @@
  38.    <string moduleConfig="true" name="appcenterCrashes_whenToSendCrashes">ALWAYS_SEND</string>
  39.    <string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey"/>
  40.    <string name="app_name">Magnetis</string>
  41. +    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
  42.  </resources>
  43. diff --git a/ios/MagnetisMobileApp/AppDelegate.m b/ios/MagnetisMobileApp/AppDelegate.m
  44. index 3db18bb8..a354d939 100644
  45. --- a/ios/MagnetisMobileApp/AppDelegate.m
  46. +++ b/ios/MagnetisMobileApp/AppDelegate.m
  47. @@ -25,6 +25,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
  48.  {
  49.    NSURL *jsCodeLocation;
  50.  
  51. +  [AppCenterReactNative register];  // Initialize AppCenter
  52. +
  53.    [BugsnagReactNative start];
  54.  
  55.    [AppCenterReactNative register];  // Initialize AppCenter
  56. diff --git a/ios/Podfile.lock b/ios/Podfile.lock
  57. index a9f06572..701fa7d8 100644
  58. --- a/ios/Podfile.lock
  59. +++ b/ios/Podfile.lock
  60. @@ -14,11 +14,11 @@ PODS:
  61.    - BVLinearGradient (2.4.2):
  62.      - React
  63. :...skipping...
  64. diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
  65. index cc28439b..67b09c5b 100644
  66. --- a/android/app/src/main/res/values/strings.xml
  67. +++ b/android/app/src/main/res/values/strings.xml
  68. @@ -3,4 +3,5 @@
  69.    <string moduleConfig="true" name="appcenterCrashes_whenToSendCrashes">ALWAYS_SEND</string>
  70.    <string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey"/>
  71.    <string name="app_name">Magnetis</string>
  72. +    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
  73.  </resources>
  74. diff --git a/ios/MagnetisMobileApp/AppDelegate.m b/ios/MagnetisMobileApp/AppDelegate.m
  75. index 3db18bb8..a354d939 100644
  76. --- a/ios/MagnetisMobileApp/AppDelegate.m
  77. +++ b/ios/MagnetisMobileApp/AppDelegate.m
  78. @@ -25,6 +25,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
  79.  {
  80.    NSURL *jsCodeLocation;
  81.  
  82. +  [AppCenterReactNative register];  // Initialize AppCenter
  83. +
  84.    [BugsnagReactNative start];
  85.  
  86.    [AppCenterReactNative register];  // Initialize AppCenter
  87. diff --git a/ios/Podfile.lock b/ios/Podfile.lock
  88. index a9f06572..701fa7d8 100644
  89. --- a/ios/Podfile.lock
  90. +++ b/ios/Podfile.lock
  91. @@ -14,11 +14,11 @@ PODS:
  92.    - BVLinearGradient (2.4.2):
  93.      - React
  94.    - DoubleConversion (1.1.5)
  95. -  - Firebase/Core (5.9.0):
  96. +  - Firebase/Core (5.10.0):
  97.      - Firebase/CoreOnly
  98.      - FirebaseAnalytics (= 5.2.0)
  99. -  - Firebase/CoreOnly (5.9.0):
  100. :
  101. index cc28439b..67b09c5b 100644
  102. --- a/android/app/src/main/res/values/strings.xml
  103. +++ b/android/app/src/main/res/values/strings.xml
  104. @@ -3,4 +3,5 @@
  105.    <string moduleConfig="true" name="appcenterCrashes_whenToSendCrashes">ALWAYS_SEND</string>
  106.    <string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey"/>
  107.    <string name="app_name">Magnetis</string>
  108. +    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
  109.  </resources>
  110. diff --git a/ios/MagnetisMobileApp/AppDelegate.m b/ios/MagnetisMobileApp/AppDelegate.m
  111. index 3db18bb8..a354d939 100644
  112. --- a/ios/MagnetisMobileApp/AppDelegate.m
  113. +++ b/ios/MagnetisMobileApp/AppDelegate.m
  114. @@ -25,6 +25,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
  115.  {
  116.    NSURL *jsCodeLocation;
  117.  
  118. +  [AppCenterReactNative register];  // Initialize AppCenter
  119. +
  120.    [BugsnagReactNative start];
  121.  
  122.    [AppCenterReactNative register];  // Initialize AppCenter
  123. diff --git a/ios/Podfile.lock b/ios/Podfile.lock
  124. index a9f06572..701fa7d8 100644
  125. --- a/ios/Podfile.lock
  126. +++ b/ios/Podfile.lock
  127. @@ -14,11 +14,11 @@ PODS:
  128.    - BVLinearGradient (2.4.2):
  129.      - React
  130.    - DoubleConversion (1.1.5)
  131. -  - Firebase/Core (5.9.0):
  132. +  - Firebase/Core (5.10.0):
  133.      - Firebase/CoreOnly
  134.      - FirebaseAnalytics (= 5.2.0)
  135. -  - Firebase/CoreOnly (5.9.0):
  136. -    - FirebaseCore (= 5.1.4)
  137. :
  138. index cc28439b..67b09c5b 100644
  139. --- a/android/app/src/main/res/values/strings.xml
  140. +++ b/android/app/src/main/res/values/strings.xml
  141. @@ -3,4 +3,5 @@
  142.    <string moduleConfig="true" name="appcenterCrashes_whenToSendCrashes">ALWAYS_SEND</string>
  143.    <string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey"/>
  144.    <string name="app_name">Magnetis</string>
  145. +    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
  146.  </resources>
  147. diff --git a/ios/MagnetisMobileApp/AppDelegate.m b/ios/MagnetisMobileApp/AppDelegate.m
  148. index 3db18bb8..a354d939 100644
  149. --- a/ios/MagnetisMobileApp/AppDelegate.m
  150. +++ b/ios/MagnetisMobileApp/AppDelegate.m
  151. @@ -25,6 +25,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
  152.  {
  153.    NSURL *jsCodeLocation;
  154.  
  155. +  [AppCenterReactNative register];  // Initialize AppCenter
  156. +
  157.    [BugsnagReactNative start];
  158.  
  159.    [AppCenterReactNative register];  // Initialize AppCenter
  160. diff --git a/ios/Podfile.lock b/ios/Podfile.lock
  161. index a9f06572..701fa7d8 100644
  162. --- a/ios/Podfile.lock
  163. +++ b/ios/Podfile.lock
  164. @@ -14,11 +14,11 @@ PODS:
  165.    - BVLinearGradient (2.4.2):
  166.      - React
  167.    - DoubleConversion (1.1.5)
  168. -  - Firebase/Core (5.9.0):
  169. +  - Firebase/Core (5.10.0):
  170.      - Firebase/CoreOnly
  171.      - FirebaseAnalytics (= 5.2.0)
  172. -  - Firebase/CoreOnly (5.9.0):
  173. -    - FirebaseCore (= 5.1.4)
  174. +  - Firebase/CoreOnly (5.10.0):
  175. +    - FirebaseCore (= 5.1.5)
  176.    - FirebaseAnalytics (5.2.0):
  177.      - FirebaseCore (~> 5.1)
  178.      - FirebaseInstanceID (~> 3.2)
  179. :
  180. index cc28439b..67b09c5b 100644
  181. --- a/android/app/src/main/res/values/strings.xml
  182. +++ b/android/app/src/main/res/values/strings.xml
  183. @@ -3,4 +3,5 @@
  184.    <string moduleConfig="true" name="appcenterCrashes_whenToSendCrashes">ALWAYS_SEND</string>
  185.    <string moduleConfig="true" name="reactNativeCodePush_androidDeploymentKey"/>
  186.    <string name="app_name">Magnetis</string>
  187. +    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true">ALWAYS_SEND</string>
  188.  </resources>
  189. diff --git a/ios/MagnetisMobileApp/AppDelegate.m b/ios/MagnetisMobileApp/AppDelegate.m
  190. index 3db18bb8..a354d939 100644
  191. --- a/ios/MagnetisMobileApp/AppDelegate.m
  192. +++ b/ios/MagnetisMobileApp/AppDelegate.m
  193. @@ -25,6 +25,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
  194.  {
  195.    NSURL *jsCodeLocation;
  196.  
  197. +  [AppCenterReactNative register];  // Initialize AppCenter
  198. +
  199.    [BugsnagReactNative start];
  200.  
  201.    [AppCenterReactNative register];  // Initialize AppCenter
  202. diff --git a/ios/Podfile.lock b/ios/Podfile.lock
  203. index a9f06572..701fa7d8 100644
  204. --- a/ios/Podfile.lock
  205. +++ b/ios/Podfile.lock
  206. @@ -14,11 +14,11 @@ PODS:
  207.    - BVLinearGradient (2.4.2):
  208.      - React
  209.    - DoubleConversion (1.1.5)
  210. -  - Firebase/Core (5.9.0):
  211. +  - Firebase/Core (5.10.0):
  212.      - Firebase/CoreOnly
  213.      - FirebaseAnalytics (= 5.2.0)
  214. -  - Firebase/CoreOnly (5.9.0):
  215. -    - FirebaseCore (= 5.1.4)
  216. +  - Firebase/CoreOnly (5.10.0):
  217. +    - FirebaseCore (= 5.1.5)
  218.    - FirebaseAnalytics (5.2.0):
  219.      - FirebaseCore (~> 5.1)
  220.      - FirebaseInstanceID (~> 3.2)
  221. @@ -28,7 +28,7 @@ PODS:
  222.      - GoogleUtilities/Network (~> 5.2)
  223.      - "GoogleUtilities/NSData+zlib (~> 5.2)"
  224.      - nanopb (~> 0.3)
  225. -  - FirebaseCore (5.1.4):
  226. +  - FirebaseCore (5.1.5):
  227.      - GoogleUtilities/Logger (~> 5.2)
  228.    - FirebaseInstanceID (3.2.2):
  229.      - FirebaseCore (~> 5.1)
  230. @@ -45,23 +45,23 @@ PODS:
  231.      - GoogleUtilities/Network (~> 5.2)
  232.      - "GoogleUtilities/NSData+zlib (~> 5.2)"
  233.      - nanopb (~> 0.3)
  234. -  - GoogleUtilities/AppDelegateSwizzler (5.3.0):
  235. +  - GoogleUtilities/AppDelegateSwizzler (5.3.2):
  236.      - GoogleUtilities/Environment
  237.      - GoogleUtilities/Logger
  238.      - GoogleUtilities/Network
  239. -  - GoogleUtilities/Environment (5.3.0)
  240. -  - GoogleUtilities/Logger (5.3.0):
  241. +  - GoogleUtilities/Environment (5.3.2)
  242. +  - GoogleUtilities/Logger (5.3.2):
  243.      - GoogleUtilities/Environment
  244. -  - GoogleUtilities/MethodSwizzler (5.3.0):
  245. +  - GoogleUtilities/MethodSwizzler (5.3.2):
  246.      - GoogleUtilities/Logger
  247. -  - GoogleUtilities/Network (5.3.0):
  248. +  - GoogleUtilities/Network (5.3.2):
  249.      - GoogleUtilities/Logger
  250.      - "GoogleUtilities/NSData+zlib"
  251.      - GoogleUtilities/Reachability
  252. -  - "GoogleUtilities/NSData+zlib (5.3.0)"
  253. -  - GoogleUtilities/Reachability (5.3.0):
  254. +  - "GoogleUtilities/NSData+zlib (5.3.2)"
  255. +  - GoogleUtilities/Reachability (5.3.2):
  256.      - GoogleUtilities/Logger
  257. -  - GoogleUtilities/UserDefaults (5.3.0):
  258. +  - GoogleUtilities/UserDefaults (5.3.2):
  259.      - GoogleUtilities/Logger
  260.    - Intercom (5.1.8)
  261.    - nanopb (0.3.8):
  262. @@ -146,7 +146,7 @@ DEPENDENCIES:
  263.    - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
  264.  
  265.  SPEC REPOS:
  266. -  https://github.com/cocoapods/specs.git:
  267. +  https://github.com/CocoaPods/Specs.git:
  268.      - Analytics
  269.      - AppCenter
  270.      - AppCenterReactNativeShared
  271. @@ -186,14 +186,14 @@ SPEC CHECKSUMS:
  272.    BugsnagReactNative: 0b7626917d3612281d07aea84e5041f123290fee
  273.    BVLinearGradient: 6d8909e3fc6b089defa4b89d967441fa6827a2ee
  274.    DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
  275. -  Firebase: 383fa29aca93e371cab776b48a5c66544d3c2003
  276. +  Firebase: 6691d47562a780c26281ce8464518faafc90c610
  277.    FirebaseAnalytics: 831f1f127f4a75698e9875a87bf7e2668730d953
  278. -  FirebaseCore: 2a84b6b325792a4319ef71ee18819dcba08d2fd7
  279. +  FirebaseCore: c6079de64c1a87000e52e9b408dddcadc901177f
  280.    FirebaseInstanceID: 78ba376fcd5b94c001f9999b2cbd3d1f1e56e78d
  281.    Folly: 211775e49d8da0ca658aebc8eab89d642935755c
  282.    glog: 1de0bb937dccdc981596d3b5825ebfb765017ded
  283.    GoogleAppMeasurement: 2b3a023a61239c8d002e6e4fcf4abce8eddce0e0
  284. -  GoogleUtilities: 760ccb53b7c7f40f9c02d8c241f76f841a7a6162
  285. +  GoogleUtilities: 82f04aeff8426309dbdbc75f6c8accd1e584a5da
  286.    Intercom: 9f5cfd46a58c6ed146bd46d9df1920f82bbddc42
  287.    nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
  288.    React: aa2040dbb6f317b95314968021bd2888816e03d5
  289. @@ -203,4 +203,4 @@ SPEC CHECKSUMS:
  290.  
  291.  PODFILE CHECKSUM: 1641364b826f0eb8fd2228f3dd1d75d8d94b79a6
  292.  
  293. -COCOAPODS: 1.5.3
  294. +COCOAPODS: 1.5.0
  295. diff --git a/package.json b/package.json
  296. index b11fe9c6..62893de5 100644
  297. --- a/package.json
  298. +++ b/package.json
  299. @@ -154,4 +154,4 @@
  300.        "./node_modules/appcenter-crashes/test/AppCenterCrashesMock.js"
  301.      ]
  302.    }
  303. -}
  304. +}
  305. \ No newline at end of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement