Skip to content

Commit 0916ba9

Browse files
committed
Fix multiple initialization; bump to 5.4.3
1 parent ac5d709 commit 0916ba9

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

quickstart-ios-swift.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
repositoryURL = "https://github.com/DeepARSDK/swift-deepar";
460460
requirement = {
461461
kind = upToNextMajorVersion;
462-
minimumVersion = 5.3.0;
462+
minimumVersion = 5.4.0;
463463
};
464464
};
465465
/* End XCRemoteSwiftPackageReference section */

quickstart-ios-swift.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/DeepARSDK/swift-deepar",
77
"state" : {
8-
"revision" : "b8f1697ef995a74e68390d3071688be061cedafe",
9-
"version" : "5.4.1"
8+
"revision" : "6001506c6a0b2695bc7ec0c3d0cb5c4cfeab9d03",
9+
"version" : "5.4.3"
1010
}
1111
}
1212
],

quickstart-ios-swift/Base.lproj/Main.storyboard

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="DMk-4X-Ojf">
33
<device id="retina6_1" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="System colors in document resources" minToolsVersion="11.0"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>

quickstart-ios-swift/ViewController.swift

+4
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ extension ViewController: DeepARDelegate {
318318
}
319319
}
320320

321+
override func viewDidDisappear(_ animated: Bool) {
322+
deepAR.shutdown()
323+
}
324+
321325
func didFinishShutdown (){
322326
NSLog("didFinishShutdown!!!!!")
323327
}

0 commit comments

Comments
 (0)