From cdef7f8c6d07c46803565d17107c65b63b25c02c Mon Sep 17 00:00:00 2001 From: Gordon Hayes Date: Wed, 15 May 2024 22:27:55 +0200 Subject: [PATCH] chore: release 7.0.4 bumping ios to 5.11.6 --- example/ios/Podfile.lock | 12 ++++++------ .../RiveReactNativeExample.xcodeproj/project.pbxproj | 2 ++ package.json | 2 +- rive-react-native.podspec | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index d23ae50..3062aa6 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -487,10 +487,10 @@ PODS: - React-jsi (= 0.72.7) - React-logger (= 0.72.7) - React-perflogger (= 0.72.7) - - rive-react-native (6.2.2): + - rive-react-native (7.0.4): - React-Core - - RiveRuntime (= 5.5.1) - - RiveRuntime (5.5.1) + - RiveRuntime (= 5.11.6) + - RiveRuntime (5.11.6) - RNCMaskedView (0.2.9): - React-Core - RNCPicker (1.16.8): @@ -744,8 +744,8 @@ SPEC CHECKSUMS: React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415 ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6 - rive-react-native: 201f67cb0ef9d59958cfffc078ec386d9854a8ac - RiveRuntime: b57830ff73f406f3b4022f457b16690535ca4d05 + rive-react-native: 225ef488c254a9ea8cf539795aacb0dbc8398b6a + RiveRuntime: 36def428ea2cc2218680031e911e56c94092fad6 RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6 RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211 @@ -757,4 +757,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 2e1de35b032a6e591da83a5975df1059c489c1d8 -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj b/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj index 08ef685..bb4dae2 100644 --- a/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj +++ b/example/ios/RiveReactNativeExample.xcodeproj/project.pbxproj @@ -543,6 +543,7 @@ "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf", "${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf", "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/RiveRuntime/runtime_ios_privacy.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( @@ -563,6 +564,7 @@ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf", "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle", + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/runtime_ios_privacy.bundle", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; diff --git a/package.json b/package.json index ea4a18c..1e59c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react-native", - "version": "7.0.3", + "version": "7.0.4", "description": "Rive React Native", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/rive-react-native.podspec b/rive-react-native.podspec index 0854c6d..374429a 100644 --- a/rive-react-native.podspec +++ b/rive-react-native.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "RiveRuntime", "5.11.3" + s.dependency "RiveRuntime", "5.11.6" end