Skip to content

Commit 6ad5c8d

Browse files
authored
Merge pull request #234 from Microsoft/testing/1.2.0
Testing/1.2.0
2 parents 0f70565 + 804b100 commit 6ad5c8d

File tree

43 files changed

+448
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+448
-89
lines changed

DemoApp/android/app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ android {
126126
}
127127
}
128128

129-
repositories {
130-
maven {
131-
url "https://dl.bintray.com/vsappcenter/appcenter-snapshot"
132-
}
133-
}
134-
135129
dependencies {
136130
compile project(':react-native-image-picker')
137131
compile project(':react-native-fs')

DemoApp/android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ allprojects {
1717
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
1818
url "$rootDir/../node_modules/react-native/android"
1919
}
20+
maven {
21+
url "https://dl.bintray.com/vsappcenter/appcenter-snapshot"
22+
}
2023
}
2124
}

DemoApp/ios/DemoApp/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2525

2626
[AppCenterReactNativePush register]; // Initialize AppCenter push
2727

28-
[AppCenterReactNativeCrashes register]; // Initialize AppCenter crashes
28+
[AppCenterReactNativeCrashes registerWithAutomaticProcessing]; // Initialize AppCenter crashes
2929

3030
[AppCenterReactNativeAnalytics registerWithInitiallyEnabled:true]; // Initialize AppCenter analytics
3131

DemoApp/ios/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ target 'DemoApp' do
99
# use_frameworks!
1010

1111
# Pods for DemoApp
12-
pod 'AppCenter/Push', '~> 1.1.0'
13-
pod 'AppCenter/Crashes', '~> 1.1.0'
14-
pod 'AppCenter/Analytics', '~> 1.1.0'
15-
pod 'AppCenterReactNativeShared', '~> 1.1.0'
12+
pod 'AppCenter/Push', '~> 1.3.0'
13+
pod 'AppCenter/Crashes', '~> 1.3.0'
14+
pod 'AppCenter/Analytics', '~> 1.3.0'
15+
pod 'AppCenterReactNativeShared', '~> 1.2.0'
1616

1717
platform :ios, '9.0'
1818
end

DemoApp/ios/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
2-
- AppCenter/Analytics (1.1.0):
2+
- AppCenter/Analytics (1.3.0):
33
- AppCenter/Core
4-
- AppCenter/Core (1.1.0)
5-
- AppCenter/Crashes (1.1.0):
4+
- AppCenter/Core (1.3.0)
5+
- AppCenter/Crashes (1.3.0):
66
- AppCenter/Core
7-
- AppCenter/Push (1.1.0):
7+
- AppCenter/Push (1.3.0):
88
- AppCenter/Core
9-
- AppCenterReactNativeShared (1.1.0):
10-
- AppCenter/Core (= 1.1.0)
9+
- AppCenterReactNativeShared (1.2.0):
10+
- AppCenter/Core (= 1.3.0)
1111

1212
DEPENDENCIES:
13-
- AppCenter/Analytics (~> 1.1.0)
14-
- AppCenter/Crashes (~> 1.1.0)
15-
- AppCenter/Push (~> 1.1.0)
16-
- AppCenterReactNativeShared (~> 1.1.0)
13+
- AppCenter/Analytics (~> 1.3.0)
14+
- AppCenter/Crashes (~> 1.3.0)
15+
- AppCenter/Push (~> 1.3.0)
16+
- AppCenterReactNativeShared (~> 1.2.0)
1717

1818
SPEC CHECKSUMS:
19-
AppCenter: 97c88c10f83719de514aa7f186766f289012f074
20-
AppCenterReactNativeShared: 43815d681490628fae56c4c6f93ba5c7f85c83db
19+
AppCenter: 77679d75cbb6e5327cb849d2988b57d9cb864dcb
20+
AppCenterReactNativeShared: 393e08220108e51ee36d654622911a6faadc8632
2121

22-
PODFILE CHECKSUM: 8d5113c88e4df0abb469731e18168a2f8bcbe805
22+
PODFILE CHECKSUM: f1ff4b5f9efd9d401cc0359f6c3d676af1df08e8
2323

24-
COCOAPODS: 1.3.1
24+
COCOAPODS: 1.4.0
Binary file not shown.

DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/AppCenter.h

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelDelegate.h

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelGroupProtocol.h

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DemoApp/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/Headers/MSChannelProtocol.h

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)