Skip to content

Commit 95c30d1

Browse files
committed
v3.3.0
1 parent 4610f4a commit 95c30d1

Some content is hidden

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

57 files changed

+1337
-773
lines changed

BoxPreviewSDK.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "BoxPreviewSDK"
3-
spec.version = "3.2.0"
3+
spec.version = "3.3.0"
44
spec.summary = "Box Preview SDK"
55
spec.description = <<-DESC
66
This SDK makes it easy to present Box files.
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
1313
spec.source = { :git => "https://github.com/box/box-ios-preview-sdk.git", :tag => "v"+spec.version.to_s }
1414
spec.swift_versions = ["5.0", "5.1", "5.2", "5.3", "5.4"]
1515
spec.requires_arc = true
16-
spec.dependency "BoxSDK", "~> 4.0"
16+
spec.dependency "BoxSDK", "~> 5.0"
1717

1818
spec.default_subspec = "Core"
1919
spec.subspec "Core" do |ss|

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ __Breaking Changes:__
77

88
__New Features and Enhancements:__
99

10+
__Bug Fixes:__
11+
12+
## v3.3.0 [2021-10-29]
13+
14+
__New Features and Enhancements:__
15+
1016
- Add the ability to have `mailto`, `tel`, etc. links open in the appropriate apps ([#93](https://github.com/box/box-ios-preview-sdk/pull/93))
1117

1218
__Bug Fixes:__

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git "https://github.com/box/box-ios-sdk.git" "main"
1+
git "https://github.com/box/box-ios-sdk.git" ~> 5.0

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
// Dependencies declare other packages that this package depends on.
25-
.package(url: "https://github.com/box/box-ios-sdk.git", .upToNextMajor(from: "4.0.0"))
25+
.package(url: "https://github.com/box/box-ios-sdk.git", .upToNextMajor(from: "5.0.0"))
2626
],
2727
targets: [
2828
.target(

SampleApps/JWTSampleApp/Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git "https://github.com/box/box-ios-sdk.git" "main"
2-
git "https://github.com/box/box-ios-preview-sdk.git" "main"
1+
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
2+
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0

SampleApps/OAuth2SampleApp/Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git "https://github.com/box/box-ios-sdk.git" "main"
2-
git "https://github.com/box/box-ios-preview-sdk.git" "main"
1+
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
2+
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0

Sources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.2.0</string>
18+
<string>3.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

docs/Classes.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
<a title="Classes Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
21-
<p class="header-right">
20+
<p><a href="index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
21+
<div class="header-right">
2222
<form role="search" action="search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
2424
</form>
25-
</p>
25+
</div>
2626
</div>
2727
</header>
2828
<div class="content-wrapper">
2929
<p id="breadcrumbs">
3030
<a href="index.html">BoxPreviewSDK Reference</a>
31-
<img id="carat" src="img/carat.png" />
31+
<img id="carat" src="img/carat.png" alt=""/>
3232
Classes Reference
3333
</p>
3434
</div>
@@ -193,7 +193,7 @@ <h4>Declaration</h4>
193193
<a name="//apple_ref/swift/Section/PreviewViewControllerDelegate" class="dashAnchor"></a>
194194
<div class="section-name-container">
195195
<a class="section-name-link" href="#/PreviewViewControllerDelegate"></a>
196-
<h3 class="section-name"><p>PreviewViewControllerDelegate</p>
196+
<h3 class="section-name"><span>PreviewViewControllerDelegate</span>
197197
</h3>
198198
</div>
199199
</div>
@@ -347,11 +347,10 @@ <h4>Declaration</h4>
347347
</section>
348348
</section>
349349
<section id="footer">
350-
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-06)</p>
351-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
350+
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-29)</p>
351+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
352352
</section>
353353
</article>
354354
</div>
355355
</body>
356-
</div>
357356
</html>

docs/Classes/AVViewController.html

+8-9
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
<a title="AVViewController Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
21-
<p class="header-right">
20+
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
21+
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
2424
</form>
25-
</p>
25+
</div>
2626
</div>
2727
</header>
2828
<div class="content-wrapper">
2929
<p id="breadcrumbs">
3030
<a href="../index.html">BoxPreviewSDK Reference</a>
31-
<img id="carat" src="../img/carat.png" />
31+
<img id="carat" src="../img/carat.png" alt=""/>
3232
AVViewController Class Reference
3333
</p>
3434
</div>
@@ -109,7 +109,7 @@ <h1>AVViewController</h1>
109109
<a name="//apple_ref/swift/Section/Initializer" class="dashAnchor"></a>
110110
<div class="section-name-container">
111111
<a class="section-name-link" href="#/Initializer"></a>
112-
<h3 class="section-name"><p>Initializer</p>
112+
<h3 class="section-name"><span>Initializer</span>
113113
</h3>
114114
</div>
115115
</div>
@@ -149,7 +149,7 @@ <h4>Declaration</h4>
149149
<a name="//apple_ref/swift/Section/View life cycle" class="dashAnchor"></a>
150150
<div class="section-name-container">
151151
<a class="section-name-link" href="#/View%20life%20cycle"></a>
152-
<h3 class="section-name"><p>View life cycle</p>
152+
<h3 class="section-name"><span>View life cycle</span>
153153
</h3>
154154
</div>
155155
</div>
@@ -186,11 +186,10 @@ <h4>Declaration</h4>
186186
</section>
187187
</section>
188188
<section id="footer">
189-
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-06)</p>
190-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
189+
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-29)</p>
190+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
191191
</section>
192192
</article>
193193
</div>
194194
</body>
195-
</div>
196195
</html>

docs/Classes/BoxPreviewError.html

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
<a title="BoxPreviewError Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
21-
<p class="header-right">
20+
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
21+
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
2424
</form>
25-
</p>
25+
</div>
2626
</div>
2727
</header>
2828
<div class="content-wrapper">
2929
<p id="breadcrumbs">
3030
<a href="../index.html">BoxPreviewSDK Reference</a>
31-
<img id="carat" src="../img/carat.png" />
31+
<img id="carat" src="../img/carat.png" alt=""/>
3232
BoxPreviewError Class Reference
3333
</p>
3434
</div>
@@ -300,11 +300,10 @@ <h4>Declaration</h4>
300300
</section>
301301
</section>
302302
<section id="footer">
303-
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-06)</p>
304-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
303+
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-29)</p>
304+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
305305
</section>
306306
</article>
307307
</div>
308308
</body>
309-
</div>
310309
</html>

docs/Classes/BoxPreviewSDK.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
<a title="BoxPreviewSDK Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
21-
<p class="header-right">
20+
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
21+
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
2424
</form>
25-
</p>
25+
</div>
2626
</div>
2727
</header>
2828
<div class="content-wrapper">
2929
<p id="breadcrumbs">
3030
<a href="../index.html">BoxPreviewSDK Reference</a>
31-
<img id="carat" src="../img/carat.png" />
31+
<img id="carat" src="../img/carat.png" alt=""/>
3232
BoxPreviewSDK Class Reference
3333
</p>
3434
</div>
@@ -140,7 +140,7 @@ <h4>Declaration</h4>
140140
<a name="//apple_ref/swift/Section/Open Files" class="dashAnchor"></a>
141141
<div class="section-name-container">
142142
<a class="section-name-link" href="#/Open%20Files"></a>
143-
<h3 class="section-name"><p>Open Files</p>
143+
<h3 class="section-name"><span>Open Files</span>
144144
</h3>
145145
</div>
146146
</div>
@@ -419,11 +419,10 @@ <h4>Return Value</h4>
419419
</section>
420420
</section>
421421
<section id="footer">
422-
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-06)</p>
423-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
422+
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-29)</p>
423+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
424424
</section>
425425
</article>
426426
</div>
427427
</body>
428-
</div>
429428
</html>

docs/Classes/ImageViewController.html

+9-10
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
<a title="ImageViewController Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
21-
<p class="header-right">
20+
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
21+
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
2424
</form>
25-
</p>
25+
</div>
2626
</div>
2727
</header>
2828
<div class="content-wrapper">
2929
<p id="breadcrumbs">
3030
<a href="../index.html">BoxPreviewSDK Reference</a>
31-
<img id="carat" src="../img/carat.png" />
31+
<img id="carat" src="../img/carat.png" alt=""/>
3232
ImageViewController Class Reference
3333
</p>
3434
</div>
@@ -110,7 +110,7 @@ <h1>ImageViewController</h1>
110110
<a name="//apple_ref/swift/Section/Initializer" class="dashAnchor"></a>
111111
<div class="section-name-container">
112112
<a class="section-name-link" href="#/Initializer"></a>
113-
<h3 class="section-name"><p>Initializer</p>
113+
<h3 class="section-name"><span>Initializer</span>
114114
</h3>
115115
</div>
116116
</div>
@@ -150,7 +150,7 @@ <h4>Declaration</h4>
150150
<a name="//apple_ref/swift/Section/View life cycle" class="dashAnchor"></a>
151151
<div class="section-name-container">
152152
<a class="section-name-link" href="#/View%20life%20cycle"></a>
153-
<h3 class="section-name"><p>View life cycle</p>
153+
<h3 class="section-name"><span>View life cycle</span>
154154
</h3>
155155
</div>
156156
</div>
@@ -244,7 +244,7 @@ <h4>Declaration</h4>
244244
<a name="//apple_ref/swift/Section/UIGestureRecognizerDelegate" class="dashAnchor"></a>
245245
<div class="section-name-container">
246246
<a class="section-name-link" href="#/UIGestureRecognizerDelegate"></a>
247-
<h3 class="section-name"><p>UIGestureRecognizerDelegate</p>
247+
<h3 class="section-name"><span>UIGestureRecognizerDelegate</span>
248248
</h3>
249249
</div>
250250
</div>
@@ -284,11 +284,10 @@ <h4>Declaration</h4>
284284
</section>
285285
</section>
286286
<section id="footer">
287-
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-06)</p>
288-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
287+
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-29)</p>
288+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
289289
</section>
290290
</article>
291291
</div>
292292
</body>
293-
</div>
294293
</html>

docs/Classes/PDFViewController.html

+10-11
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
<a title="PDFViewController Class Reference"></a>
1818
<header>
1919
<div class="content-wrapper">
20-
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
21-
<p class="header-right">
20+
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
21+
<div class="header-right">
2222
<form role="search" action="../search.json">
2323
<input type="text" placeholder="Search documentation" data-typeahead>
2424
</form>
25-
</p>
25+
</div>
2626
</div>
2727
</header>
2828
<div class="content-wrapper">
2929
<p id="breadcrumbs">
3030
<a href="../index.html">BoxPreviewSDK Reference</a>
31-
<img id="carat" src="../img/carat.png" />
31+
<img id="carat" src="../img/carat.png" alt=""/>
3232
PDFViewController Class Reference
3333
</p>
3434
</div>
@@ -111,7 +111,7 @@ <h1>PDFViewController</h1>
111111
<a name="//apple_ref/swift/Section/Views" class="dashAnchor"></a>
112112
<div class="section-name-container">
113113
<a class="section-name-link" href="#/Views"></a>
114-
<h3 class="section-name"><p>Views</p>
114+
<h3 class="section-name"><span>Views</span>
115115
</h3>
116116
</div>
117117
</div>
@@ -151,7 +151,7 @@ <h4>Declaration</h4>
151151
<a name="//apple_ref/swift/Section/View life cycle" class="dashAnchor"></a>
152152
<div class="section-name-container">
153153
<a class="section-name-link" href="#/View%20life%20cycle"></a>
154-
<h3 class="section-name"><p>View life cycle</p>
154+
<h3 class="section-name"><span>View life cycle</span>
155155
</h3>
156156
</div>
157157
</div>
@@ -245,7 +245,7 @@ <h4>Declaration</h4>
245245
<a name="//apple_ref/swift/Section/PDFViewDelegate" class="dashAnchor"></a>
246246
<div class="section-name-container">
247247
<a class="section-name-link" href="#/PDFViewDelegate"></a>
248-
<h3 class="section-name"><p>PDFViewDelegate</p>
248+
<h3 class="section-name"><span>PDFViewDelegate</span>
249249
</h3>
250250
</div>
251251
</div>
@@ -285,7 +285,7 @@ <h4>Declaration</h4>
285285
<a name="//apple_ref/swift/Section/UIGestureRecognizerDelegate" class="dashAnchor"></a>
286286
<div class="section-name-container">
287287
<a class="section-name-link" href="#/UIGestureRecognizerDelegate"></a>
288-
<h3 class="section-name"><p>UIGestureRecognizerDelegate</p>
288+
<h3 class="section-name"><span>UIGestureRecognizerDelegate</span>
289289
</h3>
290290
</div>
291291
</div>
@@ -322,11 +322,10 @@ <h4>Declaration</h4>
322322
</section>
323323
</section>
324324
<section id="footer">
325-
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external">Box</a>. All rights reserved. (Last updated: 2021-07-06)</p>
326-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
325+
<p>&copy; 2021 <a class="link" href="https://github.com/box/box-ios-preview-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2021-10-29)</p>
326+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
327327
</section>
328328
</article>
329329
</div>
330330
</body>
331-
</div>
332331
</html>

0 commit comments

Comments
 (0)