Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Nov 14, 2024
1 parent bb20977 commit 46f34a8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package/example-fabric/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ PODS:
- ReactCommon/turbomodule/core
- Yoga
- SocketRocket (0.7.1)
- TurboHaptics (1.0.3):
- TurboHaptics (1.0.4):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1916,7 +1916,7 @@ SPEC CHECKSUMS:
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
RNReanimated: 77242c6d67416988a2fd9f5cf574bb3e60016362
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
TurboHaptics: d8a1fdbf252a1669ffc8be91382630c7ea6acea3
TurboHaptics: 0f56bb79bb332be39493de8b3ba34154f756104a
Yoga: 157bed1c62656587df4639d4dc29714898f8fb10

PODFILE CHECKSUM: 71a689932e49f453bd6454dd189b45915dda66a0
Expand Down
10 changes: 8 additions & 2 deletions package/example-fabric/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
Expand Down Expand Up @@ -661,7 +664,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
4 changes: 2 additions & 2 deletions package/example-paper/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ PODS:
- React-Core
- ReactCommon/turbomodule/core
- SocketRocket (0.6.1)
- TurboHaptics (1.0.3):
- TurboHaptics (1.0.4):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1307,7 +1307,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 93938f47763bf404d697f7c5d63c280ae4d732e4
RNReanimated: 51ba6c9ecdde77caf364c7e5ae59a089c7dd98b3
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
TurboHaptics: 683924249b0604f4beb63ede7ae1ca12e5d25b6b
TurboHaptics: 7e8cd354761305aadb0b74a8c6f22b7d358b1e0a
Yoga: 490c2ee2b0808472ab0877103fbdc0f557b797e1

PODFILE CHECKSUM: 806cb2013b351cc5b4c46a57315e2a6f276abbc6
Expand Down
10 changes: 8 additions & 2 deletions package/example-paper/ios/example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
Expand Down Expand Up @@ -661,7 +664,10 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-turbo-haptics",
"version": "1.0.3",
"version": "1.0.4",
"description": "Fast, worklet-compatible haptic feedback for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 46f34a8

Please sign in to comment.