Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjankowski committed Oct 29, 2021
1 parent 4610f4a commit 95c30d1
Show file tree
Hide file tree
Showing 57 changed files with 1,337 additions and 773 deletions.
4 changes: 2 additions & 2 deletions BoxPreviewSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BoxPreviewSDK"
spec.version = "3.2.0"
spec.version = "3.3.0"
spec.summary = "Box Preview SDK"
spec.description = <<-DESC
This SDK makes it easy to present Box files.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/box/box-ios-preview-sdk.git", :tag => "v"+spec.version.to_s }
spec.swift_versions = ["5.0", "5.1", "5.2", "5.3", "5.4"]
spec.requires_arc = true
spec.dependency "BoxSDK", "~> 4.0"
spec.dependency "BoxSDK", "~> 5.0"

spec.default_subspec = "Core"
spec.subspec "Core" do |ss|
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ __Breaking Changes:__

__New Features and Enhancements:__

__Bug Fixes:__

## v3.3.0 [2021-10-29]

__New Features and Enhancements:__

- 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))

__Bug Fixes:__
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git "https://github.com/box/box-ios-sdk.git" "main"
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/box/box-ios-sdk.git", .upToNextMajor(from: "4.0.0"))
.package(url: "https://github.com/box/box-ios-sdk.git", .upToNextMajor(from: "5.0.0"))
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions SampleApps/JWTSampleApp/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git "https://github.com/box/box-ios-sdk.git" "main"
git "https://github.com/box/box-ios-preview-sdk.git" "main"
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0
4 changes: 2 additions & 2 deletions SampleApps/OAuth2SampleApp/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
git "https://github.com/box/box-ios-sdk.git" "main"
git "https://github.com/box/box-ios-preview-sdk.git" "main"
git "https://github.com/box/box-ios-sdk.git" ~> 5.0
git "https://github.com/box/box-ios-preview-sdk.git" ~> 3.0
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.2.0</string>
<string>3.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
15 changes: 7 additions & 8 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
<p class="header-right">
<p><a href="index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">BoxPreviewSDK Reference</a>
<img id="carat" src="img/carat.png" />
<img id="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>
</div>
Expand Down Expand Up @@ -193,7 +193,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/PreviewViewControllerDelegate" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/PreviewViewControllerDelegate"></a>
<h3 class="section-name"><p>PreviewViewControllerDelegate</p>
<h3 class="section-name"><span>PreviewViewControllerDelegate</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -347,11 +347,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
17 changes: 8 additions & 9 deletions docs/Classes/AVViewController.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="AVViewController Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxPreviewSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
AVViewController Class Reference
</p>
</div>
Expand Down Expand Up @@ -109,7 +109,7 @@ <h1>AVViewController</h1>
<a name="//apple_ref/swift/Section/Initializer" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Initializer"></a>
<h3 class="section-name"><p>Initializer</p>
<h3 class="section-name"><span>Initializer</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/View life cycle" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/View%20life%20cycle"></a>
<h3 class="section-name"><p>View life cycle</p>
<h3 class="section-name"><span>View life cycle</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -186,11 +186,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
13 changes: 6 additions & 7 deletions docs/Classes/BoxPreviewError.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="BoxPreviewError Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxPreviewSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
BoxPreviewError Class Reference
</p>
</div>
Expand Down Expand Up @@ -300,11 +300,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
15 changes: 7 additions & 8 deletions docs/Classes/BoxPreviewSDK.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="BoxPreviewSDK Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxPreviewSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
BoxPreviewSDK Class Reference
</p>
</div>
Expand Down Expand Up @@ -140,7 +140,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/Open Files" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Open%20Files"></a>
<h3 class="section-name"><p>Open Files</p>
<h3 class="section-name"><span>Open Files</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -419,11 +419,10 @@ <h4>Return Value</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
19 changes: 9 additions & 10 deletions docs/Classes/ImageViewController.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="ImageViewController Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxPreviewSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
ImageViewController Class Reference
</p>
</div>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h1>ImageViewController</h1>
<a name="//apple_ref/swift/Section/Initializer" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Initializer"></a>
<h3 class="section-name"><p>Initializer</p>
<h3 class="section-name"><span>Initializer</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/View life cycle" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/View%20life%20cycle"></a>
<h3 class="section-name"><p>View life cycle</p>
<h3 class="section-name"><span>View life cycle</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -244,7 +244,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/UIGestureRecognizerDelegate" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/UIGestureRecognizerDelegate"></a>
<h3 class="section-name"><p>UIGestureRecognizerDelegate</p>
<h3 class="section-name"><span>UIGestureRecognizerDelegate</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -284,11 +284,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
21 changes: 10 additions & 11 deletions docs/Classes/PDFViewController.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
<a title="PDFViewController Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">BoxPreviewSDK 3.2.0 Docs</a> (20% documented)</p>
<p class="header-right">
<p><a href="../index.html">BoxPreviewSDK 3.3.0 Docs</a> (20% documented)</p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">BoxPreviewSDK Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
PDFViewController Class Reference
</p>
</div>
Expand Down Expand Up @@ -111,7 +111,7 @@ <h1>PDFViewController</h1>
<a name="//apple_ref/swift/Section/Views" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/Views"></a>
<h3 class="section-name"><p>Views</p>
<h3 class="section-name"><span>Views</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -151,7 +151,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/View life cycle" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/View%20life%20cycle"></a>
<h3 class="section-name"><p>View life cycle</p>
<h3 class="section-name"><span>View life cycle</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -245,7 +245,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/PDFViewDelegate" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/PDFViewDelegate"></a>
<h3 class="section-name"><p>PDFViewDelegate</p>
<h3 class="section-name"><span>PDFViewDelegate</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h4>Declaration</h4>
<a name="//apple_ref/swift/Section/UIGestureRecognizerDelegate" class="dashAnchor"></a>
<div class="section-name-container">
<a class="section-name-link" href="#/UIGestureRecognizerDelegate"></a>
<h3 class="section-name"><p>UIGestureRecognizerDelegate</p>
<h3 class="section-name"><span>UIGestureRecognizerDelegate</span>
</h3>
</div>
</div>
Expand Down Expand Up @@ -322,11 +322,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
Loading

0 comments on commit 95c30d1

Please sign in to comment.