Skip to content

Commit 45b7320

Browse files
Merge pull request #59 from DevCrew-io/update-example
Bug Fixes and Improvements
2 parents 40026b3 + 6fd4de9 commit 45b7320

File tree

8 files changed

+263
-217
lines changed

8 files changed

+263
-217
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.7
2+
### Updated
3+
* Bug Fixes
4+
* Update Example Project
5+
* Handle Camera & Mic Permission
6+
* Release Audio Session On Lens Close.
7+
18
## 1.0.6
29
### Updated
310
* Update CameraKit SDK to 1.40.0

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '14.0'
2+
platform :ios, '15.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- camerakit_flutter (1.0.6):
2+
- camerakit_flutter (1.0.7):
33
- Flutter
44
- SCCameraKit (~> 1.40.0)
55
- SCCameraKitReferenceUI (~> 1.40.0)
@@ -30,12 +30,12 @@ EXTERNAL SOURCES:
3030
:path: ".symlinks/plugins/video_player_avfoundation/darwin"
3131

3232
SPEC CHECKSUMS:
33-
camerakit_flutter: ba8e3a9e141fff3adcb71f7dc87143f31aa93d5b
33+
camerakit_flutter: 9f14f3d9dc68fdd23bdad38282e8c6e0338545ea
3434
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
3535
SCCameraKit: 3df78d50b972282517fd1c0c69f4a01d301ef4e6
3636
SCCameraKitReferenceUI: 737630ab0ccab689a3492585aeb349fe6ffa21cc
3737
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
3838

39-
PODFILE CHECKSUM: e30f02f9d1c72c47bb6344a0a748c9d268180865
39+
PODFILE CHECKSUM: 53a6aebc29ccee84c41f92f409fc20cd4ca011f1
4040

41-
COCOAPODS: 1.14.3
41+
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@
473473
DEVELOPMENT_TEAM = C5KZV4J7UV;
474474
ENABLE_BITCODE = NO;
475475
INFOPLIST_FILE = Runner/Info.plist;
476+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
476477
LD_RUNPATH_SEARCH_PATHS = (
477478
"$(inherited)",
478479
"@executable_path/Frameworks",
@@ -656,6 +657,7 @@
656657
DEVELOPMENT_TEAM = C5KZV4J7UV;
657658
ENABLE_BITCODE = NO;
658659
INFOPLIST_FILE = Runner/Info.plist;
660+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
659661
LD_RUNPATH_SEARCH_PATHS = (
660662
"$(inherited)",
661663
"@executable_path/Frameworks",
@@ -679,6 +681,7 @@
679681
DEVELOPMENT_TEAM = C5KZV4J7UV;
680682
ENABLE_BITCODE = NO;
681683
INFOPLIST_FILE = Runner/Info.plist;
684+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
682685
LD_RUNPATH_SEARCH_PATHS = (
683686
"$(inherited)",
684687
"@executable_path/Frameworks",

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
path: ".."
2424
relative: true
2525
source: path
26-
version: "1.0.5"
26+
version: "1.0.7"
2727
characters:
2828
dependency: transitive
2929
description:

0 commit comments

Comments
 (0)