Skip to content

Commit

Permalink
iOS - Schema Validation Errors [sc-118397]
Browse files Browse the repository at this point in the history
  • Loading branch information
chayelheinsen committed Jun 26, 2024
1 parent a65f10f commit c43d496
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

source 'https://github.com/CocoaPods/Specs.git'

platform :ios, 13.4
prepare_react_native_project!

Expand Down
15 changes: 8 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ PODS:
- hermes-engine/Pre-built (= 0.73.5)
- hermes-engine/Pre-built (0.73.5)
- libevent (2.1.12)
- MovableInk (1.6.1)
- MovableInk (1.6.2)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2022.05.16.00):
- boost
Expand Down Expand Up @@ -945,8 +945,8 @@ PODS:
- React-Mapbuffer (0.73.5):
- glog
- React-debug
- react-native-movable-ink (1.5.1):
- MovableInk (= 1.6.1)
- react-native-movable-ink (1.5.4):
- MovableInk (= 1.6.2)
- React-Core
- React-nativeconfig (0.73.5)
- React-NativeModulesApple (0.73.5):
Expand Down Expand Up @@ -1198,6 +1198,8 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- MovableInk
trunk:
- CocoaAsyncSocket
- Flipper
Expand All @@ -1210,7 +1212,6 @@ SPEC REPOS:
- FlipperKit
- fmt
- libevent
- MovableInk
- OpenSSL-Universal
- SocketRocket

Expand Down Expand Up @@ -1335,7 +1336,7 @@ SPEC CHECKSUMS:
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
MovableInk: aa5c507ce964f5529c2b87059571b8653d419331
MovableInk: c53512e006d9e5ebe256f257c631f6cbff514739
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
RCTRequired: 2544c0f1081a5fa12e108bb8cb40e5f4581ccd87
Expand All @@ -1358,7 +1359,7 @@ SPEC CHECKSUMS:
React-jsinspector: 32db5e364bcae8fca8cdf8891830636275add0c5
React-logger: 0331362115f0f5b392bd7ed14636d1a3ea612479
React-Mapbuffer: 7c35cd53a22d0be04d3f26f7881c7fb7dd230216
react-native-movable-ink: 61848b56aef52a91f683b0c92ef63f1fd224c749
react-native-movable-ink: 704512c97f43d150bad7c409437087b4e7aa5c45
React-nativeconfig: 1166714a4f7ea57a0df5c2cb44fbc70f98d580f9
React-NativeModulesApple: 726664e9829eb5eed8170241000e46ead269a05f
React-perflogger: 0dd9f1725d55f8264b81efadd373fe1d9cca7dc2
Expand All @@ -1383,6 +1384,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: a716eea57d0d3430219c0a5a233e1e93ee931eb7

PODFILE CHECKSUM: eada633441246479c9ce24d5f726bc64ff97efbf
PODFILE CHECKSUM: d92c2cd8a63b55c2d5826992fcf5678d25e7d24e

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@movable/react-native-sdk",
"version": "1.5.3",
"version": "1.5.4",
"description": "MovableInk React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-movable-ink.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 "MovableInk", "1.6.1"
s.dependency "MovableInk", "1.6.2"
s.dependency "React-Core"

# Don't install the dependencies when we run `pod install` in the old architecture.
Expand Down

0 comments on commit c43d496

Please sign in to comment.