|
10 | 10 | 452E43642758986E0074530B /* SAReactNativeSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 452E43612758986E0074530B /* SAReactNativeSwizzler.m */; }; |
11 | 11 | 4532EFF7275E319600D57554 /* SAReactNativeRootViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4532EFF6275E319600D57554 /* SAReactNativeRootViewManager.m */; }; |
12 | 12 | 4535DFF727B24DB700456830 /* SAReactNativeDynamicPropertyPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4535DFF627B24DB700456830 /* SAReactNativeDynamicPropertyPlugin.m */; }; |
| 13 | + 4D618ED828F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D618ED728F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.m */; }; |
13 | 14 | A18E9FB421A6AEDD00A66E41 /* RNSensorsAnalyticsModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A18E9FB221A6AEDD00A66E41 /* RNSensorsAnalyticsModule.m */; }; |
14 | 15 | FC39004C244715AE00F486A7 /* SAReactNativeManager.m in Sources */ = {isa = PBXBuildFile; fileRef = FC39004B244715AE00F486A7 /* SAReactNativeManager.m */; }; |
15 | 16 | FC6EF7A9259DA6A40099EEB5 /* SAReactNativeEventProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = FC6EF7A8259DA6A40099EEB5 /* SAReactNativeEventProperty.m */; }; |
|
36 | 37 | 4532EFF6275E319600D57554 /* SAReactNativeRootViewManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SAReactNativeRootViewManager.m; sourceTree = "<group>"; }; |
37 | 38 | 4535DFF527B24DB700456830 /* SAReactNativeDynamicPropertyPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SAReactNativeDynamicPropertyPlugin.h; sourceTree = "<group>"; }; |
38 | 39 | 4535DFF627B24DB700456830 /* SAReactNativeDynamicPropertyPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SAReactNativeDynamicPropertyPlugin.m; sourceTree = "<group>"; }; |
| 40 | + 4D618ED628F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SAReactNativeGlobalPropertyPlugin.h; sourceTree = "<group>"; }; |
| 41 | + 4D618ED728F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SAReactNativeGlobalPropertyPlugin.m; sourceTree = "<group>"; }; |
39 | 42 | A18E9FA621A6AB4300A66E41 /* libRNSensorsAnalyticsModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNSensorsAnalyticsModule.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 | 43 | A18E9FB221A6AEDD00A66E41 /* RNSensorsAnalyticsModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSensorsAnalyticsModule.m; sourceTree = "<group>"; }; |
41 | 44 | A18E9FB321A6AEDD00A66E41 /* RNSensorsAnalyticsModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNSensorsAnalyticsModule.h; sourceTree = "<group>"; }; |
|
73 | 76 | A18E9FB221A6AEDD00A66E41 /* RNSensorsAnalyticsModule.m */, |
74 | 77 | FC9EE66F243731C000C45D16 /* RNSensorsDataModule.h */, |
75 | 78 | FC9EE670243731C000C45D16 /* RNSensorsDataModule.m */, |
| 79 | + 4D618ED628F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.h */, |
| 80 | + 4D618ED728F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.m */, |
76 | 81 | FC39004A244715AE00F486A7 /* SAReactNativeManager.h */, |
77 | 82 | FC39004B244715AE00F486A7 /* SAReactNativeManager.m */, |
78 | 83 | FC6EF7A7259DA6A40099EEB5 /* SAReactNativeEventProperty.h */, |
|
152 | 157 | 4535DFF727B24DB700456830 /* SAReactNativeDynamicPropertyPlugin.m in Sources */, |
153 | 158 | FC6EF7A9259DA6A40099EEB5 /* SAReactNativeEventProperty.m in Sources */, |
154 | 159 | FCD3CF2B25466B7800758260 /* SAReactNativeCategory.m in Sources */, |
| 160 | + 4D618ED828F27706002F3CCA /* SAReactNativeGlobalPropertyPlugin.m in Sources */, |
155 | 161 | 452E43642758986E0074530B /* SAReactNativeSwizzler.m in Sources */, |
156 | 162 | FC9EE671243731C000C45D16 /* RNSensorsDataModule.m in Sources */, |
157 | 163 | 4532EFF7275E319600D57554 /* SAReactNativeRootViewManager.m in Sources */, |
|
0 commit comments