Skip to content

Commit

Permalink
build(deps): bump iOS SDK version from 2.2.7 to 2.2.9
Browse files Browse the repository at this point in the history
feat(iOS):  addresses appstore requirements by removing use of NSUserDefaults api
  • Loading branch information
ALexanderLonsky committed Apr 25, 2024
1 parent 039e56c commit 96414f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ PODS:
- FlipperKit/Core
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- Giphy (2.2.7):
- Giphy (2.2.9):
- libwebp
- giphy-react-native-sdk (3.2.4):
- Giphy (= 2.2.7)
- Giphy (= 2.2.9)
- RCT-Folly (= 2021.07.22.00)
- React-Core
- glog (0.3.5)
Expand Down Expand Up @@ -703,8 +703,8 @@ SPEC CHECKSUMS:
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
Giphy: dad025aa0c82e4c057e1989cde959034829dfca7
giphy-react-native-sdk: 6de56d3695a065073bdadb6540a00f12a77e0ed9
Giphy: 28cef321358869cc871b98ea5e3d707fc1f36fc6
giphy-react-native-sdk: 33430416a013d63c6a20b5a3fc9aba3944d5b11f
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 8057e75cfc1437b178ac86c8654b24e7fead7f60
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
Expand Down
2 changes: 1 addition & 1 deletion giphy-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "Giphy", "2.2.7"
s.dependency "Giphy", "2.2.9"

s.pod_target_xcconfig = {
"DEFINES_MODULE" => "YES"
Expand Down

0 comments on commit 96414f9

Please sign in to comment.