Skip to content

Commit

Permalink
Release 0.28.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-branch committed Sep 6, 2019
1 parent 2c7221a commit b970200
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Branch-SDK/Branch-SDK/BNCConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
BOOL const BNC_API_PINNED = NO;
NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.27.1";
NSString * const BNC_SDK_VERSION = @"0.28.0";
4 changes: 2 additions & 2 deletions Branch-TestBed/Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.27.1</string>
<string>0.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.27.1</string>
<string>0.28.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
4 changes: 2 additions & 2 deletions Branch.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.27.1</string>
<string>0.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.27.1</string>
<string>0.28.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
2 changes: 1 addition & 1 deletion Branch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Branch"
s.version = "0.27.1"
s.version = "0.28.0"
s.summary = "Create an HTTP URL for any piece of content in your app"
s.description = <<-DESC
- Want the highest possible conversions on your sharing feature?
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Branch iOS SDK Change Log

- v0.28.0
* _*Master Release*_ - Sept 06, 2019
* SDK-238 Add Standard Event alias
* INTENG-7505 Remove UIWebView and replace with WebKit
* SDK-495 Cocoapods includes iAd by default
* SDK-261 Remove optional Fabric integration
* SDK-301 Remove redundant Apple Search Ads Debug
* SDK-208 Collect install receipt
* SDK-399 Fix for proxies
* SDK-415 Fix for network retries

- v0.27.1
* _*Master Release*_ - June 04, 2019
* INTENG-6187 Fix potential crash due to unexpected key type
Expand Down
4 changes: 2 additions & 2 deletions carthage-files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.27.1</string>
<string>0.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.27.1</string>
<string>0.28.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
4fbbcdb05a1dde9d008d4fd7a5edfb81b1f2c4f3 Branch-iOS-SDK.zip
f943d992d4f411f62ccf082466267782a38a0351 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
3cbbaf038f9d98efc580f86b2b7f9a9e5d6ee6a1 Branch-iOS-TestBed.zip
f30aab377f4e291c1146837707a569032363b4cc Branch-iOS-TestBed.zip
2 changes: 1 addition & 1 deletion scripts/version
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Options:
USAGE
}

version=0.27.1
version=0.28.0

if (( $# == 0 )); then
echo $version
Expand Down

0 comments on commit b970200

Please sign in to comment.