File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed
Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 802802 DYLIB_INSTALL_NAME_BASE = "@rpath";
803803 INFOPLIST_FILE = Capturer/Info.plist;
804804 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
805- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
805+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
806806 LD_RUNPATH_SEARCH_PATHS = (
807807 "$(inherited)",
808808 "@executable_path/Frameworks",
830830 DYLIB_INSTALL_NAME_BASE = "@rpath";
831831 INFOPLIST_FILE = Capturer/Info.plist;
832832 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
833- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
833+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
834834 LD_RUNPATH_SEARCH_PATHS = (
835835 "$(inherited)",
836836 "@executable_path/Frameworks",
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ public final class CaptureBody {
145145
146146 }
147147
148- @available ( iOS 15 . 0 . 0 , * )
149148 public func attach< Node: DeviceInputNodeType > ( input newInputNode: Node ) async {
150149 await withCheckedContinuation { c in
151150 attach ( input: newInputNode) {
@@ -171,7 +170,6 @@ public final class CaptureBody {
171170 }
172171 }
173172
174- @available ( iOS 15 . 0 . 0 , * )
175173 public func attach< Node: OutputNodeType > ( output component: Node ) async {
176174 await withCheckedContinuation { c in
177175 attach ( output: component) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import PackageDescription
33
44let package = Package (
55 name: " Capturer " ,
6- platforms: [ . iOS( . v12 ) ] ,
6+ platforms: [ . iOS( . v13 ) ] ,
77 products: [
88 . library( name: " Capturer " , targets: [ " Capturer " ] ) ,
99 ] ,
Original file line number Diff line number Diff line change 11PODS:
2- - MondrianLayout (0.0.15 )
3- - Reveal-SDK (31 )
2+ - MondrianLayout (0.10.0 )
3+ - Reveal-SDK (41 )
44 - StorybookKit (1.7.0)
55 - StorybookUI (1.7.0):
66 - StorybookKit (>= 1.3.0)
@@ -19,11 +19,11 @@ SPEC REPOS:
1919 - StorybookUI
2020
2121SPEC CHECKSUMS:
22- MondrianLayout: 30561a595059fdafd59f5719d3a26ff3178bbde1
23- Reveal-SDK: 62ae124d57732c4fe7e88635274ca24054dd2d29
22+ MondrianLayout: a817f7dd2f7c2663ba46d8944db09ac04bc39310
23+ Reveal-SDK: c33a66072cd9ac5f3e6fb94984743ab5f3057d28
2424 StorybookKit: 6821c796c7abd909ea370dbf86eb7bd5087a9e04
2525 StorybookUI: aa60ba1ea5a169f39134822cddd2248f3840b79e
2626
2727PODFILE CHECKSUM: 3a18d5a639d2237c04cb63f0ffb69cbc2f8d9598
2828
29- COCOAPODS: 1.11.2
29+ COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments