Skip to content

Commit

Permalink
vup
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Oct 5, 2023
1 parent 966c7e0 commit f46f284
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Nativebrik.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ios/Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!

platform :ios, '16.4'
platform :ios, '15.0'

project 'Nativebrik_Example/Nativebrik_Example.xcodeproj'

Expand Down
18 changes: 9 additions & 9 deletions ios/Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ 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)
- Nimble-Snapshots/Core (9.4.0):
- 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)
Expand All @@ -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

0 comments on commit f46f284

Please sign in to comment.