Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b32372e

Browse files
committed
Merge pull request #285 from classpass/master
remote "-beta" from podspec -- itunesconnect error
2 parents 0c3c393 + d1d10ba commit b32372e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'CodePush'
4-
s.version = '1.10.1-beta'
4+
s.version = '1.10.1'
55
s.summary = 'React Native plugin for the CodePush service'
66
s.author = 'Microsoft Corporation'
77
s.license = 'MIT'
88
s.homepage = 'http://microsoft.github.io/code-push/'
9-
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}" }
9+
s.source = { :git => 'https://github.com/Microsoft/react-native-code-push.git', :tag => "v#{s.version}-beta" }
1010
s.platform = :ios, '7.0'
1111
s.source_files = 'ios/CodePush/*.{h,m}', 'ios/CodePush/SSZipArchive/*.{h,m}', 'ios/CodePush/SSZipArchive/aes/*.{h,c}', 'ios/CodePush/SSZipArchive/minizip/*.{h,c}'
1212
s.public_header_files = 'ios/CodePush/CodePush.h'

0 commit comments

Comments
 (0)