Skip to content

Commit

Permalink
Release 0.13.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Mar 1, 2017
1 parent 976f68e commit fcbaa6f
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 7 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 @@ -16,4 +16,4 @@

NSString * const BNC_API_VERSION = @"v1";
NSString * const BNC_LINK_URL = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION = @"0.13.4";
NSString * const BNC_SDK_VERSION = @"0.13.5";
Binary file modified Branch.framework.zip
Binary file not shown.
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
3 changes: 3 additions & 0 deletions Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
@property (strong, nonatomic) NSDictionary *appleSearchAdDetails;
@property (strong, nonatomic) NSString *lastSystemBuildVersion;
@property (strong, nonatomic) NSString *browserUserAgentString;
@property (strong) NSString *branchAPIURL;

+ (BNCPreferenceHelper *)preferenceHelper;
+ (NSURL*) URLForBranchDirectory;
Expand Down Expand Up @@ -82,4 +83,6 @@
- (NSDictionary *)getContentAnalyticsManifest;
- (void)saveContentAnalyticsManifest:(NSDictionary *)cdManifest;

- (void) save; // Flushes preference queue to persistence.

@end
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.13.4"
s.version = "0.13.5"
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
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Branch iOS SDK Change Log

- v0.13.5
* Updated Xcode 7 example project to work on iOS 7.
* Added iAd framework to Swift example so that the Apple Search Ad query works.

- v0.13.1
* > Beta Release <
* Version strings are now displayed in the testbed apps.
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.13.4</string>
<string>0.13.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.13.4</string>
<string>0.13.5</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
78a8d66345bfce999f619925306eb8ac226b262b Branch-iOS-SDK.zip
53122ee5a0b38b72805b88732d0d0ba9f714f8f6 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
77f52e914cb45e56d7c04f1a60bb9071be35726c Branch-iOS-TestBed.zip
3328bd3809c9edd98c17a7c86f7d4b62c1401eea 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.13.4
version=0.13.5

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

0 comments on commit fcbaa6f

Please sign in to comment.