Skip to content

Commit

Permalink
chore: move renderer files to ios project
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Jun 3, 2024
1 parent 96917a9 commit a8dc459
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ PODS:
- React-jsi (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- rive-react-native (7.0.4):
- rive-react-native (7.0.5):
- React-Core
- RiveRuntime (= 5.11.6)
- RiveRuntime (5.11.6)
Expand Down Expand Up @@ -744,7 +744,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c
React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415
ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6
rive-react-native: 225ef488c254a9ea8cf539795aacb0dbc8398b6a
rive-react-native: a02b3df3c24c07cd8cb0e34ef801921aa6f0859e
RiveRuntime: 36def428ea2cc2218680031e911e56c94092fad6
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions ios/RiveReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
B3E7B5891CC2AC0600A0062D /* RiveReactNative.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RiveReactNative.m; sourceTree = "<group>"; };
F4FF95D5245B92E700C19C63 /* RiveReactNative-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RiveReactNative-Bridging-Header.h"; sourceTree = "<group>"; };
F4FF95D6245B92E800C19C63 /* RiveReactNative.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RiveReactNative.swift; sourceTree = "<group>"; };
F86B6E412C0DCEE5001AD21C /* RiveReactNativeRendererModuleBridge.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RiveReactNativeRendererModuleBridge.m; sourceTree = "<group>"; };
F86B6E422C0DCEFF001AD21C /* RiveReactNativeRendererModule.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RiveReactNativeRendererModule.swift; sourceTree = "<group>"; };
F86B6E432C0DCF12001AD21C /* RNRiveRendererType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNRiveRendererType.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -48,6 +51,9 @@
58B511D21A9E6C8500147676 = {
isa = PBXGroup;
children = (
F86B6E432C0DCF12001AD21C /* RNRiveRendererType.swift */,
F86B6E422C0DCEFF001AD21C /* RiveReactNativeRendererModule.swift */,
F86B6E412C0DCEE5001AD21C /* RiveReactNativeRendererModuleBridge.m */,
9D4FE606264939290098BF6A /* MyRiveView.swift */,
F4FF95D6245B92E800C19C63 /* RiveReactNative.swift */,
B3E7B5891CC2AC0600A0062D /* RiveReactNative.m */,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a8dc459

Please sign in to comment.