-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1009 from microsoft/develop
Merge develop to master for release 5.0.0
- Loading branch information
Showing
29 changed files
with
117 additions
and
98 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @microsoft/appcenter-fte |
6 changes: 3 additions & 3 deletions
6
AppCenterReactNativeShared/Products/AppCenterReactNativeShared.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AppCenterReactNativeShared' | ||
s.version = '4.4.5' | ||
s.version = '5.0.0' | ||
s.summary = 'React Native plugin for Visual Studio App Center' | ||
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' } | ||
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native' | ||
s.documentation_url = "https://docs.microsoft.com/en-us/appcenter/" | ||
s.author = { 'Microsoft' => '[email protected]' } | ||
s.source = { :http => "https://github.com/microsoft/appcenter-sdk-react-native/releases/download/#{s.version}/AppCenter-SDK-ReactNative-iOS-Pod-#{s.version}.zip" } | ||
s.platform = :ios, '9.0' | ||
s.platform = :ios, '11.0' | ||
s.requires_arc = true | ||
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework' | ||
s.dependency 'AppCenter/Core', '4.4.3' | ||
s.dependency 'AppCenter/Core', '5.0.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'AppCenterReactNativeShared' | ||
s.version = '4.4.5' | ||
s.version = '5.0.0' | ||
s.summary = 'React Native plugin for Visual Studio App Center' | ||
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' } | ||
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native' | ||
s.documentation_url = "https://docs.microsoft.com/en-us/appcenter/" | ||
s.author = { 'Microsoft' => '[email protected]' } | ||
system("SRCROOT=#{__dir__}/../ios #{__dir__}/../prepare-local-podspec.sh") | ||
s.source = { :http => "file://#{__dir__}/AppCenter-SDK-ReactNative-iOS-Pod-#{s.version}.zip"} | ||
s.platform = :ios, '9.0' | ||
s.platform = :ios, '11.0' | ||
s.requires_arc = true | ||
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework' | ||
s.dependency 'AppCenter/Core', '4.4.3' | ||
s.dependency 'AppCenter/Core', '5.0.3' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
PODS: | ||
- AppCenter (4.4.3): | ||
- AppCenter/Analytics (= 4.4.3) | ||
- AppCenter/Crashes (= 4.4.3) | ||
- AppCenter/Analytics (4.4.3): | ||
- AppCenter (5.0.3): | ||
- AppCenter/Analytics (= 5.0.3) | ||
- AppCenter/Crashes (= 5.0.3) | ||
- AppCenter/Analytics (5.0.3): | ||
- AppCenter/Core | ||
- AppCenter/Core (4.4.3) | ||
- AppCenter/Crashes (4.4.3): | ||
- AppCenter/Core (5.0.3) | ||
- AppCenter/Crashes (5.0.3): | ||
- AppCenter/Core | ||
|
||
DEPENDENCIES: | ||
- AppCenter (= 4.4.3) | ||
- AppCenter (= 5.0.3) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- AppCenter | ||
|
||
SPEC CHECKSUMS: | ||
AppCenter: 3fd04aa1b166e16fdb03ec81dabe488aece83fbd | ||
AppCenter: a4070ec3d4418b5539067a51f57155012e486ebd | ||
|
||
PODFILE CHECKSUM: 956bd90bd24fac7c9ff837aaacae97c697c83881 | ||
PODFILE CHECKSUM: 98b2521b82f9ee3dca6f88b635ef371216c02b85 | ||
|
||
COCOAPODS: 1.11.0 | ||
COCOAPODS: 1.12.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ Pod::Spec.new do |s| | |
s.author = { 'Microsoft' => '[email protected]' } | ||
s.source = { :git => "https://github.com/microsoft/appcenter-sdk-react-native.git" } | ||
s.source_files = "ios/AppCenterReactNativeAnalytics/**/*.{h,m}" | ||
s.platform = :ios, '9.0' | ||
s.platform = :ios, '11.0' | ||
s.requires_arc = true | ||
|
||
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.framework' | ||
|
||
s.dependency 'AppCenterReactNativeShared', '~> 4.0' | ||
s.dependency 'AppCenter/Analytics', '~> 4.0' | ||
s.dependency 'AppCenterReactNativeShared', '~> 5.0' | ||
s.dependency 'AppCenter/Analytics', '~> 5.0' | ||
s.dependency 'React-Core' | ||
s.static_framework = true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.