From f86581140144500b7f002be64c49e6efb2ddb804 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 12 Apr 2016 14:04:51 -0400 Subject: [PATCH 1/2] remote "-beta" from podspec -- itunesconnect error --- CodePush.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodePush.podspec b/CodePush.podspec index 3e57981..e91348a 100644 --- a/CodePush.podspec +++ b/CodePush.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'CodePush' - s.version = '1.10.1-beta' + s.version = '1.10.1' s.summary = 'React Native plugin for the CodePush service' s.author = 'Microsoft Corporation' s.license = 'MIT' From d1d10ba7201de32b128a81379dd25953f3b60356 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 12 Apr 2016 17:38:04 -0400 Subject: [PATCH 2/2] -beta needed for tag name --- CodePush.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodePush.podspec b/CodePush.podspec index e91348a..e6ebbea 100644 --- a/CodePush.podspec +++ b/CodePush.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.author = 'Microsoft Corporation' s.license = 'MIT' s.homepage = 'http://microsoft.github.io/code-push/' - s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}" } + s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta" } s.platform = :ios, '7.0' s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}' s.public_header_files = 'ios/CodePush/CodePush.h'