From f46f2844a44e7ed602d9864bf72c4f318730c4ba Mon Sep 17 00:00:00 2001 From: RyosukeCla Date: Thu, 5 Oct 2023 19:26:36 +0900 Subject: [PATCH] vup --- Nativebrik.podspec | 4 ++-- .../project.pbxproj | 2 ++ ios/Example/Podfile | 2 +- ios/Example/Podfile.lock | 18 +++++++++--------- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Nativebrik.podspec b/Nativebrik.podspec index 0094ebf..237cc3b 100644 --- a/Nativebrik.podspec +++ b/Nativebrik.podspec @@ -12,10 +12,10 @@ Nativebrik SDK for iOS. s.source = { :git => 'https://github.com/plaidev/nativebrik-sdk.git', :tag => 'v' + s.version.to_s } s.swift_version = '5' - s.ios.deployment_target = '16.2' + s.ios.deployment_target = '13.4' s.source_files = 'ios/Nativebrik/Classes/**/*' s.frameworks = 'UIKit', 'Foundation', 'SwiftUI', 'Combine' - s.dependency 'YogaKit', '~> 1.18' + s.dependency 'YogaKit', '~> 2.0.0' end diff --git a/ios/Example/Nativebrik_Example/Nativebrik_Example.xcodeproj/project.pbxproj b/ios/Example/Nativebrik_Example/Nativebrik_Example.xcodeproj/project.pbxproj index 967dfce..b4e700f 100644 --- a/ios/Example/Nativebrik_Example/Nativebrik_Example.xcodeproj/project.pbxproj +++ b/ios/Example/Nativebrik_Example/Nativebrik_Example.xcodeproj/project.pbxproj @@ -544,6 +544,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -574,6 +575,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/ios/Example/Podfile b/ios/Example/Podfile index 8c36916..c0abd92 100644 --- a/ios/Example/Podfile +++ b/ios/Example/Podfile @@ -1,6 +1,6 @@ use_frameworks! -platform :ios, '16.4' +platform :ios, '15.0' project 'Nativebrik_Example/Nativebrik_Example.xcodeproj' diff --git a/ios/Example/Podfile.lock b/ios/Example/Podfile.lock index 661520e..fd4e05e 100644 --- a/ios/Example/Podfile.lock +++ b/ios/Example/Podfile.lock @@ -9,8 +9,8 @@ PODS: - iOSSnapshotTestCase/Core (8.0.0) - iOSSnapshotTestCase/SwiftSupport (8.0.0): - iOSSnapshotTestCase/Core - - Nativebrik (0.1.4): - - YogaKit (~> 1.18) + - Nativebrik (0.1.5): + - YogaKit (~> 2.0.0) - Nimble (10.0.0) - Nimble-Snapshots (9.4.0): - Nimble-Snapshots/Core (= 9.4.0) @@ -18,9 +18,9 @@ PODS: - iOSSnapshotTestCase (~> 8.0) - Nimble - Quick (2.2.1) - - Yoga (1.14.0) - - YogaKit (1.18.1): - - Yoga (~> 1.14) + - Yoga (2.0.0) + - YogaKit (2.0.0): + - Yoga (~> 2.0.0) DEPENDENCIES: - FBSnapshotTestCase (~> 2.1.4) @@ -46,13 +46,13 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a iOSSnapshotTestCase: a670511f9ee3829c2b9c23e6e68f315fd7b6790f - Nativebrik: 78e17a6de1543785d73bb60e85e1949cbf23c061 + Nativebrik: 97ac9f19c8a4f5583075a93910ad20bdd2b29f0a Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84 Nimble-Snapshots: ef281b908c604f78c8313587e25ea92c8ab513d7 Quick: f5754d69b7013f5864c29aab9ae6f0c79c5bc200 - Yoga: cff67a400f6b74dc38eb0bad4f156673d9aa980c - YogaKit: f782866e155069a2cca2517aafea43200b01fd5a + Yoga: 6ef6b49e92d5d5c0c81ca640365c2b031d5fb378 + YogaKit: 9ba24d2f5ac46b342be3685339c0e15e85a70c25 -PODFILE CHECKSUM: 39847b60c8f0a68692a756bade77701d81770b21 +PODFILE CHECKSUM: f29305997227717b18753bdcb05d66dbc18994b5 COCOAPODS: 1.11.3