Skip to content

Commit ea2452e

Browse files
committed
Updates for 0.11.17 release.
1 parent 20a0a13 commit ea2452e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+15727
-3
lines changed

Branch-SDK/Branch-SDK/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.11.16"
12+
#define SDK_VERSION @"0.11.17"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch.framework/Versions/A/Branch

86 KB
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef Branch_SDK_Config_h
1010
#define Branch_SDK_Config_h
1111

12-
#define SDK_VERSION @"0.11.16"
12+
#define SDK_VERSION @"0.11.17"
1313

1414
#define BNC_PROD_ENV
1515
//#define BNC_STAGE_ENV

Branch.framework/Versions/A/Headers/BranchUniversalObject.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,24 @@ typedef NS_ENUM(NSInteger, ContentIndexMode) {
3535

3636
- (instancetype)initWithCanonicalIdentifier:(NSString *)canonicalIdentifier;
3737
- (instancetype)initWithTitle:(NSString *)title;
38+
3839
- (void)addMetadataKey:(NSString *)key value:(NSString *)value;
40+
3941
- (void)registerView;
4042
- (void)registerViewWithCallback:(callbackWithParams)callback;
43+
4144
- (NSString *)getShortUrlWithLinkProperties:(BranchLinkProperties *)linkProperties;
45+
- (NSString *)getShortUrlWithLinkPropertiesAndIgnoreFirstClick:(BranchLinkProperties *)linkProperties;
4246
- (void)getShortUrlWithLinkProperties:(BranchLinkProperties *)linkProperties andCallback:(callbackWithUrl)callback;
47+
4348
- (UIActivityItemProvider *)getBranchActivityItemWithLinkProperties:(BranchLinkProperties *)linkProperties;
49+
4450
- (void)showShareSheetWithShareText:(NSString *)shareText andCallback:(callback)callback __attribute__((deprecated(("This method has been deprecated. Use -[showShareSheetWithShareText:completion:] instead."))));
4551
- (void)showShareSheetWithLinkProperties:(BranchLinkProperties *)linkProperties andShareText:(NSString *)shareText fromViewController:(UIViewController *)viewController andCallback:(callback)callback __attribute__((deprecated(("This method has been deprecated. Use -[showShareSheetWithLinkProperties:andShareText:fromViewController:viewController:completion:] instead."))));
4652
- (void)showShareSheetWithShareText:(NSString *)shareText completion:(shareCompletion)completion;
4753
- (void)showShareSheetWithLinkProperties:(BranchLinkProperties *)linkProperties andShareText:(NSString *)shareText fromViewController:(UIViewController *)viewController completion:(shareCompletion)completion;
54+
//iPad
55+
- (void)showShareSheetWithLinkProperties:(BranchLinkProperties *)linkProperties andShareText:(NSString *)shareText fromViewController:(UIViewController *)viewController anchor:(UIBarButtonItem *)anchor completion:(shareCompletion)completion;
4856

4957
- (void)listOnSpotlight;
5058
- (void)listOnSpotlightWithCallback:(callbackWithUrl)callback;

Branch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Branch"
3-
s.version = "0.11.16"
3+
s.version = "0.11.17"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Branch iOS SDK change log
22

3+
- v0.11.17
4+
* Carthage support
5+
* account for different anchors on iPad for share sheet
6+
* add canonincal ID and URL to spotlight index
7+
* change matchDuration parameter sent to the backend
8+
* fix unit tests
9+
* URL encoding for iOS 6
10+
311
- v0.11.16
412
* increased timeout for SFSafariViewController
513
* removed init session methods that do not use launchOptions

html/Blocks/BNCServerCallback.html

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>BNCServerCallback Block Reference</title>
7+
8+
<link rel="stylesheet" href="../css/style.css">
9+
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
10+
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
11+
</head>
12+
<body class="appledoc">
13+
<header>
14+
<div class="container" class="hide-in-xcode">
15+
16+
<h1 id="library-title">
17+
<a href="../index.html">b </a>
18+
</h1>
19+
20+
<p id="developer-home">
21+
<a href="../index.html">b</a>
22+
</p>
23+
24+
</div>
25+
</header>
26+
27+
<aside>
28+
<div class="container">
29+
<nav>
30+
<ul id="header-buttons" role="toolbar">
31+
<li><a href="../index.html">Index</a></li>
32+
<li><a href="../hierarchy.html">Hierarchy</a></li>
33+
34+
<li id="on-this-page" role="navigation">
35+
<label>
36+
On This Page
37+
38+
<div class="chevron">
39+
<div class="chevy chevron-left"></div>
40+
<div class="chevy chevron-right"></div>
41+
</div>
42+
43+
<select id="jump-to">
44+
<option value="top">Jump To&#133;</option>
45+
46+
47+
48+
49+
50+
</select>
51+
</label>
52+
</li>
53+
</ul>
54+
</nav>
55+
</div>
56+
</aside>
57+
58+
<article>
59+
<div id="overview_contents" class="container">
60+
<div id="content">
61+
<main role="main">
62+
<h1 class="title">BNCServerCallback Block Reference</h1>
63+
64+
65+
<div class="section section-specification"><table cellspacing="0"><tbody>
66+
<tr>
67+
<th>Declared in</th>
68+
<td>BNCServerInterface.h</td>
69+
</tr>
70+
</tbody></table></div>
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
<a title="Block Definition" name="instance_methods"></a>
81+
<h4 class="method-subtitle parameter-title">Block Definition</h4>
82+
<h3 class="subsubtitle method-title">BNCServerCallback</h3>
83+
84+
85+
<code>typedef void (^BNCServerCallback) (BNCServerResponse *response, NSError *error)</code>
86+
87+
88+
89+
90+
91+
</main>
92+
93+
<footer>
94+
<div class="footer-copyright">
95+
96+
<p class="copyright">Copyright &copy; 2016 b. All rights reserved. Updated: 2016-03-06</p>
97+
98+
99+
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
100+
101+
</div>
102+
</footer>
103+
</div>
104+
</div>
105+
</article>
106+
107+
<script src="../js/script.js"></script>
108+
</body>
109+
</html>
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>OHHTTPStubsTestBlock Block Reference</title>
7+
8+
<link rel="stylesheet" href="../css/style.css">
9+
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
10+
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
11+
</head>
12+
<body class="appledoc">
13+
<header>
14+
<div class="container" class="hide-in-xcode">
15+
16+
<h1 id="library-title">
17+
<a href="../index.html">b </a>
18+
</h1>
19+
20+
<p id="developer-home">
21+
<a href="../index.html">b</a>
22+
</p>
23+
24+
</div>
25+
</header>
26+
27+
<aside>
28+
<div class="container">
29+
<nav>
30+
<ul id="header-buttons" role="toolbar">
31+
<li><a href="../index.html">Index</a></li>
32+
<li><a href="../hierarchy.html">Hierarchy</a></li>
33+
34+
<li id="on-this-page" role="navigation">
35+
<label>
36+
On This Page
37+
38+
<div class="chevron">
39+
<div class="chevy chevron-left"></div>
40+
<div class="chevy chevron-right"></div>
41+
</div>
42+
43+
<select id="jump-to">
44+
<option value="top">Jump To&#133;</option>
45+
46+
47+
48+
49+
50+
</select>
51+
</label>
52+
</li>
53+
</ul>
54+
</nav>
55+
</div>
56+
</aside>
57+
58+
<article>
59+
<div id="overview_contents" class="container">
60+
<div id="content">
61+
<main role="main">
62+
<h1 class="title">OHHTTPStubsTestBlock Block Reference</h1>
63+
64+
65+
<div class="section section-specification"><table cellspacing="0"><tbody>
66+
<tr>
67+
<th>Declared in</th>
68+
<td>OHHTTPStubs.h</td>
69+
</tr>
70+
</tbody></table></div>
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
<a title="Block Definition" name="instance_methods"></a>
81+
<h4 class="method-subtitle parameter-title">Block Definition</h4>
82+
<h3 class="subsubtitle method-title">OHHTTPStubsTestBlock</h3>
83+
84+
85+
<code>typedef BOOL (^OHHTTPStubsTestBlock) (NSURLRequest *request)</code>
86+
87+
88+
89+
90+
91+
</main>
92+
93+
<footer>
94+
<div class="footer-copyright">
95+
96+
<p class="copyright">Copyright &copy; 2016 b. All rights reserved. Updated: 2016-03-06</p>
97+
98+
99+
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
100+
101+
</div>
102+
</footer>
103+
</div>
104+
</div>
105+
</article>
106+
107+
<script src="../js/script.js"></script>
108+
</body>
109+
</html>
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<title>UrlConnectionCallback Block Reference</title>
7+
8+
<link rel="stylesheet" href="../css/style.css">
9+
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
10+
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
11+
</head>
12+
<body class="appledoc">
13+
<header>
14+
<div class="container" class="hide-in-xcode">
15+
16+
<h1 id="library-title">
17+
<a href="../index.html">b </a>
18+
</h1>
19+
20+
<p id="developer-home">
21+
<a href="../index.html">b</a>
22+
</p>
23+
24+
</div>
25+
</header>
26+
27+
<aside>
28+
<div class="container">
29+
<nav>
30+
<ul id="header-buttons" role="toolbar">
31+
<li><a href="../index.html">Index</a></li>
32+
<li><a href="../hierarchy.html">Hierarchy</a></li>
33+
34+
<li id="on-this-page" role="navigation">
35+
<label>
36+
On This Page
37+
38+
<div class="chevron">
39+
<div class="chevy chevron-left"></div>
40+
<div class="chevy chevron-right"></div>
41+
</div>
42+
43+
<select id="jump-to">
44+
<option value="top">Jump To&#133;</option>
45+
46+
47+
48+
49+
50+
</select>
51+
</label>
52+
</li>
53+
</ul>
54+
</nav>
55+
</div>
56+
</aside>
57+
58+
<article>
59+
<div id="overview_contents" class="container">
60+
<div id="content">
61+
<main role="main">
62+
<h1 class="title">UrlConnectionCallback Block Reference</h1>
63+
64+
65+
<div class="section section-specification"><table cellspacing="0"><tbody>
66+
<tr>
67+
<th>Declared in</th>
68+
<td>BNCServerInterfaceTests.m</td>
69+
</tr>
70+
</tbody></table></div>
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
<a title="Block Definition" name="instance_methods"></a>
81+
<h4 class="method-subtitle parameter-title">Block Definition</h4>
82+
<h3 class="subsubtitle method-title">UrlConnectionCallback</h3>
83+
84+
85+
<code>typedef void (^UrlConnectionCallback) (NSURLResponse *, NSData *, NSError *)</code>
86+
87+
88+
89+
90+
91+
</main>
92+
93+
<footer>
94+
<div class="footer-copyright">
95+
96+
<p class="copyright">Copyright &copy; 2016 b. All rights reserved. Updated: 2016-03-06</p>
97+
98+
99+
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
100+
101+
</div>
102+
</footer>
103+
</div>
104+
</div>
105+
</article>
106+
107+
<script src="../js/script.js"></script>
108+
</body>
109+
</html>

0 commit comments

Comments
 (0)